mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-09-02 03:13:57 +00:00
update transactions excel format
This commit is contained in:
@@ -95,7 +95,7 @@ class ExportsPaymentTransactions implements FromQuery, WithHeadingRow, WithMappi
|
||||
|
||||
return [
|
||||
'<<New>>',
|
||||
$transaction->updated_at,
|
||||
$transaction->updated_at->format('d/m/Y'),
|
||||
$company->debtor,
|
||||
'',
|
||||
'',
|
||||
|
||||
@@ -94,11 +94,11 @@ class ExportsWalletTransactions implements FromQuery, WithHeadingRow, WithMappin
|
||||
|
||||
return [
|
||||
'<<New>>',
|
||||
$transaction->updated_at,
|
||||
$transaction->updated_at->format('d/m/Y'),
|
||||
$company->debtor,
|
||||
'',
|
||||
'',
|
||||
$company->reference,
|
||||
$transaction->bill_no,
|
||||
'',
|
||||
'500-0000',
|
||||
'BUYING CREDIT REF.' . $company->reference,
|
||||
|
||||
Reference in New Issue
Block a user