From: Bill Erickson Date: Thu, 3 Nov 2016 15:19:36 +0000 (-0400) Subject: LP#1373690 EDI attributes release notes X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=8288adbd2a3e7cad89ab6f3163a81dc41bb0ffa0;p=evergreen%2Fpines.git LP#1373690 EDI attributes release notes Signed-off-by: Bill Erickson Signed-off-by: Mike Rylander --- 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..db69841bb8 --- /dev/null +++ b/docs/RELEASE_NOTES_NEXT/Administration/acq-edi-attrs.adoc @@ -0,0 +1,38 @@ +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. + +. EDI Attribute Sets are manged via a new (browser client only) configuration + interface at Administration -> Acquisistions Administration -> EDI + Attribute Sets. + +. Each acq.edi_account should be linked to an acq.edi_attr_set. If a link + is not set, default values will be used. Links between an EDI account + and an attribute set are managed in the EDI Accounts configuration + interface. + +. 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. +