From: Bill Erickson Date: Mon, 11 Mar 2013 21:01:31 +0000 (-0400) Subject: ACQ order identifier release notes X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=51c1ea70a1b4ffb9ae6253c466c7d6ec792ac8d6;p=contrib%2FConifer.git ACQ order identifier release notes Signed-off-by: Bill Erickson Signed-off-by: Lebbeous Fogle-Weekley --- diff --git a/docs/RELEASE_NOTES_NEXT/acq_lineitem_order_ident.txt b/docs/RELEASE_NOTES_NEXT/acq_lineitem_order_ident.txt new file mode 100644 index 0000000000..9315a3b8b1 --- /dev/null +++ b/docs/RELEASE_NOTES_NEXT/acq_lineitem_order_ident.txt @@ -0,0 +1,22 @@ +Acquisitions Lineitem Order Identifiers +======================================= + +Staff now have the ability to specify the identifier value to use for +lineitems when communicating order information to vendors. This is +particularly important when a lineitem has, for example, multiple ISBNs. +Determining which ISBN is to act as the "order identifier" allows staff +to provide the most accurate order information to vendors. + +Supported identifier types include ISBN, ISSN, and UPC. Order identifier +values are relayed to vendors via EDI and print PO. + +Upgrade Notes +============= + +Two new permissions are added for this feature: + + * ACQ_SET_LINEITEM_IDENTIFIER + ** Allows staff to apply order identifiers to lineitems + * ACQ_ADD_LINEITEM_IDENTIFIER + ** Implies that new identifiers shall be added to linked bib records, + when a linkage exists.