From 4389c92c0e6274f5df305744779fecfdd51d2572 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 13 May 2019 14:53:17 -0400 Subject: [PATCH] Lots of UI cleanups and update, gave a dark look for modals, bunch of icon changes etc --- README.md | 8 ++ accounts.php | 2 +- add_account_modal.php | 16 ++-- add_calendar_event_modal.php | 27 +++--- add_category_modal.php | 12 +-- add_client_application_modal.php | 28 +++--- add_client_asset_modal.php | 30 +++--- add_client_contact_modal.php | 20 ++-- add_client_domain_modal.php | 20 ++-- add_client_file_modal.php | 41 ++------ add_client_location_modal.php | 23 +++-- add_client_login_modal.php | 34 +++---- add_client_modal.php | 24 ++--- add_client_network_modal.php | 20 ++-- add_client_note_modal.php | 12 +-- add_client_vendor_modal.php | 26 ++--- add_expense_copy_modal.php | 31 +++--- add_expense_modal.php | 34 ++++--- add_expense_refund_modal.php | 27 ++++-- add_invoice_modal.php | 24 ++--- add_mileage_modal.php | 29 +++--- add_payment_modal.php | 29 +++--- add_product_modal.php | 12 +-- add_quote_modal.php | 20 ++-- add_recurring_invoice_modal.php | 24 ++--- add_transfer_modal.php | 152 +++++++++++++++--------------- add_user_modal.php | 18 ++-- add_vendor_modal.php | 12 +-- calendar_events.php | 7 +- categories.php | 1 + client.php | 6 +- client_applications.php | 2 +- client_assets.php | 40 ++++++-- client_files.php | 100 ++++++++++++++------ client_side_nav.php | 4 +- clients.php | 4 +- config.php | 2 +- css/style.css | 3 +- dashboard.php | 4 +- edit_account_modal.php | 12 +-- edit_calendar_event_modal.php | 21 +++-- edit_category_modal.php | 10 +- edit_client_application_modal.php | 18 ++-- edit_client_asset_modal.php | 20 ++-- edit_client_contact_modal.php | 10 +- edit_client_domain_modal.php | 18 ++-- edit_client_location_modal.php | 19 ++-- edit_client_login_modal.php | 12 +-- edit_client_modal.php | 10 +- edit_client_network_modal.php | 18 ++-- edit_client_note_modal.php | 10 +- edit_client_vendor_modal.php | 16 ++-- edit_mileage_modal.php | 19 ++-- edit_product_modal.php | 10 +- edit_transfer_modal.php | 144 ++++++++++++++-------------- edit_user_modal.php | 16 ++-- edit_vendor_modal.php | 10 +- expenses.php | 4 +- invoices.php | 6 +- login.php | 8 +- mileage.php | 2 +- payments.php | 2 +- post.php | 6 +- products.php | 4 +- quotes.php | 4 +- recurring.php | 2 +- settings-backup.php | 2 +- settings-company.php | 10 +- settings-general.php | 6 +- settings-invoice.php | 8 +- settings-logo.php | 2 +- settings-mail.php | 10 +- settings-nav.php | 10 +- side_nav.php | 2 +- transfers.php | 2 +- users.php | 4 +- vendors.php | 4 +- view_client_file_modal.php | 20 ++-- view_client_note_modal.php | 8 +- 79 files changed, 771 insertions(+), 676 deletions(-) diff --git a/README.md b/README.md index 5966d429..9a3414e4 100644 --- a/README.md +++ b/README.md @@ -60,3 +60,11 @@ CRM, Accounting and Invoicing System for small managed IT companies * mPDF * EasyMDE forked from SimpleMDE * parsedown + +### Future Todo +* FreePBX "Asterisk" Integration (For CallerID and to track client calls within the app) +* MeshCentral Integation to assign devices and easily access remote desktop within the app +* HestiaCP Integration for intergrating domains and webclients +* CalDAV to integrate with 3rd party calendars +* CardDAV to integrate with 3rd party Address books +* Unifi and UNMS integration diff --git a/accounts.php b/accounts.php index beb5b2c5..57be8799 100644 --- a/accounts.php +++ b/accounts.php @@ -5,7 +5,7 @@
-
Accounts
+
Accounts
diff --git a/add_account_modal.php b/add_account_modal.php index 88571702..71ff282e 100644 --- a/add_account_modal.php +++ b/add_account_modal.php @@ -1,19 +1,19 @@