diff --git a/app/Config/Routes.php b/app/Config/Routes.php index c12db26c..f8d085da 100755 --- a/app/Config/Routes.php +++ b/app/Config/Routes.php @@ -314,6 +314,9 @@ $routes->group("/util", ["filter" => "authMVC"], function ($routes) { $routes->get("checkInvoiceStatus/(:any)", "PolicyTransactionController::checkInvoiceStatus/$1"); $routes->get("base_policy_for_policy_inception/(:any)", "PolicyTransactionController::getBasePolicy/$1"); $routes->get("sentTestMail/(:any)", "NotificationController::sentTestMail/$1"); + $routes->get("send_manual_reminder/(:any)", "DashboardController::sendManualReminder/$1"); + $routes->get("get_client_policy_list_for_remainder/(:any)", "EmployeeController::get_client_policy_list_for_remainder/$1"); + }); diff --git a/app/Controllers/DashboardController.php b/app/Controllers/DashboardController.php index 079e4d35..38b727a2 100755 --- a/app/Controllers/DashboardController.php +++ b/app/Controllers/DashboardController.php @@ -467,7 +467,7 @@ class DashboardController extends AdminController } - public function sendManualRemainder($client_id, $client_branch_id) + public function sendManualReminder($client_id, $client_branch_id) { $this->myLogger->logme('error', "sendManualRemainder called with client_id: {$client_id}, client_branch_id: {$client_branch_id}"); diff --git a/app/Views/employee_upload.php b/app/Views/employee_upload.php index 5ad5ea73..7f1ae499 100755 --- a/app/Views/employee_upload.php +++ b/app/Views/employee_upload.php @@ -103,7 +103,7 @@ option:disabled {
diff --git a/app/Views/enrollment_list.php b/app/Views/enrollment_list.php index 4052ecb5..8459974c 100755 --- a/app/Views/enrollment_list.php +++ b/app/Views/enrollment_list.php @@ -714,12 +714,12 @@ } $.ajax({ - url: '= base_url("util/send_manual_remainder/") ?>' + client_id + '/' + client_branch_id, + url: '= base_url("util/send_manual_reminder/") ?>' + client_id + '/' + client_branch_id, type: "GET", dataType: 'json', success: function(res) { - console.log('send_manual_remainder', res) + console.log('send_manual_reminder', res) $('.loader').fadeOut(); $('.loader-mask').delay(350).fadeOut('slow'); diff --git a/app/Views/policy_grid.php b/app/Views/policy_grid.php index 80351506..46f33c80 100755 --- a/app/Views/policy_grid.php +++ b/app/Views/policy_grid.php @@ -14,7 +14,7 @@ } .radio-group .form-check { - margin-right: -110px; + margin-right: -335px; } .radioalign{ @@ -2882,186 +2882,214 @@ function createCheckboxes(obj, additional_relationship = [], unique_id = null, p } $relationshipElement.empty(); + let html = ` -| + |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+
| + |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+
| + |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+
| + |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+
| + |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+