{% extends "base_authenticated.html" %} {% block title %}Import Time Attendance Data - {{ COMPANY_NAME }}{% endblock %} {% block extra_head %} {% endblock %} {% block page_title %}Import Time Attendance{% endblock %} {% block content %}
Upload Excel files containing employee time attendance records
Excel files (.xlsx, .xls) with time attendance data
ID, Name, Date, Time, Location Name, Action Description
Automatic validation and error reporting for invalid data
| ID | Name | Platform | Date | Time | Location Name | Action Description | Event Description | Recorded Address |
|---|---|---|---|---|---|---|---|---|
| 12345 | John Doe | iPhone - iOS | 2025-09-12 | 09:00:00 | HQ Suite 210 | Check In | Main Office | 123 Main St |
| 67890 | Jane Smith | Android | 2025-09-12 | 17:30:00 | HQ Suite 210 | Check Out | Main Office | 123 Main St |
| {{ column }} | {% endfor %}
|---|
| {{ row.get(column, '') }} | {% endfor %}
Batch ID: {{ import_result.batch_id }}