feat: work shifts planning

This commit is contained in:
2025-01-22 18:01:24 +04:00
parent 2c4037c1b5
commit de4c2677aa
6 changed files with 193 additions and 3 deletions

View File

@@ -47,6 +47,7 @@ routers_list = [
routers.task_router,
routers.statistics_router,
routers.work_shifts_router,
routers.work_shifts_planning_router,
routers.transaction_router,
routers.shipping_router,
routers.department_router,