Group employee portal tabs

This commit is contained in:
A R R R Associates
2026-07-05 21:33:32 +05:30
parent 765f6acc29
commit eb15d76a4d
5 changed files with 134 additions and 30 deletions
+7 -3
View File
@@ -2474,17 +2474,21 @@ def employee_status_submit(
EMPLOYEE_PORTAL_TABS = {
"overview": "modules/employees/templates/employees/portal_partials/overview.html",
"work": "modules/employees/templates/employees/portal_partials/work.html",
"work": "modules/employees/templates/employees/portal_partials/work_hub.html",
"work-board": "modules/employees/templates/employees/portal_partials/work.html",
"due-today": "modules/employees/templates/employees/portal_partials/due_today.html",
"overdue": "modules/employees/templates/employees/portal_partials/overdue.html",
"client-pending": "modules/employees/templates/employees/portal_partials/client_pending.html",
"returned": "modules/employees/templates/employees/portal_partials/returned.html",
"attendance": "modules/employees/templates/employees/portal_partials/attendance.html",
"documents": "modules/employees/templates/employees/portal_partials/documents.html",
"attendance": "modules/employees/templates/employees/portal_partials/attendance_hub.html",
"attendance-details": "modules/employees/templates/employees/portal_partials/attendance.html",
"hr": "modules/employees/templates/employees/portal_partials/hr_hub.html",
"profile": "modules/employees/templates/employees/portal_partials/profile.html",
"leave": "modules/employees/templates/employees/portal_partials/leave.html",
"documents": "modules/employees/templates/employees/portal_partials/documents.html",
"payslips": "modules/employees/templates/employees/portal_partials/payslips.html",
"offboarding": "modules/employees/templates/employees/portal_partials/offboarding.html",
"alerts": "modules/employees/templates/employees/portal_partials/alerts.html",