CHANGE_SKIP_makeEntryForBDSPolicyTransaction_FORM_ACTION_ON_POLICY
This commit is contained in:
parent
f82581a08f
commit
aae2a6d933
@ -2217,18 +2217,18 @@ class EmpDataServiceController extends BaseController
|
|||||||
'file_id' => $file_id,
|
'file_id' => $file_id,
|
||||||
]]);
|
]]);
|
||||||
|
|
||||||
$r = Jobs::addJob(['job_name' => 'makeEntryForBDSPolicyTransaction', 'payload' => [
|
// $r = Jobs::addJob(['job_name' => 'makeEntryForBDSPolicyTransaction', 'payload' => [
|
||||||
'client_policy_id' => $client_policy_id ?? null,
|
// 'client_policy_id' => $client_policy_id ?? null,
|
||||||
'endorsement_no' => $endorsement_id ?? null,
|
// 'endorsement_no' => $endorsement_id ?? null,
|
||||||
'emp_count' => $emp_count ?? null,
|
// 'emp_count' => $emp_count ?? null,
|
||||||
'action_type' => $file['event_type'] ?? null,
|
// 'action_type' => $file['event_type'] ?? null,
|
||||||
'no_of_insured' => count($no_of_insured ?? []) ?? null,
|
// 'no_of_insured' => count($no_of_insured ?? []) ?? null,
|
||||||
'no_of_dependent' => count($no_of_dependent ?? []) ?? null,
|
// 'no_of_dependent' => count($no_of_dependent ?? []) ?? null,
|
||||||
'base_premium' => $base_bremium_and_gst['base_premium'] ?? null,
|
// 'base_premium' => $base_bremium_and_gst['base_premium'] ?? null,
|
||||||
'gst' => $base_bremium_and_gst['gst'] ?? null,
|
// 'gst' => $base_bremium_and_gst['gst'] ?? null,
|
||||||
'policy_issue_date' => $policy_issue_date ?? null,
|
// 'policy_issue_date' => $policy_issue_date ?? null,
|
||||||
'created_by' => $file['created_by'] ?? null,
|
// 'created_by' => $file['created_by'] ?? null,
|
||||||
]]);
|
// ]]);
|
||||||
|
|
||||||
// $this->cashDepositCalculationForInception($depositeData);
|
// $this->cashDepositCalculationForInception($depositeData);
|
||||||
// $this->sendMailForDownloadingECard($emp_policy_ids);
|
// $this->sendMailForDownloadingECard($emp_policy_ids);
|
||||||
@ -2666,14 +2666,14 @@ class EmpDataServiceController extends BaseController
|
|||||||
$file_data = $this->getDataByFileId($file_id, 'success');
|
$file_data = $this->getDataByFileId($file_id, 'success');
|
||||||
$this->setPullNotification($file_data);
|
$this->setPullNotification($file_data);
|
||||||
|
|
||||||
$r = Jobs::addJob(['job_name' => 'makeEntryForBDSPolicyTransaction', 'payload' => [
|
// $r = Jobs::addJob(['job_name' => 'makeEntryForBDSPolicyTransaction', 'payload' => [
|
||||||
'client_policy_id' => $client_policy_id ?? null,
|
// 'client_policy_id' => $client_policy_id ?? null,
|
||||||
'endorsement_no' => $endorsement_id[0] ?? null,
|
// 'endorsement_no' => $endorsement_id[0] ?? null,
|
||||||
'emp_count' => $emp_count ?? null,
|
// 'emp_count' => $emp_count ?? null,
|
||||||
'action_type' => $file['event_type'] ?? null,
|
// 'action_type' => $file['event_type'] ?? null,
|
||||||
'policy_issue_date' => $policy_issue_date ?? null,
|
// 'policy_issue_date' => $policy_issue_date ?? null,
|
||||||
'created_by' => $file['created_by'] ?? null,
|
// 'created_by' => $file['created_by'] ?? null,
|
||||||
]]);
|
// ]]);
|
||||||
|
|
||||||
|
|
||||||
//import file to upload Google Drive
|
//import file to upload Google Drive
|
||||||
@ -3401,18 +3401,18 @@ class EmpDataServiceController extends BaseController
|
|||||||
'file_id' => $file_id,
|
'file_id' => $file_id,
|
||||||
]]);
|
]]);
|
||||||
|
|
||||||
$r = Jobs::addJob(['job_name' => 'makeEntryForBDSPolicyTransaction', 'payload' => [
|
// $r = Jobs::addJob(['job_name' => 'makeEntryForBDSPolicyTransaction', 'payload' => [
|
||||||
'client_policy_id' => $client_policy_id ?? null,
|
// 'client_policy_id' => $client_policy_id ?? null,
|
||||||
'endorsement_no' => $endorsement_id ?? null,
|
// 'endorsement_no' => $endorsement_id ?? null,
|
||||||
'emp_count' => $emp_count ?? null,
|
// 'emp_count' => $emp_count ?? null,
|
||||||
'action_type' => $file['event_type'] ?? null,
|
// 'action_type' => $file['event_type'] ?? null,
|
||||||
'no_of_insured' => count($no_of_insured ?? []) ?? null,
|
// 'no_of_insured' => count($no_of_insured ?? []) ?? null,
|
||||||
'no_of_dependent' => count($no_of_dependent ?? []) ?? null,
|
// 'no_of_dependent' => count($no_of_dependent ?? []) ?? null,
|
||||||
'base_premium' => $base_bremium_and_gst['base_premium'] ?? null,
|
// 'base_premium' => $base_bremium_and_gst['base_premium'] ?? null,
|
||||||
'gst' => $base_bremium_and_gst['gst'] ?? null,
|
// 'gst' => $base_bremium_and_gst['gst'] ?? null,
|
||||||
'policy_issue_date' => $policy_issue_date ?? null,
|
// 'policy_issue_date' => $policy_issue_date ?? null,
|
||||||
'created_by' => $file['created_by'] ?? null,
|
// 'created_by' => $file['created_by'] ?? null,
|
||||||
]]);
|
// ]]);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -3920,18 +3920,18 @@ class EmpDataServiceController extends BaseController
|
|||||||
'file_id' => $file_id,
|
'file_id' => $file_id,
|
||||||
]]);
|
]]);
|
||||||
|
|
||||||
$r = Jobs::addJob(['job_name' => 'makeEntryForBDSPolicyTransaction', 'payload' => [
|
// $r = Jobs::addJob(['job_name' => 'makeEntryForBDSPolicyTransaction', 'payload' => [
|
||||||
'client_policy_id' => $client_policy_id ?? null,
|
// 'client_policy_id' => $client_policy_id ?? null,
|
||||||
'endorsement_no' => $endorsement_id ?? null,
|
// 'endorsement_no' => $endorsement_id ?? null,
|
||||||
'emp_count' => $emp_count ?? null,
|
// 'emp_count' => $emp_count ?? null,
|
||||||
'action_type' => $file['event_type'] ?? null,
|
// 'action_type' => $file['event_type'] ?? null,
|
||||||
'no_of_insured' => count($no_of_insured ?? []) ?? null,
|
// 'no_of_insured' => count($no_of_insured ?? []) ?? null,
|
||||||
'no_of_dependent' => count($no_of_dependent ?? []) ?? null,
|
// 'no_of_dependent' => count($no_of_dependent ?? []) ?? null,
|
||||||
'base_premium' => $base_bremium_and_gst['base_premium'] ?? null,
|
// 'base_premium' => $base_bremium_and_gst['base_premium'] ?? null,
|
||||||
'gst' => $base_bremium_and_gst['gst'] ?? null,
|
// 'gst' => $base_bremium_and_gst['gst'] ?? null,
|
||||||
'policy_issue_date' => $policy_issue_date ?? null,
|
// 'policy_issue_date' => $policy_issue_date ?? null,
|
||||||
'created_by' => $file['created_by'] ?? null,
|
// 'created_by' => $file['created_by'] ?? null,
|
||||||
]]);
|
// ]]);
|
||||||
}
|
}
|
||||||
|
|
||||||
$file_data = $this->getDataByFileId($file_id, 'success');
|
$file_data = $this->getDataByFileId($file_id, 'success');
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user