{% extends "ui/templates/base/layout.html" %} {% block content %}
Employees / HRMS
Live summary for the active audit firm{% if scope.branch_id %} and branch{% else %} across accessible branches{% endif %}.
Total Employees
{{ stats.employees.total }}
Active: {{ stats.employees.active }}
Today Attendance
{{ stats.attendance.today_present }}
Records: {{ stats.attendance.today_total }}, Pending: {{ stats.attendance.today_pending }}
Pending Leave
{{ stats.leave.pending }}
Approved: {{ stats.leave.approved }}
Docs to Verify
{{ stats.documents.uploaded }}
Verified: {{ stats.documents.verified }}
Payroll Pending
{{ stats.payroll.runs_draft + stats.payroll.runs_generated + stats.payroll.runs_approved }}
Paid runs: {{ stats.payroll.runs_paid }}
| {{ emp.full_name }} {{ emp.employee_code }} · {{ emp.designation or '-' }} | {{ emp.status }} |
| No employees found. |
No leave requests found.
{% endfor %}No offboarding requests found.
{% endfor %}