{% extends "base.html" %}{% block content %}

Data Import & Migration

Controlled initial migration preparation
The package root contains Employee, Salary Opening, Leave Opening, Loan Opening and Attendance CSV templates. Trial UAT should first use sample data. Final bulk import confirmation will be performed only after local validation and backup. Attendance CSV cannot bypass controlled workflows: approved leave must come from the Leave workflow, OT must come from the OT approval workflow, and finalized attendance months must be reopened before correction/import.

Available templates in package:

Import Job History

{% for j in jobs %}{% empty %}{% endfor %}
DateTypeCompanyStatusRowsErrorsCreated By
{{ j.created_at|date:"Y-m-d H:i" }}{{ j.import_type }}{{ j.company }}{{ j.status }}{{ j.valid_rows }}/{{ j.total_rows }}{{ j.error_rows }}{{ j.created_by }}
No migration jobs have been executed in this trial database.
{% endblock %}