Ready for Payroll
Pay Run for @[[moment().format('ll')]] to @[[moment().add(6, 'days').format('ll')]]:
Pay run for the current period is 3% over the previous period
Previous period total pay: $5,940.00
Current period total pay: $6,120.00
Difference: $210.00
Previous Period
Current Period
$5,940.00
$6,120.00
$0
$2,500
$5,000
$7,500
1-10 of 221 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 | @[[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)]] |
Total | @[[summary.regular_hours]] | @[[formatAmount(summary.regular_pay)]] | @[[summary.overtime_hours]] | @[[formatAmount(summary.overtime_pay)]] | @[[summary.timeoff_hours]] | @[[formatAmount(summary.timeoff_pay)]] | @[[summary.total_hours]] | @[[formatAmount(summary.total_pay)]] |