Business Unit Allocation
| # | Name | Code | Exp | Mobile | Revenue Center | Designation | |
|---|---|---|---|---|---|---|---|
| {{$index + 1}} | {{hero.emp_first_name + ' ' + hero.emp_last_name}} | {{'(' + hero.emp_code + ')'}} | {{ hero.emp_yoe }} | {{hero.emp_email}} | {{hero.emp_mobile}} | {{hero.rc_name}} | {{hero.emp_designation}} |
Hero: Current Allocation
| # | Name | Code | Mobile | Revenue Center | Account | Project | Manager | Proj. Manager | Designation | Allocated Hours | Billable Hours | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{$index + 1}} | {{hero.emp_first_name + ' ' + hero.emp_last_name}} | {{'(' + hero.emp_code + ')'}} | {{hero.emp_email}} | {{hero.emp_mobile}} | {{hero.rc_name}} | {{hero.acc_company_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.billableHours}} |
Allocated But Non-Billable
| Name | Code | Mobile | Project | Manager | Proj. Manager | Designation | DoJ | YoE | Skills | Actions | |||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{hero.emp_first_name + ' ' + hero.emp_last_name}} | {{'(' + hero.emp_code + ')'}} | {{hero.emp_email}} | {{hero.emp_mobile}} | {{hero.proj_name}} | {{hero.linemgr.emp_first_name + ' ' + hero.linemgr.emp_last_name}} | {{hero.projmgr.emp_first_name + ' ' + hero.projmgr.emp_last_name}} | {{hero.willActAsName}} | {{hero.emp_doj | date:'dd MMM yyyy'}} | {{hero.emp_yoe}} | {{sk}} | {{hero.partialHours ? hero.partialHours - (hero.billableHours ? hero.billableHours : 0) : "" }} | {{hero.billableHours}} |
|