{% include 'partial_header.html' %}

Statistics

Select a payperiod:

{{periodform.period}} ** denotes current pay period

Or, enter a custom date range (format: YYYY-MM-DD):

{{daterangeform.start_date.label}} {{daterangeform.start_date}} {{daterangeform.end_date.label}} {{daterangeform.end_date}}
{% if stats %}

Statistics for {{title}}

{% for row in stats %}

{{row['name']}}

Shifts logged: {{row['shifts']}}
Hours logged: {{row['hours']}}
Total payroll amount: ${{'%.2f' % row['total']}}
{% endfor %}
{% endif %} {% include 'partial_footer.html' %}