feat(worktime): add from/to worktime window

This commit is contained in:
igor04091968
2026-04-27 01:49:27 +03:00
parent a61b4cee2b
commit 6694e0682d
3 changed files with 49 additions and 3 deletions
+5 -2
View File
@@ -17,5 +17,8 @@ aw_apply_worktime_settings: false
# Optional defaults for the worktime period in Web UI.
# startOfDay controls day-boundary and default report window start.
# durationDefault controls default time range (seconds) shown in UI.
aw_worktime_start_of_day: "08:00"
aw_worktime_duration_default: 32400
#
# Recommended: set worktime window explicitly and let the playbook derive duration.
aw_worktime_from: "08:00"
aw_worktime_to: "17:00"
aw_worktime_start_of_day: "{{ aw_worktime_from }}"