refactor: refactor bucks function with new class based on oeFormatMoney (#6932)
commit5b74bac76d4a30236408f3dd3573e4357d08515d
authorstephen waite <stephen.waite@cmsvt.com>
Sun, 15 Oct 2023 11:48:31 +0000 (15 07:48 -0400)
committerGitHub <noreply@github.com>
Sun, 15 Oct 2023 11:48:31 +0000 (15 07:48 -0400)
tree699efc1e561f3785d85d863a492e1e8a0be44e5a
parentc17c8493f4dbaca48f9e4116a6ef0f56763d542d
refactor: refactor bucks function with new class based on oeFormatMoney (#6932)

* refactor: refactoring invoice summary class for use in patient reports

* revert invoice summary, first refactor bucks

* fix styling

* add missing use

* add special case for invoice script

* style

* simplify with new method in format money class

* remove irrelevant changes

* minor whitespace
17 files changed:
interface/billing/indigent_patients_report.php
interface/billing/sl_eob_invoice.php
interface/billing/sl_eob_search.php
interface/billing/sl_receipts_report.php
interface/patient_file/encounter/superbill_custom_full.php
interface/patient_file/front_payment.php
interface/reports/appt_encounter_report.php
interface/reports/collections_report.php
interface/reports/front_receipts_report.php
interface/reports/inventory_transactions.php
interface/reports/receipts_by_method_report.php
interface/reports/sales_by_item.php
interface/reports/services_by_category.php
library/formatting.inc.php
library/report.inc.php
portal/portal_payment.php
src/Common/Utils/FormatMoney.php [new file with mode: 0644]