| # |
Name |
Code |
Exp. In Years |
Account |
Revenue Center |
Project |
Manager |
Proj. Manager |
Designation |
Allocated Hours |
Billable Hours |
Overall Allocated Hours |
Overall Billable Hours |
Last Allocated Date |
Aging |
| {{$index + 1}} |
{{hero.emp_first_name + ' ' + hero.emp_last_name}} |
{{'(' + hero.emp_code + ')'}} |
{{ hero.emp_yoe }} |
{{hero.acc_company_name}} |
{{hero.rc_name}} |
{{hero.proj_name}} |
{{hero.linemgr.emp_first_name + ' ' + hero.linemgr.emp_last_name}} |
{{hero.projmgr.emp_first_name + ' ' + hero.projmgr.emp_last_name}} |
{{hero.emp_desg}} |
{{hero.partialHours ? hero.partialHours : 0}} |
{{hero.billableHours ? hero.billableHours : 0}} |
{{ hero.overall_allocated_hours ? hero.overall_allocated_hours : 0}} |
{{ hero.overall_billable_hours ? hero.overall_billable_hours : 0 }} |
{{hero.lastAlloDate | datetz:'DD MMM YYYY'}} |
{{hero.aging}} |