From f591384b128ff7e71f3b7828105ff443031f4efc Mon Sep 17 00:00:00 2001 From: Nguyen Ngo Date: Thu, 7 May 2026 19:37:54 -0400 Subject: [PATCH] 05/07 Fixed Export by Building function: quarter-rounded Daily Hours --- routes/time_attendance_export.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/time_attendance_export.py b/routes/time_attendance_export.py index dd0fb64..c7a5062 100644 --- a/routes/time_attendance_export.py +++ b/routes/time_attendance_export.py @@ -1837,7 +1837,7 @@ def export_time_attendance_by_building_excel(records, project_name_for_filename, if _bb_eff_wt not in ('SP', 'PW', 'PT'): regular_only_hours += _bb_dur - daily_hours = round(daily_hours, 2) + daily_hours = _qtr(daily_hours) weekly_total_hours += daily_hours # Write pairs