Автогенерация отчетов мед. сестры

This commit is contained in:
brusnitsyn
2026-07-13 16:54:36 +09:00
parent 69d2bd8ce1
commit f74fd12bdf
2 changed files with 102 additions and 0 deletions

View File

@@ -13,3 +13,7 @@ Schedule::command('duty:autofill')
->dailyAt('08:59')
->timezone(config('app.timezone', 'Europe/Moscow'))
->withoutOverlapping();
Schedule::command('nurse:autofill')
->dailyAt('08:59')
->timezone(config('app.timezone', 'Europe/Moscow'))
->withoutOverlapping();