From a59555bc89903bf609db0c74ee56a1e3abc24cb2 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 7 Apr 2019 23:07:19 -0400 Subject: [PATCH] Added All Payments List --- client.php | 2 -- payments.php | 68 ++++++++++++++++++++++++++++++++++++++++++++++++++++ side_nav.php | 6 +++++ 3 files changed, 74 insertions(+), 2 deletions(-) create mode 100644 payments.php diff --git a/client.php b/client.php index dee02027..8f03c450 100644 --- a/client.php +++ b/client.php @@ -34,8 +34,6 @@ if(isset($_GET['client_id'])){ $balance = $invoice_amounts - $amount_paid; - - //Badge Counts $row = mysqli_fetch_assoc(mysqli_query($mysqli,"SELECT COUNT('client_contact_id') AS num FROM client_contacts WHERE client_id = $client_id")); diff --git a/payments.php b/payments.php new file mode 100644 index 00000000..91b92101 --- /dev/null +++ b/payments.php @@ -0,0 +1,68 @@ + + + + +
+
+
Payments
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
DateInvoiceClientAmountAccountMethod
INV-$
+
+
+ +
+ +Expenses +