mirror of
https://gitlab.com/uldvstar/exchange-2.0.git
synced 2026-08-19 12:34:24 +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'),
|
||||
Carbon::parse($company->created_at)->format('d-m-Y')
|
||||
PhpOffice\PhpSpreadsheet\Shared\Date::dateTimeToExcel($company->created_at)
|
||||
];
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user