From 9d9ebe7b9e2b0b622ca7d9bdcd55e22b7d26d705 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Mon, 2 Mar 2026 22:43:14 -0500 Subject: [PATCH] Added Bulk Net Terms editing in clients --- agent/clients.php | 6 +++ .../client/client_bulk_edit_net_terms.php | 52 +++++++++++++++++++ agent/post/client.php | 34 ++++++++++++ 3 files changed, 92 insertions(+) create mode 100644 agent/modals/client/client_bulk_edit_net_terms.php diff --git a/agent/clients.php b/agent/clients.php index 04750196..d1d057db 100644 --- a/agent/clients.php +++ b/agent/clients.php @@ -152,6 +152,12 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()")); Set Hourly Rate + + Set Net Terms + + diff --git a/agent/modals/client/client_bulk_edit_net_terms.php b/agent/modals/client/client_bulk_edit_net_terms.php new file mode 100644 index 00000000..8ffc9971 --- /dev/null +++ b/agent/modals/client/client_bulk_edit_net_terms.php @@ -0,0 +1,52 @@ + + + + +
+ + + + + + +
+ +$net_terms days for $count client(s)"); + } + + redirect(); + +} + if (isset($_POST['bulk_assign_client_tags'])) { validateCSRFToken($_POST['csrf_token']);