From 01116f2ae06273bdcaf03d2b2576c5494418cda4 Mon Sep 17 00:00:00 2001 From: "venkatesh.r" Date: Fri, 29 Mar 2024 16:23:16 +0530 Subject: [PATCH] FIX_POLICY_TERMS_GMC_STRING_TO_NUM : RV --- app/Views/client_list.php | 11 ++ app/Views/employee_list.php | 295 ++++++++++++++++++--------------- app/Views/import_export.php | 10 ++ app/Views/layout/header.php | 2 +- app/Views/policy_gmc_terms.php | 23 +-- 5 files changed, 192 insertions(+), 149 deletions(-) diff --git a/app/Views/client_list.php b/app/Views/client_list.php index 69e2ceba..d68aada4 100644 --- a/app/Views/client_list.php +++ b/app/Views/client_list.php @@ -1,3 +1,14 @@ + +
diff --git a/app/Views/employee_list.php b/app/Views/employee_list.php index 5463d12c..db60f466 100644 --- a/app/Views/employee_list.php +++ b/app/Views/employee_list.php @@ -1,53 +1,62 @@ + -
-
-
-
-
- -
-
-
-
- -
-
-
-
-
- -
-
-
- - -
-
+
+
+
+
+
+ + + +
+
+
+ +
+
+
+
+ +
+
+
+
+
+
- - - -
-
- +
+ + +
@@ -56,22 +65,23 @@

Employees

- +
- +
- - - - - - - - - - - - + + + + + + + + + + + + @@ -79,11 +89,11 @@ if(isset($employees)) { foreach ($employees as $key => $employee) { ?> - + - - + + @@ -92,18 +102,26 @@ - +
SNOEmployee codeNamePolicy nameInsurar nameTPA IDUHID IDPolicy statusPremiumAction
SNOName/codePolicy nameInsurar nameTPA IDUHID IDPolicy statusPremiumAction
( )
@@ -114,98 +132,97 @@ +document.getElementById('toggleIcon').addEventListener('click', function() { + var icon = document.getElementById('icon'); + icon.classList.toggle('mdi-chevron-down'); + icon.classList.toggle('mdi-chevron-up'); +}); + \ No newline at end of file diff --git a/app/Views/import_export.php b/app/Views/import_export.php index 361c9124..de0cb419 100644 --- a/app/Views/import_export.php +++ b/app/Views/import_export.php @@ -1,4 +1,14 @@ +