Employee Pay Data to Process
@[[ ((page*perPage) - perPage) + 1 ]]-@[[ (page*perPage) ]] of @[[employees.length]] Employees
Name Pay Run Status Approval Status Timesheet Period Regular Hours Regular Pay Overtime Hours Overtime Pay Time Off Hours Time Off Pay Total Hours Total Pay
@[[e.name]] Draft Approved Not Submitted Waiting for Approval @[[daysIncrement(0)]] - @[[daysIncrement(e.period)]] @[[e.regular_hours]] @[[formatAmount(e.regular_pay)]] @[[e.overtime_hours]] @[[formatAmount(e.overtime_pay)]] @[[e.timeoff_hours]] @[[formatAmount(e.timeoff_pay)]] @[[e.total_hours]] @[[formatAmount(e.total_pay)]]