From cefc68c6d0cbf78d9001e13f068ed9dd4938cabc Mon Sep 17 00:00:00 2001 From: "johnny@pittpc.com" Date: Wed, 20 Jan 2021 17:27:51 -0500 Subject: [PATCH] Moved some fields around under payment added some dividers for sub menus as well as use color red for delete --- client_payments.php | 9 ++++++--- clients.php | 3 ++- payments.php | 12 +++++++----- quotes.php | 2 ++ revenues.php | 4 ++-- tickets.php | 3 ++- vendors.php | 3 ++- 7 files changed, 23 insertions(+), 13 deletions(-) diff --git a/client_payments.php b/client_payments.php index 5444889d..2d5c228d 100644 --- a/client_payments.php +++ b/client_payments.php @@ -74,13 +74,14 @@ $total_pages = ceil($total_found_rows / 10); "> - + + - + @@ -91,6 +92,7 @@ $total_pages = ceil($total_found_rows / 10); $invoice_number = $row['invoice_number']; $invoice_status = $row['invoice_status']; $invoice_amount = $row['invoice_amount']; + $invoice_date = $row['invoice_date']; $payment_date = $row['payment_date']; $payment_method = $row['payment_method']; $payment_reference = $row['payment_reference']; @@ -101,12 +103,13 @@ $total_pages = ceil($total_found_rows / 10); ?> + - + diff --git a/payments.php b/payments.php index ea9849ad..91c1f906 100644 --- a/payments.php +++ b/payments.php @@ -82,13 +82,14 @@
Date RecievedPayment DateInvoice Date Invoice Invoice Amount Payment AmountAccount Method ReferenceAccount
$ $
"> - + + - - + + @@ -98,6 +99,7 @@ $invoice_id = $row['invoice_id']; $invoice_number = $row['invoice_number']; $invoice_status = $row['invoice_status']; + $invoice_date = $row['invoice_date']; $payment_date = $row['payment_date']; $payment_method = $row['payment_method']; $payment_amount = $row['payment_amount']; @@ -110,13 +112,13 @@ + - - + EditCopy + SendApprovePDF + Delete diff --git a/revenues.php b/revenues.php index d71b1858..6e81391d 100644 --- a/revenues.php +++ b/revenues.php @@ -75,9 +75,9 @@ - + @@ -101,9 +101,9 @@ - +
DatePayment DateInvoice Date Invoice Client AmountAccountMethodPayment Method ReferenceAccount
$
Date Category AmountAccount Method ReferenceAccount
$