Floating Groups user/tsbere/floating_groups_2_1
authorThomas Berezansky <tsbere@mvlc.org>
Thu, 19 Apr 2012 02:03:16 +0000 (22:03 -0400)
committerThomas Berezansky <tsbere@mvlc.org>
Sun, 22 Apr 2012 18:08:12 +0000 (14:08 -0400)
commit57dc684360119f598919401b85e60b8a9770c79c
tree8e69c9a0438589a7335f3c778f04184477fba9db
parentda0f2e9a54fea02523506fac8a435d379f9cfd5b
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/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/web/templates/default/conify/global/config/floating_groups.tt2 [new file with mode: 0644]
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]