From 51ff1d464b60845a5e87125b76af725219e11ed4 Mon Sep 17 00:00:00 2001 From: Konrad du Plessis Date: Thu, 19 Feb 2026 23:41:29 +0200 Subject: [PATCH] Replace worker multi-select with checkboxes and team filter The Add Payroll Adjustment modal now uses checkboxes in a scrollable frame instead of a multi-select dropdown, making it easier to see who is selected. Added a team filter dropdown that auto-selects all workers in the chosen team. Users can still check/uncheck individual workers after selecting a team. Shows live count of selected workers. Co-Authored-By: Claude Opus 4.6 --- core/templates/core/payroll_dashboard.html | 95 +++++++++++++++++----- core/views.py | 8 ++ 2 files changed, 82 insertions(+), 21 deletions(-) diff --git a/core/templates/core/payroll_dashboard.html b/core/templates/core/payroll_dashboard.html index 711221d..5fbfaf8 100644 --- a/core/templates/core/payroll_dashboard.html +++ b/core/templates/core/payroll_dashboard.html @@ -448,16 +448,25 @@