@{ ViewData["Title"] = "Overtime Pending Approval"; Layout = "~/Views/Shared/_Layout.cshtml"; }
Pending Action : {{ overallPendingMonths.join(', ') }}
Staff Name Date Submit Status Action
{{ row.fullName }} {{ formatDate(row.submitDate) }}
HoU: {{ row.houStatus }}
HoD: {{ row.hodStatus }}
Manager: {{ row.managerStatus }}
HR: {{ row.hrStatus }}
Rejected by a previous approver
No {{ activeTab === 'pending' ? 'pending' : 'completed' }} actions found for your current filters.
Showing {{ (currentPage - 1) * itemsPerPage + 1 }} to {{ Math.min(currentPage * itemsPerPage, filteredAndSortedOtStatusList.length) }} of {{ filteredAndSortedOtStatusList.length }} entries