This commit is contained in:
sanjeev.p 2026-04-16 17:30:53 +05:30
parent 12f64baedf
commit a09398032a

View File

@ -1625,9 +1625,8 @@ class PolicyController extends ResourceController
$header = ['Agent Code', 'Policy Number', 'Payout Amount'];
// Example rows — clients replace with real data or delete before upload.
$dataRows = [
["AG001", "YOUR-POLICY-NUMBER-1", "1500.00"],
["AG002", "YOUR-POLICY-NUMBER-2", ""],
["AG003", "'123456789012345678901234567890", ''],
["AG001", "'YOUR-POLICY-NUMBER-1", "1500.00"],
["AG002", "'YOUR-POLICY-NUMBER-2", ""],
];
$title = 'Sample: Fill Payout Amount, keep Agent Code matching the policy, upload via policy/uploadCommissionExcel';
$fileName = 'commission_payout_upload_sample.xlsx';