Автогенерация отчетов на 07:29 и 08:59

This commit is contained in:
brusnitsyn
2026-07-13 17:05:25 +09:00
parent f74fd12bdf
commit 7ec32eb097

View File

@@ -17,3 +17,13 @@ Schedule::command('nurse:autofill')
->dailyAt('08:59')
->timezone(config('app.timezone', 'Europe/Moscow'))
->withoutOverlapping();
// Каждый день в 07:29 — досоздаём отчёты отделениям, у которых нет отчёта за текущую смену
Schedule::command('duty:autofill')
->dailyAt('07:29')
->timezone(config('app.timezone', 'Europe/Moscow'))
->withoutOverlapping();
Schedule::command('nurse:autofill')
->dailyAt('07:29')
->timezone(config('app.timezone', 'Europe/Moscow'))
->withoutOverlapping();