changed proper time for reports in scheduler
Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 13s
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (pull_request) Successful in 10s
Gemini PR Review / Gemini PR Review (pull_request) Failing after 17s
Laravel Pint / pint (pull_request) Successful in 2m32s
Laravel Larastan / larastan (pull_request) Failing after 3m23s

This commit is contained in:
dhanabalan
2026-01-21 16:30:19 +05:30
parent 36eea799ce
commit c42d822dc4

View File

@@ -175,7 +175,7 @@ class Scheduler extends Command
}
break;
case 'Daily':
if (now()->format('H:i') == '13:03') {
if (now()->format('H:i') == '10:30') {
\Artisan::call('send:invoice-data-report', [
'schedule_type' => $rule->schedule_type,
'plant' => $rule->plant,
@@ -210,7 +210,7 @@ class Scheduler extends Command
}
break;
case 'Daily':
if (now()->format('H:i') == '16:27') {
if (now()->format('H:i') == '10:45') {
try {
\Artisan::call('send:invoice-transit-report', [
'schedule_type' => $rule->schedule_type,