{% extends '_include/base.html.twig' %} {% block title %}Time Tracking — Overtime Report{% endblock %} {% block content %} {% set currency = display_currency() %}
{{ overtime_data.overtime_data|length }}
Employees with Overtime
{{ overtime_data.total_overtime_hours|number_format(2) }}
Total Overtime Hours
{{ overtime_data.total_overtime_hours|number_format(1) }} hrs
Billable @ 1.5× Rate
| Employee | Department | Overtime Days | Total OT Hours | Est. OT Pay (1.5×) | Payroll Status |
|---|---|---|---|---|---|
|
{{ emp.firstName }} {{ emp.lastName }} {{ emp.registrationNbr }} |
{{ emp.department|default('—') }} | {{ entry.overtime_days }} | {{ entry.total_overtime_hours|number_format(2) }} | {{ ot_pay|format_currency(currency) }} | Pending payroll |
| Totals | {{ overtime_data.total_overtime_hours|number_format(2) }} hrs | ||||