From 2aad9ac623bde16b8df72e471cb9e8d375e6a78d Mon Sep 17 00:00:00 2001 From: Konrad du Plessis Date: Mon, 23 Feb 2026 00:36:57 +0200 Subject: [PATCH] =?UTF-8?q?Add=20Export=20Workers=20CSV=20=E2=80=94=20down?= =?UTF-8?q?loads=20all=20worker=20data=20as=20spreadsheet?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Admin-only CSV export with name, ID number, phone, salary, daily rate, employment date, active status, and notes. Button on dashboard next to Manage Resources header. Co-Authored-By: Claude Opus 4.6 --- core/templates/core/index.html | 5 ++++- core/urls.py | 3 +++ core/views.py | 36 ++++++++++++++++++++++++++++++++++ 3 files changed, 43 insertions(+), 1 deletion(-) diff --git a/core/templates/core/index.html b/core/templates/core/index.html index 2eb29c6..efc3638 100644 --- a/core/templates/core/index.html +++ b/core/templates/core/index.html @@ -170,8 +170,11 @@
-
+
Manage Resources
+ + Export Workers +