Edihistory module added.
commit1452ef2d00563ae94f52a8a98e93453d8584843f
authorKevin McCormick <kev4321@fastmail.fm>
Tue, 11 Sep 2012 14:21:04 +0000 (11 09:21 -0500)
committerbradymiller <bradymiller@users.sourceforge.net>
Fri, 28 Sep 2012 09:15:04 +0000 (28 02:15 -0700)
tree32a127d3648e8504833c616045d21b187fc4287b
parent967af3f100af84f2edd5670faa2bbb88a71fc4b3
Edihistory module added.

 -Found at Administration->Globals->Fees->EDI History
 -Can be turned on/off at Adminsitraiton->Globals->
  Appearance->'Enable EDI History In Left Menu'
 -Documentation can be found at Documentation/Readme_edihistory.html
33 files changed:
Documentation/Readme_edihistory.html [new file with mode: 0644]
interface/billing/edi_history_main.php [new file with mode: 0644]
interface/billing/edih_view.php [new file with mode: 0644]
interface/main/left_nav.php
library/css/edi_history.css [new file with mode: 0644]
library/css/images/Sorting icons.psd [new file with mode: 0644]
library/css/images/back_disabled.png [new file with mode: 0644]
library/css/images/back_enabled.png [new file with mode: 0644]
library/css/images/back_enabled_hover.png [new file with mode: 0644]
library/css/images/favicon.ico [new file with mode: 0644]
library/css/images/forward_disabled.png [new file with mode: 0644]
library/css/images/forward_enabled.png [new file with mode: 0644]
library/css/images/forward_enabled_hover.png [new file with mode: 0644]
library/css/images/sort_asc.png [new file with mode: 0644]
library/css/images/sort_asc_disabled.png [new file with mode: 0644]
library/css/images/sort_both.png [new file with mode: 0644]
library/css/images/sort_desc.png [new file with mode: 0644]
library/css/images/sort_desc_disabled.png [new file with mode: 0644]
library/css/jquery.dataTables.css [new file with mode: 0644]
library/edihistory/csv_record_include.php [new file with mode: 0644]
library/edihistory/ibr_271_read.php [new file with mode: 0644]
library/edihistory/ibr_277_read.php [new file with mode: 0644]
library/edihistory/ibr_997_read.php [new file with mode: 0644]
library/edihistory/ibr_ack_read.php [new file with mode: 0644]
library/edihistory/ibr_archive.php [new file with mode: 0644]
library/edihistory/ibr_batch_read.php [new file with mode: 0644]
library/edihistory/ibr_code_arrays.php [new file with mode: 0644]
library/edihistory/ibr_ebr_read.php [new file with mode: 0644]
library/edihistory/ibr_era_read.php [new file with mode: 0644]
library/edihistory/ibr_io.php [new file with mode: 0644]
library/edihistory/ibr_status_code_arrays.php [new file with mode: 0644]
library/edihistory/ibr_uploads.php [new file with mode: 0644]
library/globals.inc.php