Fixing accounting/billing bugs
commit6561e30b45a0b1dcece2ed875c346bddcb5b99e5
authorbradymiller <bradymiller@users.sourceforge.net>
Thu, 26 Jul 2012 02:06:26 +0000 (25 19:06 -0700)
committerbradymiller <bradymiller@users.sourceforge.net>
Mon, 30 Jul 2012 21:47:44 +0000 (30 14:47 -0700)
tree82add48bdce5769d0a03e9bd29ce74c26fec87c8
parentb397f16b3d23e1972e5fb8017981ac91944ef951
Fixing accounting/billing bugs

-Fees->Checkout now show copays that are stored in the ar_activity table
-Avoid internationalization problems (no reason to run code and modifier through strtoupper() function)
-Billing table no longer holds COPAYs (now in ar_activity table), so modified code to support this
-Some code cleanup and function modularization
interface/billing/sl_eob_search.php
interface/patient_file/front_payment.php
interface/patient_file/pos_checkout.php
interface/patient_file/printed_fee_sheet.php
library/Claim.class.php
library/billing.inc
library/invoice_summary.inc.php