{% extends 'timepiece/base.html' %} {% load timepiece_tags %} {% load bootstrap_toolkit %} {% load url from future %} {% block title %}Payroll Summary{% endblock %} {% block crumbs %} {{ block.super }}
Warning: The following users have unverified time during this period:
Warning: The following users have unapproved time during this period:
All time verified and approved
{% endif %}Name | Billable | Non-Billable | Total Worked | Paid Leave | Grand Total | ||
---|---|---|---|---|---|---|---|
{{ name }} | {% for num in hours|slice:"0:2" %}{{num.0|floatformat:2|default:""}} | {% if num.1 %}({{num.1|floatformat:2}}%){% endif %} | {% endfor %}{{hours.2|floatformat:2}} | {% for desc in descs %} {{desc.0}}: {{desc.1|floatformat:2}} {% endfor %} | {{all|floatformat:2}} |
No entries found.
{% endif %}Name | {% for date in date_headers %}{{date|date:"M/d"}} | {% endfor %}Overtime |
---|---|---|
{{name}} | {% for num in hours %}{{num|floatformat:2}} | {% endfor %}
No entries found.
{% endif %}