Changed time of the invoice report
Some checks failed
Gemini PR Review / Gemini PR Review (pull_request) Waiting to run
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (pull_request) Waiting to run
Laravel Larastan / larastan (pull_request) Waiting to run
Laravel Pint / pint (pull_request) Waiting to run
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Has been cancelled

This commit is contained in:
dhanabalan
2026-05-27 08:11:59 +05:30
parent b7ac7da6ec
commit 0fa1c5f34b

View File

@@ -104,7 +104,7 @@ class Scheduler extends Command
}
break;
case 'Daily':
if (now()->format('H:i') == '17:55') {
if (now()->format('H:i') == '08:15') {
\Artisan::call('send:invoice-report', [
'schedule_type' => $rule->schedule_type,
'plant' => $rule->plant,
@@ -142,7 +142,7 @@ class Scheduler extends Command
}
break;
case 'Daily':
if (now()->format('H:i') == '17:55') {
if (now()->format('H:i') == '08:15') {
\Artisan::call('send:invoice-report', [
'schedule_type' => $rule->schedule_type,
'plant' => $rule->plant,
@@ -180,7 +180,7 @@ class Scheduler extends Command
}
break;
case 'Daily':
if (now()->format('H:i') == '17:55') {
if (now()->format('H:i') == '08:15') {
\Artisan::call('send:invoice-report', [
'schedule_type' => $rule->schedule_type,
'plant' => $rule->plant,