{% set page_group = "users" %} {% include 'components/head.html' %}
{% include 'components/nav-account.html' %}
{% include 'components/alerts.html' %}

Labor Report

Labor Hours: {{laborTotals.hr}}hrs - ${{laborTotals.dollars}}

Current Sales: ${{laborTotals.salesCurrent}}

Labor Percent: {{laborTotals.laborPercent}}

{% for employee in employees %} {% endfor %}
ID Name Current Shift Hours
{{employee.wiwID}} {% if clockedInEmployees.clockedIn[employee.wiwID] is defined %} {% endif %} {{ employee.firstName }} {{ employee.lastName }} {%if employeeData[employee.wiwID].shiftHours > 0 %}{{ employeeData[employee.wiwID].shiftHours }} hrs{% else %} - {% endif %}
*Data is cached and refreshed every 5 minutes to avoid overloading the WhenIWork API
{% include 'components/footer.html' %}