Custom/local EDI reader module for ORDRSP and INVOIC (etc) edireader
authorBill Erickson <berick@esilibrary.com>
Fri, 28 Sep 2012 14:34:28 +0000 (10:34 -0400)
committerBill Erickson <berick@esilibrary.com>
Tue, 9 Oct 2012 21:34:10 +0000 (17:34 -0400)
commit7a0cefb63643c0a3104783c1815c942a3ccde7b6
treefa5ff8bd4f3c72ba3015f969340441b26f01588f
parent0c07adf3290c15647d958fd42524929224bd3b39
Custom/local EDI reader module for ORDRSP and INVOIC (etc)

Provides a new perl module (OpenILS::Utils::EDIReader) for reading
inbound EDI messages and producing data structures more easily
understood by the ACQ code.  Through this, extraction of EDI data is
focused in one module instead of spread through various layers.

EDIReader is a small, purpose built module focusing solely on extracting
the needed EDI data and is not meant to be a general purpose EDI library.

* Updates edi_fetcher and the ORDRSP and INVOIC handling code to use the
  new libs.

* Removes Business::EDI Evergreen dependency, since it's no longer used (and
  is quite large).

Signed-off-by: Bill Erickson <berick@esilibrary.com>
Open-ILS/src/extras/Makefile.install
Open-ILS/src/perlmods/Build.PL
Open-ILS/src/perlmods/lib/OpenILS/Application/Acq/EDI.pm
Open-ILS/src/perlmods/lib/OpenILS/Utils/EDIReader.pm [new file with mode: 0644]
Open-ILS/src/perlmods/t/14-OpenILS-Utils.t
Open-ILS/src/support-scripts/edi_fetcher.pl
Open-ILS/src/support-scripts/test-scripts/edi_reader.pl [new file with mode: 0755]