Report
{{key?key:'Date'}} test
| # | Hero | Emp Id | ||
|---|---|---|---|---|
| {{$index+1}} | {{d.emp_first_name +' '+d.emp_last_name}} | {{d.emp_code}} | {{ fil.logtype == '' ? '-' : ( fil.logtype.search('16') != -1 || fil.logtype.search('17') != -1) ? 'L/H' : fil.hours }} {{ fil.logtype.search('24') != -1 ? '(HF)' : '' }} {{ fil.lastWeekData.hours }} | {{ fil.logtype == '' ? '-' : ( fil.logtype.search('16') != -1 || fil.logtype.search('17') != -1) ? '0' : fil.prebilled != null ? fil.prebilled : fil.hours }} {{ fil.lastWeekData.preHours }} |
{{key?key:'Date'}} test
| # | Hero | Emp Id | ||
|---|---|---|---|---|
| {{$index+1}} | {{d.emp_first_name +' '+d.emp_last_name}} | {{d.emp_code}} | {{ fil.hours }} | {{ fil.preHours != null ? fil.preHours : fil.hours }} {{ fil.preHours != null ? fil.preHours : fil.hours }} |
Consolidate Data | Billing Type : {{billingType}}
| # | Hero | Total Days | Total Month Hours | Rate | Total |
|---|---|---|---|---|---|
| {{$index+1}} | {{row.empName}} | {{row.totalDays}} | {{row.totalMonthHours}} | {{row.billing_rate}} | {{row.total}} |
| Total | {{sum('total',consolidatedData)}} |
Invoice
| Attn. | {{invoiceData.attn}} |
| To | {{invoiceData.invoice_to}} |
| CC | {{invoiceData.invoice_cc}} |
| Company Code | {{invoiceData.company_code}} |
| Company Name | {{invoiceData.company_name}} |
| Description | {{invoiceData.company_code}} |