From 889a749d8872d4cd64241e60e4766b34a05227d9 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 25 May 2019 21:14:08 -0400 Subject: [PATCH] Added alert feedback boxes, little ui fixes for quote invoice and recurring added rejected instead of cancelled for quotes, and other little ui cleanups --- add_user_modal.php | 25 +++ check_login.php | 1 - client_contacts.php | 14 +- client_invoices.php | 2 +- client_quotes.php | 15 +- edit_contact_modal.php | 11 +- edit_invoice_modal.php | 6 +- edit_user_modal.php | 7 + functions.php | 2 + header.php | 19 ++- invoice.php | 379 +++++++++++++++++++++-------------------- invoices.php | 2 + js/app.js | 6 + post.php | 297 ++++++++++++++++---------------- quote.php | 348 ++++++++++++++++++------------------- quotes.php | 4 +- recurring_invoice.php | 325 +++++++++++++++++------------------ settings-carddav.php | 58 +++++++ settings-nav.php | 8 + users.php | 12 +- 20 files changed, 847 insertions(+), 694 deletions(-) create mode 100644 settings-carddav.php diff --git a/add_user_modal.php b/add_user_modal.php index 78c86d21..a61c90b9 100644 --- a/add_user_modal.php +++ b/add_user_modal.php @@ -9,6 +9,31 @@