(20260217) Ready to test on production now
This commit is contained in:
+1
-1
@@ -621,7 +621,7 @@ def compute_work_done(
|
||||
work_hours = work_seconds / (60 * 60)
|
||||
if work_hours > 10.0: work_status = "OT"
|
||||
elif 7.5 < work_hours <= 10.0: work_status = "P"
|
||||
elif 2.5 < work_hours <= 5.0: work_status = "H"
|
||||
elif 4.5 < work_hours <= 7.5: work_status = "H"
|
||||
else: work_status = "A"
|
||||
|
||||
# Save the data:
|
||||
|
||||
Reference in New Issue
Block a user