Transfer Application List
Show All Columns
Applications From: {{ngFormData.applicationDate}}
| S.No. | Id | EmployeeID | Employee | Designation | Employee Remark | Current Posting | Posting Choice | Other Alternates | Normal Reason | Chronic/Special Reason | Is Chronic | Spouse Govt. Job | PH | CMO | Minister IT | PSIT Desire | CSIT Desire | TD&JS Desire | Self Appl. | Complaint | Dept. Requirement | Representative | Officer |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ ($index+1)+(ddlPageSize * (currentPage-1)) }} | {{x.ID}} | {{x.EmployeeID}} | {{x.EmployeeName}} | {{x.Designation}} | {{x.EmployeeRemark}} | {{x.FromODPD}} | {{x.ToODPD}} | {{x.IsChronic == '1' ? 'YES' : 'NO'}} | {{x.IsSpouseGovtJob == '1' ? 'YES' : 'NO'}} | {{x.IsPH == '1' ? 'YES' : 'NO'}} | {{x.IsCMO == '1' ? 'YES' : 'NO'}} | {{x.IsMinisterIT == '1' ? 'YES' : 'NO'}} | {{x.IsPSITDesire == '1' ? 'YES' : 'NO'}} | {{x.IsCSITDesire == '1' ? 'YES' : 'NO'}} | {{x.IsTDJSDesire == '1' ? 'YES' : 'NO'}} | {{x.IsSelfApplication == '1' ? 'YES' : 'NO'}} | {{x.IsComplaint == '1' ? 'YES' : 'NO'}} | {{x.RepresentativeName}} | {{x.OfficerName}} | ||||