Updated attendance report page, new button to add record manually

This commit is contained in:
2025-12-31 12:27:10 -05:00
parent bcc8340b69
commit ca06908d14
3 changed files with 696 additions and 0 deletions
+9
View File
@@ -38,6 +38,15 @@
Export Data
</button>
{% endif %}
<!-- NEW: Manual Add Record Button -->
{% if session.role in ['admin', 'accounting'] %}
<button onclick="window.location.href='{{ url_for('add_manual_attendance') }}'" class="btn btn-primary">
<i class="fas fa-plus-circle"></i>
Add Record
</button>
{% endif %}
<button onclick="refreshReport()" class="btn btn-secondary">
<i class="fas fa-sync-alt"></i>
Refresh