Fixing accounting/billing bugs
commit6932d3343288609dae0c04f5927a9ff5930a8911
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:48:50 +0000 (30 14:48 -0700)
tree91745ac7f0e5a44b7d87b41ce4bcc08bbf13b938
parent2b85906bfb9be30d331e57b19a475cb9bf9cfba4
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