From: Bill Erickson Date: Wed, 26 Dec 2012 21:43:20 +0000 (-0500) Subject: ACQ delayed lineitems style release notes X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=f44abace6168d204c4ed8f6a7d17768b55fe0749;p=working%2FEvergreen.git ACQ delayed lineitems style release notes Signed-off-by: Bill Erickson Signed-off-by: Kathy Lussier --- diff --git a/docs/RELEASE_NOTES_NEXT/acq-style-cancelled-delayted.txt b/docs/RELEASE_NOTES_NEXT/acq-style-cancelled-delayted.txt new file mode 100644 index 0000000000..3867adfca2 --- /dev/null +++ b/docs/RELEASE_NOTES_NEXT/acq-style-cancelled-delayted.txt @@ -0,0 +1,11 @@ +New Feature: Differentiate between cancelled and "delayed" lineitems +==================================================================== +In the ACQ user interface, it is now more clear to users when a lineitem has +been fully cancelled or if it has been cancelled temporarily (e.g. back- +ordered). + +When a lineitem is cancelled, but "keep_debits" is true on the cancel reason, +the lineitem is in effect delayed instead of truly cancelled. This is now +more obvious in the interface with different row styling for cancelled vs +delayed lineitems. We also always show the lineitem cancel reason (label) +next to the non-title attributes in the lineitem list display.