Implement Time Attendance import multiple files

This commit is contained in:
2026-01-20 14:57:45 -05:00
parent 0cf3ab5b83
commit 0fd480daa8
3 changed files with 253 additions and 42 deletions
@@ -139,7 +139,12 @@
<i class="fas fa-cloud-upload-alt"></i>
Importing Data
</h1>
{% if filename is string and ',' in filename %}
<p>Files: <strong>{{ filename.split(', ')|length }} files</strong></p>
<p style="font-size: 0.875rem; color: #718096; margin-top: 0.25rem;">{{ filename }}</p>
{% else %}
<p>File: <strong>{{ filename }}</strong></p>
{% endif %}
</div>
<!-- Progress Circle -->