LP 1212456 customize items out display lp1212456-customize-items-out
authorBill Erickson <berick@esilibrary.com>
Wed, 14 Aug 2013 18:00:59 +0000 (14:00 -0400)
committerBill Erickson <berick@esilibrary.com>
Thu, 15 Aug 2013 20:15:22 +0000 (16:15 -0400)
commit5320f3175a2959650f24a9d467e2f98fff2af0e3
tree5f75a8ff4a8eef77be0fbea55006970dfcae0b8e
parentbcb54d4fe255135f00726fbb9c923d3a38d1e76f
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>
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