]> git.evergreen-ils.org Git - Evergreen.git/commit
Floating Groups
authorThomas Berezansky <tsbere@mvlc.org>
Thu, 19 Apr 2012 02:03:16 +0000 (22:03 -0400)
committerDan Wells <dbw2@calvin.edu>
Thu, 26 Sep 2013 16:43:47 +0000 (12:43 -0400)
commit2307d455215e452bc4d071fb7b07ef591410f350
treeb506e9da54ba671800443ae534a416add17af0fe
parent42e8c332faa280857405b5cb4af42747fb9d5d57
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>
Signed-off-by: Dan Wells <dbw2@calvin.edu>
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]