LP#1513872 Attribute-based EDI generator
authorBill Erickson <berickxx@gmail.com>
Wed, 25 May 2016 21:40:17 +0000 (17:40 -0400)
committerBill Erickson <berickxx@gmail.com>
Wed, 8 Mar 2017 15:09:07 +0000 (10:09 -0500)
commitf0098c37bbf51191d42d920d9de038007ee6c88a
treeff3184b20fd753f4964e218845e5d9ff3c99fe54
parent16820395ec44a6944f020cb65c2d79c315de209e
LP#1513872 Attribute-based EDI generator

New Perl module Utils::EDIWriter for buliding EDI ORDERS messages.

Vendor-specific toggles live in new database tables (acq.edi_attr,
acq.edi_attr_set, acq.edi_attr_set_map).

The combination of these 2 replaces the current JEDI Action/Trigger
template with toggle embedded in the template.

Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/examples/fm_IDL.xml
Open-ILS/src/perlmods/lib/OpenILS/Utils/EDIWriter.pm [new file with mode: 0644]
Open-ILS/src/sql/Pg/200.schema.acq.sql
Open-ILS/src/sql/Pg/950.data.seed-values.sql
Open-ILS/src/sql/Pg/upgrade/XXXX.schema.edi_attr_set.sql [new file with mode: 0644]
Open-ILS/src/sql/Pg/upgrade/YYYY.data.edi_attr_set.sql [new file with mode: 0644]
Open-ILS/src/support-scripts/test-scripts/edi_writer.pl [new file with mode: 0755]