| Date | Record Date | Unit | Policy | Endorsement No | Sub Type | Credit | Debit | Balance | Description | User |
|---|---|---|---|---|---|---|---|---|---|---|
| created_at)); ?> | record_date)? date('d-M-Y', strtotime($row->record_date)):'-' ?> | unit ?? ' - '; ?> |
policy_type ?? '';
$policyNo = $row->policy_no ?? '';
if ($policyType || $policyNo) {
echo trim($policyType . ' - ' . $policyNo, ' -');
} else {
echo ' |
endorsement_no ?? ' |
sub_type]) ? $subTypeOptions[$row->sub_type] : ''; ?> | transaction_type == 'Credit') ? $row->amount : '-'; ?> | transaction_type == 'Debit') ? $row->amount : '-'; ?> | balance; ?> | description; ?> | username; ?> |