| Employee: {{employees_by_pk.first_name}} {{employees_by_pk.last_name}} |
|
| Date | Cost Center | Actual Hrs | Productive Hrs | Shift Clock On | Shift Clock Off | Shift Time |
| {{this.date}} | {{this.cost_center}} | {{this.actualhrs}} | {{this.productivehrs}} | {{moment this.clockon format="MM/DD/YYYY @ hh:mm:ss"}} | {{moment this.clockoff format="MM/DD/YYYY @ hh:mm:ss"}} | {{moment this.clockoff diff=this.clockon }} |