]> git.evergreen-ils.org Git - Evergreen.git/commit
LP 1212456 customize items out display
authorBill Erickson <berick@esilibrary.com>
Wed, 14 Aug 2013 18:00:59 +0000 (14:00 -0400)
committerDan Wells <dbw2@calvin.edu>
Mon, 23 Sep 2013 21:44:22 +0000 (17:44 -0400)
commita0ee19f899f038594fea496c2032b9fbeaffa63d
tree1864530f2c7f75a0a2a015201c23bca363047027
parent6eb667c865fe1c9557771a8975a749294b259092
LP 1212456 customize items out display

Control when lost, longoverdue, and claimsreturn'ed items display in the
top vs bottom list in the items out interface.  Also, control when such
circs should be hidden when checked in, regardless of whether the
transaction is still open (from fines, etc.).

ui.circ.items_out.lost
ui.circ.items_out.longoverdue
ui.circ.items_out.claimsreturned

The values for the settings are bit flags.

1 = show in top list
2 = show in bottom list
4 = hide when checked in

The magic numbers for admins to enter are:

1 = top list, then bottom list (if xact is open)
2 = bottom list, then bottom list (if xact is open)
5 = top list, hide when checked in
6 = bottom list, hide when checked in

Signed-off-by: Bill Erickson <berick@esilibrary.com>
Conflicts:

Open-ILS/src/sql/Pg/950.data.seed-values.sql

Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
Signed-off-by: Dan Wells <dbw2@calvin.edu>
Open-ILS/src/sql/Pg/950.data.seed-values.sql
Open-ILS/src/sql/Pg/upgrade/XXXX.data.yaous-items-out-by-stop-fines.sql [new file with mode: 0644]
Open-ILS/web/opac/locale/en-US/lang.dtd
Open-ILS/xul/staff_client/server/patron/items.js