...
row_type
will be one of:summary
timesheet_entry
row_name
can be one of:paid_rest_break
topup
contract_hours
hourly_hours
performance_hours
total_hours
ordinary_hours
overtime_hours
If multiple overtime rates, then these will be in the format
overtime_hours_RATE
, for exampleovertime_hours_2.0
days_worked
pay_contract_summary summary
agreed_hours_topup
pay_performance_summary
performance_bonus
absence_hours
Examples
Example 1
Code Block |
---|
IF $row_type == summary THEN $hours |
...