Merge branch 'dillon/90-e-invoice-f-3' into vapor/development

This commit is contained in:
Dillon Ngo
2025-08-18 22:16:05 +08:00
@@ -40,6 +40,7 @@ class ExportsReceivePaymentForBookingReport implements FromQuery, WithHeadings,
'DeptNo',
'PaymentMethod',
'PaymentAmt',
'KnockOffDocType',
'KnockOffDocNo',
'KnockOffAmt',
];
@@ -99,6 +100,7 @@ class ExportsReceivePaymentForBookingReport implements FromQuery, WithHeadings,
'C', //DeptNo
'SALES DEPOSIT - EXC', //PaymentMethod
number_format($transaction->amount, 2), //PaymentAmt
'RI', //KnockOffDocType
$autoCountSalesInvoiceId ?? '', //KnockOffDocNo
number_format($transaction->amount, 2), //KnockOffAmt
];