Floating Groups user/tsbere/floating_groups
authorThomas Berezansky <tsbere@mvlc.org>
Thu, 19 Apr 2012 02:03:16 +0000 (22:03 -0400)
committerThomas Berezansky <tsbere@mvlc.org>
Thu, 26 Sep 2013 16:24:55 +0000 (12:24 -0400)
commit5e5fb37a9db94cad979b97fe474613e0764a679d
tree04245c53e33d25fcd92a0a36be44d1cea67180d2
parenta64be32920aaf036542998323b8feb62d7da7689
Floating Groups

Convert the floating bool to a link to floating groups.

Each group contains zero or more members that define how copies can float.

See the included documentation file for an overview.

Signed-off-by: Thomas Berezansky <tsbere@mvlc.org>
25 files changed:
Open-ILS/examples/fm_IDL.xml
Open-ILS/src/perlmods/lib/OpenILS/Application/Circ.pm
Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/Circulate.pm
Open-ILS/src/sql/Pg/040.schema.asset.sql
Open-ILS/src/sql/Pg/120.floating_groups.sql [new file with mode: 0644]
Open-ILS/src/sql/Pg/800.fkeys.sql
Open-ILS/src/sql/Pg/950.data.seed-values.sql
Open-ILS/src/sql/Pg/sql_file_manifest
Open-ILS/src/sql/Pg/upgrade/XXXX.floating_groups.sql [new file with mode: 0644]
Open-ILS/src/templates/conify/global/config/floating_groups.tt2 [new file with mode: 0644]
Open-ILS/web/js/ui/default/conify/global/config/floating_groups.js [new file with mode: 0644]
Open-ILS/web/opac/locale/en-US/lang.dtd
Open-ILS/xul/staff_client/chrome/content/OpenILS/data.js
Open-ILS/xul/staff_client/chrome/content/main/constants.js
Open-ILS/xul/staff_client/chrome/content/main/menu.js
Open-ILS/xul/staff_client/chrome/content/main/menu_frame_menus.xul
Open-ILS/xul/staff_client/chrome/locale/en-US/offline.properties
Open-ILS/xul/staff_client/server/cat/copy_editor.js
Open-ILS/xul/staff_client/server/circ/alternate_copy_summary.js
Open-ILS/xul/staff_client/server/circ/checkin.js
Open-ILS/xul/staff_client/server/circ/checkin_overlay.xul
Open-ILS/xul/staff_client/server/circ/util.js
Open-ILS/xul/staff_client/server/locale/en-US/cat.properties
Open-ILS/xul/staff_client/server/skin/circ.css
docs/floating_groups.txt [new file with mode: 0644]