Added a code_type column and support for it to the ar_activity sql table, take 4.
commit3d4d206e9ab2635eeaecbc2cf21c6c83b690300f
authorbradymiller <bradymiller@users.sourceforge.net>
Sun, 17 Jun 2012 09:31:50 +0000 (17 02:31 -0700)
committerbradymiller <bradymiller@users.sourceforge.net>
Tue, 3 Jul 2012 07:24:44 +0000 (3 00:24 -0700)
tree9d952bebc1be68b89f4e5087bee25610361438ca
parent72ea4360ab89f63ab2a2d315bcc4bc9c17c2a7b5
Added a code_type column and support for it to the ar_activity sql table, take 4.

 -added a code_types sql column to ar_activity table
 -worked this into Z&H's previous code that migrated copays from billing to ar_session/activity tables
 -display code types in encounter history
 -incorporated storage of code type in ar_activity in arPostPayment/Adjustment functions
 -incorporated interface/billing/sl_eob_invoice.php to store code type in ar_activity
 -incorporated interface/billing/sl_eob_process.php
 -mapping of code_type in ar_activity table is flexible (ie. it will also support
  upgraders from previous versions where it is not mapped)
14 files changed:
interface/billing/edit_payment.php
interface/billing/payment_pat_sel.inc.php
interface/billing/sl_eob_invoice.php
interface/billing/sl_eob_process.php
interface/forms/fee_sheet/new.php
interface/patient_file/front_payment.php
interface/patient_file/history/encounters.php
interface/patient_file/pos_checkout.php
library/invoice_summary.inc.php
library/payment.inc.php
library/sl_eob.inc.php
sql/4_1_0-to-4_1_1_upgrade.sql
sql/database.sql
version.php