mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-24 23:13:59 +00:00
E-Invoice - Report name update
This commit is contained in:
@@ -57,7 +57,7 @@ class ExportController
|
||||
public function walletTopUpDepositEntry(Request $request){
|
||||
[$startDate, $endDate] = $this->getValidatedDates($request);
|
||||
$exporter = new ExportsWalletTopUpDepositEntryReport($startDate, $endDate);
|
||||
return $this->handleExport($exporter, 'Exchange Wallet Top Up - AR Deposit Entry.xls');
|
||||
return $this->handleExport($exporter, 'WALLET TOP UP REPORT [Wallet Deposit Received].xls');
|
||||
}
|
||||
|
||||
private function getValidatedDates(Request $request): array
|
||||
|
||||
Reference in New Issue
Block a user