From 0fc29c0271191c04027876ba7adc24a3530ee7cb Mon Sep 17 00:00:00 2001 From: root Date: Sat, 6 Apr 2019 17:45:52 -0400 Subject: [PATCH] Cleaned up UI a bit invoice, side_menu, client, started working on bank transfers --- add_client_modal.php | 2 +- add_expense_copy_modal.php | 2 +- add_expense_refund_modal.php | 2 +- add_invoice_payment_modal.php | 2 +- client.php | 88 +++++++++----- client_contacts.php | 5 +- client_details.php | 23 ---- client_nav.php | 38 +++--- client_routes.php | 7 +- clients.php | 16 +-- edit_invoice.php | 66 ----------- invoice.php | 217 +++++++++++++++++----------------- invoices.php | 5 +- post.php | 40 +++++-- side_nav.php | 24 ++-- top_nav.php | 6 +- 16 files changed, 245 insertions(+), 298 deletions(-) delete mode 100644 client_details.php delete mode 100644 edit_invoice.php diff --git a/add_client_modal.php b/add_client_modal.php index a5621593..1f4ede4f 100644 --- a/add_client_modal.php +++ b/add_client_modal.php @@ -1,4 +1,4 @@ - diff --git a/client.php b/client.php index b4b0a3ef..c2c306f3 100644 --- a/client.php +++ b/client.php @@ -44,36 +44,70 @@ if(isset($_GET['client_id'])){ $num_notes = $row['num']; ?> -
-
-

-
-
-