We'll be back soon!
+Sorry for the inconvenience but we're performing some maintenance at the moment. We'll be back online shortly!
+— CIEF EXCHANGE
+diff --git a/app/Console/Kernel.php b/app/Console/Kernel.php index 36a8c0e4..b201f682 100644 --- a/app/Console/Kernel.php +++ b/app/Console/Kernel.php @@ -31,27 +31,27 @@ class Kernel extends ConsoleKernel protected function schedule(Schedule $schedule) { - // $schedule->command('inspire')->hourly(); - $schedule->command('mail:EmailDoToVTCommand')->dailyAt('10:00')->withoutOverlapping(); + // // $schedule->command('inspire')->hourly(); + // $schedule->command('mail:EmailDoToVTCommand')->dailyAt('10:00')->withoutOverlapping(); - $schedule->command('seasonalSegmantCompany:remove') - ->hourly() - ->appendOutputTo(storage_path().'/logs/soft-delete-seasonal-segmant-company.log') - ->withoutOverlapping(); - - $schedule->command('delete:bulk-download-files') - ->hourly() - ->appendOutputTo(storage_path().'/logs/delete-bulk-download-files.log') - ->withoutOverlapping(); - - $schedule->command('booking:expired') - ->dailyAt('02:00') - ->appendOutputTo(storage_path().'/logs/expire-booking.log') - ->withoutOverlapping(); - - // $schedule->command('purchaseOrder:autoFill') - // ->dailyAt('03:00') + // $schedule->command('seasonalSegmantCompany:remove') + // ->dailyAt('01:00') + // ->appendOutputTo(storage_path().'/logs/soft-delete-seasonal-segmant-company.log') // ->withoutOverlapping(); + + // $schedule->command('delete:bulk-download-files') + // ->hourly() + // ->appendOutputTo(storage_path().'/logs/delete-bulk-download-files.log') + // ->withoutOverlapping(); + + // $schedule->command('booking:expired') + // ->dailyAt('02:00') + // ->appendOutputTo(storage_path().'/logs/expire-booking.log') + // ->withoutOverlapping(); + + // // $schedule->command('purchaseOrder:autoFill') + // // ->dailyAt('03:00') + // // ->withoutOverlapping(); } /** diff --git a/resources/assets/vue/components/bookings/sections/SupplierPendingOrdersSectionComponent.vue b/resources/assets/vue/components/bookings/sections/SupplierPendingOrdersSectionComponent.vue index 5d47ba88..fb720737 100644 --- a/resources/assets/vue/components/bookings/sections/SupplierPendingOrdersSectionComponent.vue +++ b/resources/assets/vue/components/bookings/sections/SupplierPendingOrdersSectionComponent.vue @@ -6,7 +6,7 @@
Sorry for the inconvenience but we're performing some maintenance at the moment. We'll be back online shortly!
+— CIEF EXCHANGE
+