Updated Time Attendance Records importing function

This commit is contained in:
2025-10-14 12:31:19 -04:00
parent d358441048
commit 650415672a
3 changed files with 98 additions and 29 deletions
-4
View File
@@ -94,7 +94,6 @@
<table class="attendance-table">
<thead>
<tr>
<th>#</th>
<th>ID</th>
<th>Name</th>
<th>Platform</th>
@@ -110,9 +109,6 @@
<tbody>
{% for record in recent_records %}
<tr>
<!-- # -->
<td>{{ loop.index }}</td>
<!-- 1. ID (Employee ID) -->
<td>
<div class="employee-info">
+1 -1
View File
@@ -275,7 +275,7 @@
<i class="fas fa-columns"></i>
</div>
<h3>Required Columns</h3>
<p>ID, Name, Date, Time, Location Name, Action Description</p>
<p>ID, Date, Time, Location Name, Action Description</p>
</div>
<div class="instruction-item">