Report
{{key?key:'Date'}} test
| # | Hero | Emp Id | Email ID | |
|---|---|---|---|---|
| {{$index+1}} | {{d.emp_first_name +' '+d.emp_last_name}} | {{d.emp_code}} | {{d.emp_email}} | {{val ? val :'0'}} |
{{p.name}}
| # | Hero | Date | Reference | Description | Type | Hours | Comments |
|---|---|---|---|---|---|---|---|
| {{$index+1}} | {{d.emp_first_name +' '+d.emp_last_name}} | {{d.reference}} | {{d.lt_name | titlecase}} | {{d.hours}} | {{d.comments}} | ||
| Total | {{totalHoursNew(myDiary.default,'hours',p.data)}} |
{{p.name}}
| # | Project | Date | Reference | Description | Type | Hours | Comments |
|---|---|---|---|---|---|---|---|
| {{$index+1}} | {{d.proj_name}} | {{d.reference}} | {{d.lt_name | titlecase}} | {{d.hours}} | {{d.comments}} | ||
| Total | {{totalHours(myDiary.default,'hours',p.data)}} |