Merge branch 'refund-booking' of gitlab.com:CIEFWorldwideSdnBhd/exchange-2.0 into development

# Conflicts:
#	resources/assets/vue/components/bookings/elements/PaymentHistoryComponent.vue
This commit is contained in:
JiaSheng
2024-01-15 23:47:57 +08:00
14 changed files with 568 additions and 29 deletions
+8
View File
@@ -43,6 +43,14 @@ class Kernel extends ConsoleKernel
->hourly()
->appendOutputTo(storage_path().'/logs/delete-bulk-download-files.log')
->withoutOverlapping();
$schedule->command('booking:expired')
->dailyAt('02:00')
->withoutOverlapping();
$schedule->command('purchaseOrder:autoFill')
->dailyAt('03:00')
->withoutOverlapping();
}
/**