{% extends "ui/templates/base/layout.html" %} {% block content %}

HR Excel Imports

Import employees, leave types, opening leave balances and salary structures with validation preview before commit.

Employees
{% if errors %}
{{ errors|join(', ') }}
{% endif %} {% if message %}
{{ message }}
{% endif %}
{% for key, label in import_types.items() %}

{{ label }}

Download template, fill data, upload and preview before import.

Template
{% endfor %}
Important

For System Admin/Firm Admin using all-branch context, provide branch_id in Excel or switch to a specific active branch before importing. Existing rows are updated based on employee code, leave code, or employee/effective date as applicable.

{% endblock %}