My Workspace
Employee Portal
Punch attendance, view priority work, track HR details, documents, payslips and alerts from one staff workspace.
{% set main_tabs = [
('overview','Overview'),
('work','Work'),
('attendance','Attendance'),
('hr','HR & Profile'),
('reports','Reports')
] %}
Employee Workspace
{% for code, label in main_tabs %}
{% endfor %}
{% include "modules/employees/templates/employees/portal_partials/overview.html" %}
{% endblock %}