From fa8059d3eaa16bcc0f3b0905cf20443b281a056d Mon Sep 17 00:00:00 2001 From: Dillon Ngo Date: Tue, 27 Jan 2026 14:55:51 +0800 Subject: [PATCH] E-Invoice - minor update on Sales Invoice Report Export data --- .../Modules/Exports/Services/ExportsSalesInvoiceReport.php | 2 +- .../Exports/Services/ExportsSalesInvoiceWithRefundReport.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Classes/Modules/Exports/Services/ExportsSalesInvoiceReport.php b/app/Classes/Modules/Exports/Services/ExportsSalesInvoiceReport.php index a7c170b7..3ff71759 100644 --- a/app/Classes/Modules/Exports/Services/ExportsSalesInvoiceReport.php +++ b/app/Classes/Modules/Exports/Services/ExportsSalesInvoiceReport.php @@ -216,7 +216,7 @@ class ExportsSalesInvoiceReport implements FromQuery, WithHeadings, WithHeadingR $company->debtor, $invoiceTransaction ? $invoiceTransaction->bill_no : '', $booking->marking, - $category === 'Compensation Voucher' ? '1000-000' : '949-2000', + $category === 'Compensation Voucher' ? '920-0000' : '949-2000', 'PRODUCT NAME :', $voucher->code, '022', diff --git a/app/Classes/Modules/Exports/Services/ExportsSalesInvoiceWithRefundReport.php b/app/Classes/Modules/Exports/Services/ExportsSalesInvoiceWithRefundReport.php index c6ac49cf..816b20ea 100644 --- a/app/Classes/Modules/Exports/Services/ExportsSalesInvoiceWithRefundReport.php +++ b/app/Classes/Modules/Exports/Services/ExportsSalesInvoiceWithRefundReport.php @@ -216,7 +216,7 @@ class ExportsSalesInvoiceWithRefundReport implements FromQuery, WithHeadings, Wi $company->debtor, $invoiceTransaction ? $invoiceTransaction->bill_no : '', $booking->marking, - $category === 'Compensation Voucher' ? '1000-000' : '949-2000', + $category === 'Compensation Voucher' ? '920-0000' : '949-2000', 'PRODUCT NAME :', $voucher->code, '022',