Custom/local EDI reader module for ORDRSP and INVOIC (etc)
authorBill Erickson <berick@esilibrary.com>
Fri, 28 Sep 2012 14:34:28 +0000 (10:34 -0400)
committerBill Erickson <berick@esilibrary.com>
Fri, 11 Jan 2013 18:14:55 +0000 (13:14 -0500)
commita54afee70865784a8cf5490c1b4489127004d93b
treec9b00e1455aa0531229865e3e5483330b5bdf082
parent2fee9f9693b382c999a62be75604d0bc2752fe0e
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]