March 12 2026: changed regular & special work mixing calculation issues 2

This commit is contained in:
2026-03-12 16:10:32 -04:00
parent b394a2559c
commit f4884a1aa0
2 changed files with 270 additions and 173 deletions
+1 -1
View File
@@ -484,7 +484,7 @@ class WorkingHoursCalculator:
# check-out record to Day N so the pair resolves correctly.
# Hours are attributed to the earlier day (Day N).
# ---------------------------------------------------------------
OVERNIGHT_CHECKIN_HOUR = 20 # Check-in must be at or after 8 PM
OVERNIGHT_CHECKIN_HOUR = 19 # Check-in must be at or after 7 PM
OVERNIGHT_CHECKOUT_HOUR = 3 # Check-out must be at or before 3 AM
for work_type in ['regular', 'SP', 'PW', 'PT']: