From 7f7880a4a79ea9ba5ecc9a4bbe1245466b1552a3 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Tue, 28 Jul 2026 12:49:57 -0400 Subject: [PATCH] Add Quick Payments view modal in Invoices --- agent/invoices.php | 15 ++- agent/modals/invoice/invoice_payments.php | 155 ++++++++++++++++++++++ 2 files changed, 167 insertions(+), 3 deletions(-) create mode 100644 agent/modals/invoice/invoice_payments.php diff --git a/agent/invoices.php b/agent/invoices.php index 4524b1cb..a1b865f1 100644 --- a/agent/invoices.php +++ b/agent/invoices.php @@ -391,9 +391,18 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()")); - - - + + + + + + + + + + + diff --git a/agent/modals/invoice/invoice_payments.php b/agent/modals/invoice/invoice_payments.php new file mode 100644 index 00000000..7f45a8cd --- /dev/null +++ b/agent/modals/invoice/invoice_payments.php @@ -0,0 +1,155 @@ + + + + + + +