mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-31 18:34:10 +00:00
Merge branch 'dillon/90-e-invoice-f-3' into vapor/development
This commit is contained in:
@@ -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
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user