]> git.evergreen-ils.org Git - Evergreen.git/commit
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)
committerLebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Mon, 14 Jan 2013 22:10:30 +0000 (17:10 -0500)
commit6f6f8f6a00c8b444681c131e4da9dd4236ac7570
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>
Signed-off-by: Lebbeous Fogle-Weekley <lebbeous@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]