LP#1373690 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>
Fri, 18 Aug 2017 16:21:10 +0000 (12:21 -0400)
commitc2978b1f59401ed37041d52d2fbe94d1e527a8a7
tree34940b5b1069da55153c51066be11ef223a84acf
parent4103ef01a877a025b4c1bd44c5439f1b49e3a70a
LP#1373690 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]