]> git.evergreen-ils.org Git - working/Evergreen.git/blob - docs/RELEASE_NOTES_NEXT/Acquisitions/delayed-vs-canceled.txt
792663e9f39a2eb72a8ee6117f70132f668219d6
[working/Evergreen.git] / docs / RELEASE_NOTES_NEXT / Acquisitions / delayed-vs-canceled.txt
1 Differentiate Delayed vs Canceled Items
2 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3
4 Background
5 ++++++++++
6 Canceled and delayed lineitems and copies in acquisitions are marked as
7 canceled in the database.  The determining factor of whether an item is
8 delayed or canceled is the keep_debits flag on the cancel reason.  
9
10 The changes below help to differentiate between these two closely related 
11 states by improving labels in the interface and providing separate counts
12 for delayed vs. canceled.
13
14 Changes
15 +++++++
16
17  * Show number canceled and number delayed in lineitem summary displays
18   ** Includes summary displays in invoices and copy grids
19  * Update stock cancel cause labels to include "Canceled:.." and 
20    "Delayed:..." prefixes.
21  * When a lineitem or copy is marked as canceled, show the cancel cause
22    label in the interface instead of the bare (and misleading and non-I18N 
23    friendly) string "cancelled".
24    ** Related, for non-canceled states, show a translatable string 
25      representing the name of the state instead of the bare state code.
26  * Add cancel cause labels to the print PO and lineitem worksheet templates.
27
28 Support Cancellation of Delayed Lineitems
29 +++++++++++++++++++++++++++++++++++++++++
30
31 When a lineitem is marked as delayed (canceled with keep_debits == true), 
32 allow staff to cancel the lineitem again in the ACQ PO/Picklist interface.
33 Once a lineitem is marked as truly canceled, it cannot be canceled again.