Report
{{key?key:'Date'}} test
| # | Hero | Emp Id | Revenue Centre | Email ID | ||
|---|---|---|---|---|---|---|
| {{parentIndex+1}} | {{d.emp_first_name +' '+d.emp_last_name}} | {{d.emp_code}} | {{d.rc_name}} | {{d.emp_email}} | {{ 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}} |