Updated overtime calculations (GOOD STATE)

This commit is contained in:
Nguyen Ngo
2025-09-11 10:51:49 -04:00
parent 089497ef8f
commit 81da08ad58
2 changed files with 43 additions and 31 deletions
+1 -1
View File
@@ -5516,7 +5516,7 @@ def get_miss_punch_details(employee_id):
converted_records.append(converted_record)
# Calculate working hours using the same calculator as the dashboard
from single_checkin_calculator import SingleCheckInCalculator
# from single_checkin_calculator import SingleCheckInCalculator
calculator = SingleCheckInCalculator()
# Calculate hours for this employee