Merge pull request 'changed to actual time to trigger of invoice report' (#655) from ranjith-dev into master
Some checks failed
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Has been cancelled

Reviewed-on: #655
This commit was merged in pull request #655.
This commit is contained in:
2026-05-27 02:48:21 +00:00

View File

@@ -104,7 +104,7 @@ class Scheduler extends Command
}
break;
case 'Daily':
if (now()->format('H:i') == '08:15') {
if (now()->format('H:i') == '07:59') {
\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') == '08:15') {
if (now()->format('H:i') == '07:59') {
\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') == '08:15') {
if (now()->format('H:i') == '07:59') {
\Artisan::call('send:invoice-report', [
'schedule_type' => $rule->schedule_type,
'plant' => $rule->plant,