From a9346845ab1433f85d6010b543a63a9d258612f6 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Thu, 17 Feb 2022 22:20:59 -0500 Subject: [PATCH] Refactored Currency Display using PHP numfmt_format_currency() function as this is best practice and will put the right currency symbol in the right place based off locale and currency type --- accounts.php | 2 +- client.php | 4 +-- client_invoices.php | 2 +- client_payments.php | 6 +++-- client_quotes.php | 2 +- client_recurring_invoices.php | 6 ++--- clients.php | 6 ++--- cron.php | 9 ++++--- expenses.php | 3 ++- functions.php | 34 ------------------------- guest_view_invoice.php | 46 ++++++++++++++++++--------------- guest_view_quote.php | 5 +++- invoice.php | 36 +++++++++++++------------- invoices.php | 10 ++++---- payments.php | 3 ++- post.php | 16 ++++-------- products.php | 3 ++- quote.php | 27 ++++++++++---------- quotes.php | 2 +- recurring_invoice.php | 12 ++++----- recurring_invoices.php | 2 +- report_expense_summary.php | 8 +++--- report_income_summary.php | 8 +++--- report_profit_loss.php | 48 +++++++++++++++++------------------ report_tax_summary.php | 20 +++++++-------- transfers.php | 2 +- 26 files changed, 148 insertions(+), 174 deletions(-) diff --git a/accounts.php b/accounts.php index 8526c4da..fb4e4af6 100644 --- a/accounts.php +++ b/accounts.php @@ -104,7 +104,7 @@ - +