mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-29 17:34:02 +00:00
change payment pending currency date to bank slip upload date
This commit is contained in:
@@ -45,7 +45,7 @@ class ExportsCustomers implements FromQuery, WithHeadingRow, WithMapping
|
||||
$company->name,
|
||||
count($company->bookings),
|
||||
$company->bookings()->sum('fix_amount'),
|
||||
PhpOffice\PhpSpreadsheet\Shared\Date::dateTimeToExcel($company->created_at)
|
||||
\PhpOffice\PhpSpreadsheet\Shared\Date::dateTimeToExcel($company->created_at)
|
||||
];
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user