From f5ec3025efcd5bfc247d67869e4494ad2e26d5f7 Mon Sep 17 00:00:00 2001 From: Nicolas Drolet Date: Tue, 9 Sep 2025 10:42:52 -0400 Subject: [PATCH] fix(approvals): add total hours worked to employee timesheet cards --- .../timesheet-approval-employee-overview-list-item.vue | 2 ++ ...timesheet-approval-pay-period-overview-employee-interface.ts | 2 ++ src/modules/timesheets/types/timesheet-details-interface.ts | 2 ++ 3 files changed, 6 insertions(+) diff --git a/src/modules/timesheet-approval/components/timesheet-approval-employee-overview-list-item.vue b/src/modules/timesheet-approval/components/timesheet-approval-employee-overview-list-item.vue index 4952663..d3443fe 100644 --- a/src/modules/timesheet-approval/components/timesheet-approval-employee-overview-list-item.vue +++ b/src/modules/timesheet-approval/components/timesheet-approval-employee-overview-list-item.vue @@ -159,6 +159,8 @@ class="q-pa-sm text-weight-bold" :class="props.initialState ? 'text-white bg-primary' : 'text-primary bg-white'" > + {{ props.row.total_hours + 'h' }} + total ({ evening_hours: 0, emergency_hours: 0, overtime_hours: 0, + total_hours: 0, short_date: "", break_duration: 0, });