EarningsHours & wages credited this period
Description
Rate
Hours
Current
Year-to-Date
{% for row in earnings %}
{{ row.name }}
{{ row.sub }}
{% if row.rate %}{{ row.rate }}{% else %}—{% endif %}
{% if row.hours %}{{ row.hours }}{% else %}—{% endif %}
{{ row.current }}
{{ row.ytd }}
{% endfor %}
{{ gross_hours }}
{{ gross_current }}
{{ gross_ytd }}
DeductionsTaxes & withholdings debited this period
Description
Current
Year-to-Date
{% for row in deductions %}
{{ row.name }}
{{ row.sub }}
{{ row.current }}
{{ row.ytd }}
{% endfor %}
{{ total_deductions_current }}
{{ total_deductions_ytd }}