@{ ViewData["Title"] = "IT Request Approval Board"; Layout = "~/Views/Shared/_Layout.cshtml"; }
Manage approvals and track Section B progress by month.
| Staff Name | Department | Date Submitted | Stage / Role | Your Status | Action |
|---|---|---|---|---|---|
| {{ row.staffName }} | {{ row.departmentName }} | {{ formatDate(row.submitDate) }} | {{ row.role }} | {{ row.currentUserStatus }} Rejected earlier |
|
| No {{ activeTab }} requests | |||||
| Staff Name | Department | Approved On | Section B Stage | Action |
|---|---|---|---|---|
| {{ r.staffName }} | {{ r.departmentName }} | {{ r.approvedAt ? formatDate(r.approvedAt) : '-' }} | {{ stageBadge(r.stage).text }} |
|
| No Section B items in this tab | ||||