Update adding project filter to export data

This commit is contained in:
Nguyen Ngo
2025-08-20 17:33:22 -04:00
parent f049bec15f
commit 206471dad5
2 changed files with 14 additions and 3 deletions
+2
View File
@@ -1050,6 +1050,8 @@ function exportAttendance() {
params.append("location", currentFilters.location);
if (currentFilters.employee)
params.append("employee", currentFilters.employee);
if (currentFilters.project)
params.append("project", currentFilters.project);
// Navigate to export configuration page
const configUrl =