From d2b37a89403dc3bda2d9f8d04458f599857f0739 Mon Sep 17 00:00:00 2001 From: "johnny@pittpc.com" Date: Sat, 6 Feb 2021 15:03:11 -0500 Subject: [PATCH] Added new category buttons to certian dropdowns to quickly add a category without going to setting then category also a few fixes here and there --- add_calendar_event_modal.php | 3 + add_client_modal.php | 5 +- add_company_modal.php | 2 +- add_expense_modal.php | 10 +- add_expense_refund_modal.php | 13 +- add_invoice_modal.php | 3 + add_payment_modal.php | 6 +- add_product_modal.php | 3 + add_quick_modal.php | 96 ++++++++++++ add_quote_modal.php | 3 + add_quote_to_invoice_modal.php | 6 +- add_recurring_modal.php | 3 + add_revenue_modal.php | 3 + calendar_events.php | 9 +- client.php | 12 +- clients.php | 1 + edit_client_modal.php | 5 +- edit_expense_modal.php | 6 + edit_invoice_modal.php | 3 + edit_product_modal.php | 3 + edit_quote_modal.php | 3 + edit_recurring_modal.php | 3 + edit_revenue_modal.php | 27 ++++ expenses.php | 2 +- invoice.php | 19 ++- invoices.php | 9 +- products.php | 9 +- quote.php | 16 +- quotes.php | 9 +- recurring.php | 9 +- recurring_invoice.php | 13 +- report_tax_summary.php | 257 +++++++++++++++++++++++++++++++++ revenues.php | 9 +- setup.php | 2 +- 34 files changed, 531 insertions(+), 51 deletions(-) create mode 100644 add_quick_modal.php create mode 100644 report_tax_summary.php diff --git a/add_calendar_event_modal.php b/add_calendar_event_modal.php index 604f687b..989b5819 100644 --- a/add_calendar_event_modal.php +++ b/add_calendar_event_modal.php @@ -42,6 +42,9 @@ } ?> +
+ +
diff --git a/add_client_modal.php b/add_client_modal.php index 04b54355..e32cf844 100644 --- a/add_client_modal.php +++ b/add_client_modal.php @@ -2,7 +2,7 @@ +
+ +
@@ -126,7 +129,12 @@ } ?> +
+ +
+ +
@@ -146,7 +154,7 @@
- + @@ -128,6 +131,9 @@ ?> +
+ +
diff --git a/edit_invoice_modal.php b/edit_invoice_modal.php index 59dbfb8a..5ecb6f1d 100644 --- a/edit_invoice_modal.php +++ b/edit_invoice_modal.php @@ -53,6 +53,9 @@ } ?> +
+ +
diff --git a/edit_product_modal.php b/edit_product_modal.php index 9a69f856..9c5db0d4 100644 --- a/edit_product_modal.php +++ b/edit_product_modal.php @@ -35,6 +35,9 @@ ?> +
+ +
diff --git a/edit_quote_modal.php b/edit_quote_modal.php index 810a3dd5..912bfead 100644 --- a/edit_quote_modal.php +++ b/edit_quote_modal.php @@ -53,6 +53,9 @@ } ?> +
+ +
diff --git a/edit_recurring_modal.php b/edit_recurring_modal.php index 07f64ec4..869a5327 100644 --- a/edit_recurring_modal.php +++ b/edit_recurring_modal.php @@ -48,6 +48,9 @@ } ?> +
+ +
diff --git a/edit_revenue_modal.php b/edit_revenue_modal.php index 97018772..ddd15f93 100644 --- a/edit_revenue_modal.php +++ b/edit_revenue_modal.php @@ -70,6 +70,33 @@ + +
+ +
+
+ +
+ +
+ +
+
+
diff --git a/expenses.php b/expenses.php index b62cdbf6..fc829bde 100644 --- a/expenses.php +++ b/expenses.php @@ -188,6 +188,6 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli,"SELECT FOUND_ROWS()"));
- + - - - - - - - +include("footer.php"); + +?>