From e9199f24537a348934aaa1f15960e45cbd1e3269 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Tue, 3 Jun 2014 11:32:27 -0400 Subject: [PATCH] LP#1270289 Release notes Signed-off-by: Bill Erickson Signed-off-by: Kathy Lussier Signed-off-by: Ben Shum --- .../Acquisitions/delayed-vs-canceled.txt | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 docs/RELEASE_NOTES_NEXT/Acquisitions/delayed-vs-canceled.txt diff --git a/docs/RELEASE_NOTES_NEXT/Acquisitions/delayed-vs-canceled.txt b/docs/RELEASE_NOTES_NEXT/Acquisitions/delayed-vs-canceled.txt new file mode 100644 index 0000000000..03ce8ee85e --- /dev/null +++ b/docs/RELEASE_NOTES_NEXT/Acquisitions/delayed-vs-canceled.txt @@ -0,0 +1,30 @@ +=== Differentiate Delayed vs Canceled Items === + +==== Background ==== + +Canceled and delayed lineitems and copies in acquisitions are marked as +canceled in the database. The determining factor of whether an item is +delayed or canceled is the keep_debits flag on the cancel reason. + +The changes below help to differentiate between these two closely related +states by improving labels in the interface and providing separate counts +for delayed vs. canceled. + +==== Changes ==== + + * Show number canceled and number delayed in lineitem summary displays + ** Includes summary displays in invoices and copy grids + * Update stock cancel cause labels to include "Canceled:.." and + "Delayed:..." prefixes. + * When a lineitem or copy is marked as canceled, show the cancel cause + label in the interface instead of the bare (and misleading and non-I18N + friendly) string "cancelled". + ** Related, for non-canceled states, show a translatable string + representing the name of the state instead of the bare state code. + * Add cancel cause labels to the print PO and lineitem worksheet templates. + +=== Support Cancellation of Delayed Lineitems === + +When a lineitem is marked as delayed (canceled with keep_debits == true), +allow staff to cancel the lineitem again in the ACQ PO/Picklist interface. +Once a lineitem is marked as truly canceled, it cannot be canceled again. -- 2.43.2