From 0665e897997f22c116f7b87cfa9d7c587ee62424 Mon Sep 17 00:00:00 2001 From: Dillon Ngo Date: Mon, 18 Aug 2025 22:15:42 +0800 Subject: [PATCH] E-Invoice - Automapping Issues, Receive Payment for Booking Report (Export), added new column PM requested --- .../Exports/Services/ExportsReceivePaymentForBookingReport.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/Classes/Modules/Exports/Services/ExportsReceivePaymentForBookingReport.php b/app/Classes/Modules/Exports/Services/ExportsReceivePaymentForBookingReport.php index 0958b037..32d6e86d 100644 --- a/app/Classes/Modules/Exports/Services/ExportsReceivePaymentForBookingReport.php +++ b/app/Classes/Modules/Exports/Services/ExportsReceivePaymentForBookingReport.php @@ -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 ];