Updated export with special working hours (SP, PW, PT) that works fine

This commit is contained in:
2025-12-21 20:20:59 -05:00
parent b0ec1f0dbe
commit ded4ae2990
3 changed files with 340 additions and 144 deletions
+1 -1
View File
@@ -192,7 +192,7 @@ class SingleCheckInCalculator:
daily_hours = {}
weekly_totals = []
current_date = start_date
current_week_hours = {'regular': [], 'SP': [], 'PW': []}
current_week_hours = {'regular': [], 'SP': [], 'PW': [], 'PT': []}
while current_date <= end_date:
date_key = current_date.strftime('%Y-%m-%d')