]> git.evergreen-ils.org Git - working/Evergreen.git/blob - docs/RELEASE_NOTES_NEXT/Client/customize-items-out.txt
LP 1212456 Release Notes
[working/Evergreen.git] / docs / RELEASE_NOTES_NEXT / Client / customize-items-out.txt
1 New Feature: Customize Items Out Display for Lost, etc.
2 =======================================================
3
4 Items which are LOST, LONGOVERDUE, or CLAIMSRETURNED may now be displayed 
5 in the top/main list of circulations instead of the bottom list in the
6 staff client patron Items Out interface.  Similarly, such items can be 
7 removed from the display once the items are checked in even if the 
8 transaction is still open (fines are owed, etc.).
9
10 Apart from organization, this has two additional effects:
11
12  * If all 3 types are hidden once checked in, the interface becomes a true
13    items out interface, instead of a combination of items out and 
14    special circumstance checked-in circs.
15  * If, in addition, all types are configured to be displayed in the top
16    list, the bottom list is hidden from the UI (since nothing would display
17    there), which creates more screen space for the main items out list.
18
19 New Org Unit Settings
20 ---------------------
21
22  * ui.circ.items_out.longoverdue    | Items Out Long-Overdue display setting
23  * ui.circ.items_out.lost           | Items Out Lost display setting
24  * ui.circ.items_out.claimsreturned | Items Out Claims Returned display setting
25
26 The value for each is a numeric code, describing which list the circulation
27 should appear while checked out and whether the circulation should continue 
28 to appear in the bottom list, when checked in, regardless of the state of
29 the transaction.
30
31 Value Codes
32 ~~~~~~~~~~~
33
34  * 1 = top list, then bottom list 
35  * 2 = bottom list, then bottom list
36  * 5 = top list, then do not display
37  * 6 = bottom list, then do not display
38
39 Hint: to hide the bottom list entirely, set the value for all three settings 
40 to '5'.