LP 1212456 customize items out display
authorBill Erickson <berick@esilibrary.com>
Wed, 14 Aug 2013 18:00:59 +0000 (14:00 -0400)
committerChris Sharp <csharp@georgialibraries.org>
Thu, 19 Sep 2013 19:24:47 +0000 (15:24 -0400)
commit64ca0f422f5a121ef7de0bed8857d8c7a1df976d
treefb0585cfb57bce52ece41b17b92d5538da837017
parent7801e65ced42c09d3d75f263274a9c69196346ea
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>
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