From: Bill Erickson Date: Thu, 3 Nov 2016 15:19:36 +0000 (-0400) Subject: LP#1513872 EDI attributes release notes X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=refs%2Fheads%2Fuser%2Fberick%2Flp1513872-acq-edi-account-attrs;p=working%2FEvergreen.git LP#1513872 EDI attributes release notes Signed-off-by: Bill Erickson --- diff --git a/docs/RELEASE_NOTES_NEXT/Administration/acq-edi-attrs.adoc b/docs/RELEASE_NOTES_NEXT/Administration/acq-edi-attrs.adoc new file mode 100644 index 0000000000..5c52153e6b --- /dev/null +++ b/docs/RELEASE_NOTES_NEXT/Administration/acq-edi-attrs.adoc @@ -0,0 +1,32 @@ +New EDI Order Generator +^^^^^^^^^^^^^^^^^^^^^^^ + +Configuration ++++++++++++++ + +. New database tables exist for configuring vendor-specific EDI order +attributes. + + * acq.edi_attr + ** List of EDI order generation toggles, e.g. "INCLUDE_COPIES" to add + GIR segments + * acq.edi_attr_set + ** Collection of edi_attr's. Each edi_account may be linked to one + edi_attr_set. + ** One edi_attr_set per known vendor is added to the stock data, matching + the stock configuration found in the JEDI template. + * acq.edi_attr_set_map + ** Link between edi_attr's and edi_attr_set's. + +. Each acq.edi_account should be linked to an acq.edi_attr_set. If a link + is not set, default values will be used. + +. Local modifications to the stock EG JEDI template are managed by modifying + and/or adding additional edi_att_set's as needed. + +. A new edi_order_pusher.pl script is added which replaces the functionality + of edi_pusher.pl. edi_pusher.pl is still avaialable. + +. After moving to edi_order_pusher.pl, the JEDI Action/Trigger event + definition is no longer required. It can be disabled. +