docs(sales): add russian sales overview and switch calendar day start

This commit is contained in:
igor04091968
2026-05-15 07:16:24 +03:00
parent 6620d52f6c
commit 15941e48cb
5 changed files with 491 additions and 4 deletions
+1 -1
View File
@@ -1328,7 +1328,7 @@
(
(
(((aw_worktime_to | default('17:00')).split(':')[0] | int) * 60 + ((aw_worktime_to | default('17:00')).split(':')[1] | int)) -
(((aw_worktime_from | default('08:00')).split(':')[0] | int) * 60 + ((aw_worktime_from | default('08:00')).split(':')[1] | int))
(((aw_worktime_from | default('00:00')).split(':')[0] | int) * 60 + ((aw_worktime_from | default('00:00')).split(':')[1] | int))
) * 60
)
}}