Employee Time Tickets

Employee: {{employees_by_pk.first_name}} {{employees_by_pk.last_name}}  

 

Time Tickets

Date Cost Center Actual Hrs Productive Hrs Shift Clock On Shift Clock Off Shift Time
{{#each employees_by_pk.timetickets}}            
{{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 }}
{{/each}}