]> git.evergreen-ils.org Git - Evergreen.git/commit
Patch from Lebbeous Fogle-Weekley which implements the configuration interfaces required
authormiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 4 Dec 2009 15:37:19 +0000 (15:37 +0000)
committermiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 4 Dec 2009 15:37:19 +0000 (15:37 +0000)
commit73d10737854ba9119a3b6786117d4f2ccd02432f
tree815d77f4b949e0ebaa71e9ec64ac56cba900ab15
parent4f50dad75645d0338bef134a69a3c33d52cc6d31
Patch from Lebbeous Fogle-Weekley which implements the configuration interfaces required
to support bookable resources, including the addition of cataloged materials as bookable
items.  Thus spake Lebbeous:

Here it is at last.  The only entry point (for now) to these interfaces
besides the "admin" menu is in the holdings maintenance / copy browser
context menu.  There you can select items and create bookable resources
out of them (basically), and upon that creation you get a new tab open
in the staff client where you could further edit (in a basic, conify
way) that resource.

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15077 dcc99617-32d9-48b4-a31d-7c20da2025e4
21 files changed:
Open-ILS/examples/fm_IDL.xml
Open-ILS/examples/opensrf.xml.example
Open-ILS/examples/opensrf_core.xml.example
Open-ILS/src/perlmods/OpenILS/Application/Booking.pm [new file with mode: 0644]
Open-ILS/src/sql/Pg/002.schema.config.sql
Open-ILS/src/sql/Pg/950.data.seed-values.sql
Open-ILS/src/sql/Pg/upgrade/0106.booking.admin_permissions.sql [new file with mode: 0644]
Open-ILS/web/opac/locale/en-US/lang.dtd
Open-ILS/web/templates/default/conify/global/booking/reservation.tt2 [new file with mode: 0644]
Open-ILS/web/templates/default/conify/global/booking/reservation_attr_value_map.tt2 [new file with mode: 0644]
Open-ILS/web/templates/default/conify/global/booking/resource.tt2 [new file with mode: 0644]
Open-ILS/web/templates/default/conify/global/booking/resource_attr.tt2 [new file with mode: 0644]
Open-ILS/web/templates/default/conify/global/booking/resource_attr_map.tt2 [new file with mode: 0644]
Open-ILS/web/templates/default/conify/global/booking/resource_attr_value.tt2 [new file with mode: 0644]
Open-ILS/web/templates/default/conify/global/booking/resource_type.tt2 [new file with mode: 0644]
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/server/cat/copy_browser.js
Open-ILS/xul/staff_client/server/cat/copy_browser.xul
Open-ILS/xul/staff_client/server/locale/en-US/cat.properties