{% load format_tags %}
| Payroll Report | {{ start_date|date:"d F Y" }} – {{ end_date|date:"d F Y" }} |
BY PROJECT{% if alltime_projects %}
No project data yet. {% endif %} |
BY TEAM{% if alltime_teams %}
No team data yet. {% endif %} |
BY PROJECT{% if year_projects %}
No project data for {{ current_year }}. {% endif %} |
BY TEAM{% if year_teams %}
No team data for {{ current_year }}. {% endif %} |
|
TOTAL PAID OUT
R {{ total_paid_out|money }}
across {{ total_worker_days }} worker-days in this period
|
LOANS
|
ADVANCES
|
LABOUR COST — PROJECTS{% if cost_per_project %}
No project cost data. {% endif %} |
LABOUR COST — TEAMS{% if cost_per_team %}
No team cost data. {% endif %} |
PAYMENTS BY DATE{% if payments_by_date %}
No payments in this period. {% endif %} |
ADJUSTMENTS{% if adjustment_totals %}
No adjustments in this period. {% endif %} |
| WORKER | DAYS | TOTAL PAID | {% for label in active_adj_labels %}{{ label|upper }} | {% endfor %}|
|---|---|---|---|---|
| {{ w.name }} | {{ w.days }} | R {{ w.total_paid|money }} | {% for val in w.adj_values %} {% if val %}R {{ val|money }} | {% else %}— | {% endif %} {% endfor %}
No worker payment data for this period.
{% endif %}