{% set page_group = "users" %} {% include 'components/head.html' %}
Labor Hours: {{laborTotals.hr}}hrs - ${{laborTotals.dollars}}
Current Sales: ${{laborTotals.salesCurrent}}
Labor Percent: {{laborTotals.laborPercent}}
| 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 %} |