{% extends "ui/templates/base/layout.html" %} {% block content %}
Employee master, user linkage, department, designation, reporting manager and status.
Employee self-service pages such as My Workspace, attendance, leave, documents and payslips work fully only after the employee master is linked to an IAM user.
Show unlinked employees| Employee | Department | Contact | Joining | Status | Action |
|---|---|---|---|---|---|
|
{{ row.full_name }}
{{ row.employee_code }}{% if row.user_id %} • User #{{ row.user_id }}{% endif %}
{% if row.user_id %}
Login linked
{% else %}
Login not linked
{% endif %}
|
{{ row.department or '-' }} {{ row.designation or '-' }} |
{{ row.email or '-' }} {{ row.mobile or '-' }} |
{{ row.date_of_joining or '-' }} | {{ row.status.replace('_',' ').title() }} | Open |
| No employees found. | |||||