Transfer Proposals
Include Inactive Proposals
| S.No. | Id | Proposal Name | Proposal Date | Is Active | Remark | Closing Date | Edit | Close | Delete | |||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ ($index+1)+(ddlPageSize * (currentPage-1)) }} | {{x.Id}} | {{x.ProposalName}} {{x.ProposalName}} | {{x.ProposalDate}} | {{x.IsActive == 1 ? 'YES' : 'NO'}} | {{x.ClosingDate}} | |||||||
Transfer Details for Proposal
| S.No. | Id | TransferID | EmployeeID | FromCreationID | ToPostID | Employee | Transfer From | Transfer To | Promotion | Transfer Category | Category Remark | Transfer Comment |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ ($index+1)+(ddlPageSizeDetail * (currentPageDetail-1)) }} | {{x.ID}} | {{x.TransferID}} | {{x.EmployeeID}} | {{x.FromCreationID}} | {{x.ToPostID}} | {{x.EmployeeName}} | {{x.TransferFrom}} | {{x.TransferTo}} | {{x.IsPromotion == '1' ? 'YES' : 'NO'}} | {{x.TransferCategory}} | {{x.TransferRemark}} | {{x.TransferComment}} |