{% load format_tags %}
FOXFITT CONSTRUCTION
Payroll Report {{ start_date|date:"d F Y" }} – {{ end_date|date:"d F Y" }}
{{ project_name }}  •  {{ team_name }}
LIFETIME PERFORMANCE

All Time — Labour Cost

BY PROJECT

{% if alltime_projects %} {% for item in alltime_projects %} {% endfor %}
{{ forloop.counter }} {{ item.project }} R {{ item.total|money }}
{% else %}

No project data yet.

{% endif %}

BY TEAM

{% if alltime_teams %} {% for item in alltime_teams %} {% endfor %}
{{ forloop.counter }} {{ item.team }} R {{ item.total|money }}
{% else %}

No team data yet.

{% endif %}
YEAR-TO-DATE

{{ current_year }} — Labour Cost

BY PROJECT

{% if year_projects %} {% for item in year_projects %} {% endfor %}
{{ forloop.counter }} {{ item.project }} R {{ item.total|money }}
{% else %}

No project data for {{ current_year }}.

{% endif %}

BY TEAM

{% if year_teams %} {% for item in year_teams %} {% endfor %}
{{ forloop.counter }} {{ item.team }} R {{ item.total|money }}
{% else %}

No team data for {{ current_year }}.

{% endif %}
SELECTED PERIOD

Period Breakdown

TOTAL PAID OUT
R {{ total_paid_out|money }}
across {{ total_worker_days }} worker-days in this period

LOANS

Loans issued R {{ loans_issued|money }}
Loans outstanding R {{ loans_outstanding|money }}

ADVANCES

Advances issued R {{ advances_issued|money }}
Advances outstanding R {{ advances_outstanding|money }}

LABOUR COST — PROJECTS

{% if cost_per_project %} {% for item in cost_per_project %} {% endfor %}
{{ item.project }} {{ item.worker_days }} days R {{ item.total|money }}
{% else %}

No project cost data.

{% endif %}

LABOUR COST — TEAMS

{% if cost_per_team %} {% for item in cost_per_team %} {% endfor %}
{{ item.team }} {{ item.worker_days }} days R {{ item.total|money }}
{% else %}

No team cost data.

{% endif %}

PAYMENTS BY DATE

{% if payments_by_date %} {% for item in payments_by_date %} {% endfor %}
{{ item.date|date:"d M Y" }} R {{ item.total|money }}
{% else %}

No payments in this period.

{% endif %}

ADJUSTMENTS

{% if adjustment_totals %} {% for item in adjustment_totals %} {% endfor %}
{{ item.label }} R {{ item.total|money }}
{% else %}

No adjustments in this period.

{% endif %}
PER-WORKER DETAIL

Worker Breakdown

{% if worker_breakdown %} {% for label in active_adj_labels %} {% endfor %} {% for w in worker_breakdown %} {% for val in w.adj_values %} {% if val %} {% else %} {% endif %} {% endfor %} {% endfor %}
WORKER DAYS TOTAL PAID{{ label|upper }}
{{ w.name }} {{ w.days }} R {{ w.total_paid|money }}R {{ val|money }}
{% else %}

No worker payment data for this period.

{% endif %}
GENERATED {{ now|date:"d M Y H:i" }}  •  FOXFITT CONSTRUCTION  •  CONFIDENTIAL