From 5be0f9f934dc0515067ed13bcf35ddaa585d5a23 Mon Sep 17 00:00:00 2001 From: o-psi Date: Wed, 13 Dec 2023 16:10:08 +0000 Subject: [PATCH] add calculate invoice balance function --- client_statement.php | 189 +++++++++++++++++++++++++++++++++++++++++++ debug.php | 5 ++ functions.php | 19 +++++ 3 files changed, 213 insertions(+) create mode 100644 client_statement.php create mode 100644 debug.php diff --git a/client_statement.php b/client_statement.php new file mode 100644 index 00000000..1c2de0cc --- /dev/null +++ b/client_statement.php @@ -0,0 +1,189 @@ + + + + +
+
+

Statement for

+
+ +
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + +
Invoice NumberDateDue DateAmountBalance
+ + + + + + + + + +
+
+
+ + + + + + + + + + + + + + + + + + + +
Payment ReferencePayment DatePayment AmountInvoice Number
+ + + + + + + +
+
+
+
+
+ + diff --git a/debug.php b/debug.php new file mode 100644 index 00000000..b9b52aaf --- /dev/null +++ b/debug.php @@ -0,0 +1,5 @@ +