From 33b24399c260445a92a38dcb05c93c6a054287b3 Mon Sep 17 00:00:00 2001 From: vadivelJ96 Date: Wed, 10 Sep 2025 14:31:31 +0530 Subject: [PATCH 01/38] CHANGE_UI_FIX - VADIVEL J 2025-09-10 --- app/Config/Routes.php | 1 + app/Controllers/ThzController.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/Config/Routes.php b/app/Config/Routes.php index f8fbf09a..ad454006 100755 --- a/app/Config/Routes.php +++ b/app/Config/Routes.php @@ -671,6 +671,7 @@ $routes->post('claimStatusCheck','VidalApiController::claimStatusCheck'); $routes->post('newClaim','VidalApiController::newClaim'); $routes->post('enrollment','VidalApiController::enrollment'); +// General Tickets $routes->post("ticketSave", "ThzController::ticketSave"); $routes->get("ticketList", "ThzController::ticketList"); diff --git a/app/Controllers/ThzController.php b/app/Controllers/ThzController.php index 0dea90c1..924a2796 100644 --- a/app/Controllers/ThzController.php +++ b/app/Controllers/ThzController.php @@ -623,7 +623,7 @@ class ThzController extends BaseController $account_manager_email = $this->cientRmModel->findAccountManagerEmail($client_id); - $cc = getenv(' G_ticketing_system_cc'); + $cc = getenv('G_ticketing_system_cc'); $template = empty($assignee_email) ? 'ticket_save_create_user_unassigned' From f3f69e7f0e84c1cc19dc8a2428aa7d49a49f9a46 Mon Sep 17 00:00:00 2001 From: venba-Inspriron-3558 Date: Thu, 11 Sep 2025 11:32:15 +0530 Subject: [PATCH 02/38] CHANGE_UI_Support - Lead --- app/Views/leads_form.php | 522 +++++++++++++++++-------------- app/Views/leads_form_handler.php | 67 +++- app/Views/leads_non_eb.php | 402 +++++++++++++----------- app/Views/rfq/multi_files.php | 61 +++- app/Views/thz_list.php | 1 + 5 files changed, 630 insertions(+), 423 deletions(-) diff --git a/app/Views/leads_form.php b/app/Views/leads_form.php index aa40bc28..2807ce7e 100644 --- a/app/Views/leads_form.php +++ b/app/Views/leads_form.php @@ -81,6 +81,17 @@ visibility: visible; opacity: 1; } + + /* dont forgot it keep it safe card and card body space remover */ /* bcoz in design */ + .card-body{ margin-top: 0px !important; } + + /* this css as per design so not declare in golbal */ /* bcoz in design */ + #collapseOne{ + border: 1px solid #BFF3F5 !important; + border-radius: 10px !important; + border-width: 1px !important; + } +
@@ -89,269 +100,301 @@
-
+ + +

+ + + + Add Lead +

-
+
+
+
-
- - + + $value) { + if ($key == 1) { + echo ""; + } else { + echo ""; + } + } + } + ?> + +
+ +
+ + -
+ ?> + +
-
- -
- +
-
+ -
+
+
+
-
- +
+ - + +
+ +
+
+ + + + + + + +
+ + +
+ +
+ + +
+ +
+ + +
+ + + + + +
- - - - - - - -
- - -
- -
- - -
- -
- - -
- - - - -
-
+ -
+
+
+
-
- - +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
- -
- - -
- -
- - -
- -
- - -
- -
- - -
- -
- - -
- -
- - -
-
-
- -
+
+
+
+
+
+ -
+
+
+
-
- - -
+
+ + +
-
- - + + + + + + + +
+ +
+ + -
+ ?> + +
-
- - -
+
+ +
+ + +
+
-
- - - -
- -
- -
-
- - +
+
+
+ + +
+
@@ -1073,31 +1116,32 @@ const newRow = document.createElement('div'); newRow.className = 'form-row dynamic-form-row'; + if (increment > 1) { const hrElement = document.createElement('hr'); container.appendChild(hrElement); + } // Main div newRow.innerHTML += ` - -