Report
{{key?key:'Date'}} test
| # | Hero | Emp Id | Revenue Centre | Email ID | ||
|---|---|---|---|---|---|---|
| {{$index+1}} | {{d.emp_first_name +' '+d.emp_last_name}} | {{d.emp_code}} | {{d.rc_name}} | {{d.emp_email}} | {{ fil.logtype == '' ? '-' : ( fil.logtype.search('16') != -1 || fil.logtype.search('17') != -1) ? 'L/H' : fil.hours }} | {{ fil.logtype == '' ? '-' : ( fil.logtype.search('16') != -1 || fil.logtype.search('17') != -1) ? '0' : fil.prebilled != null ? fil.prebilled : fil.hours }} |
{{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)}} |