]> git.evergreen-ils.org Git - Evergreen.git/commit
Monograph Parts; Unified vol/copy wizard; Call Number affixes; Instant Detail
authormiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 29 Mar 2011 15:28:14 +0000 (15:28 +0000)
committermiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 29 Mar 2011 15:28:14 +0000 (15:28 +0000)
commit29ee1e8c24da836bb2b2b37508478780a1859c23
tree85765ab2d7705c1b413a6c326bb171e66e6652fa
parentb000ae79940847f520591cb03297104225f893e5
Monograph Parts; Unified vol/copy wizard; Call Number affixes; Instant Detail

 * Monograph Bibliographic Parts - One MARC record should be able to support
   all volumes associated with the title, subdivide records in multiple ways,
   and the ability to support holds on individual Parts.

 * Unified Volume/Copy Wizard - The ability to enter call number, barcode
   number, and all copy information on the same screen.  Also, the ability
   to include some information associated with the call number, such as
   classification scheme, prefix and suffix, in the item template feature
   of the Unified Volume/Copy Wizard.

 * Call Number Affixes - Delimiting the call number so that the prefix and
   suffix reside in separate fields.  This prefix and suffix should display
   in the OPAC as part of the call number and should also be available for
   use in spine labels.

 * Instant Detail for One Record Hit List - When searching for records in
   the staff client, the ability to immediately land on the bibliographic
   record instead of the search results screen when there is only on matching
   search result in the system.  This enhancement does not change the way
   search results are returned in the public catalog.

These features were sponsored by the Massachusetts Library Network Cooperative.

git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_2_1@19884 dcc99617-32d9-48b4-a31d-7c20da2025e4
69 files changed:
Open-ILS/examples/fm_IDL.xml
Open-ILS/src/perlmods/lib/OpenILS/Application/AppUtils.pm
Open-ILS/src/perlmods/lib/OpenILS/Application/Cat.pm
Open-ILS/src/perlmods/lib/OpenILS/Application/Cat/AssetCommon.pm
Open-ILS/src/perlmods/lib/OpenILS/Application/Circ.pm
Open-ILS/src/perlmods/lib/OpenILS/Application/Circ/Holds.pm
Open-ILS/src/perlmods/lib/OpenILS/Application/Search/Biblio.pm
Open-ILS/src/perlmods/lib/OpenILS/Application/Serial.pm
Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/CDBI.pm
Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/CDBI/asset.pm
Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/CDBI/biblio.pm
Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/Driver/Pg/dbi.pm
Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/Publisher/action.pm
Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/Publisher/biblio.pm
Open-ILS/src/perlmods/lib/OpenILS/Application/SuperCat.pm
Open-ILS/src/perlmods/lib/OpenILS/Const.pm
Open-ILS/src/sql/Pg/002.schema.config.sql
Open-ILS/src/sql/Pg/010.schema.biblio.sql
Open-ILS/src/sql/Pg/040.schema.asset.sql
Open-ILS/src/sql/Pg/950.data.seed-values.sql
Open-ILS/src/sql/Pg/990.schema.unapi.sql
Open-ILS/src/sql/Pg/upgrade/0504.schema.parts_and_cnaffix.sql [new file with mode: 0644]
Open-ILS/web/js/ui/default/acq/common/li_table.js
Open-ILS/web/js/ui/default/conify/global/config/acn_prefix.js [new file with mode: 0644]
Open-ILS/web/js/ui/default/conify/global/config/acn_suffix.js [new file with mode: 0644]
Open-ILS/web/opac/locale/en-US/lang.dtd
Open-ILS/web/opac/locale/en-US/opac.dtd
Open-ILS/web/opac/skin/default/js/copy_details.js
Open-ILS/web/opac/skin/default/js/holds.js
Open-ILS/web/opac/skin/default/js/myopac.js
Open-ILS/web/opac/skin/default/js/rresult.js
Open-ILS/web/opac/skin/default/xml/common/holds.xml
Open-ILS/web/opac/skin/default/xml/myopac/myopac_holds.xml
Open-ILS/web/opac/skin/default/xml/rdetail/rdetail_cn_details.xml
Open-ILS/web/templates/default/conify/global/biblio/monograph_part.tt2 [new file with mode: 0644]
Open-ILS/web/templates/default/conify/global/config/acn_prefix.tt2 [new file with mode: 0644]
Open-ILS/web/templates/default/conify/global/config/acn_suffix.tt2 [new file with mode: 0644]
Open-ILS/xul/staff_client/chrome/content/OpenILS/data.js
Open-ILS/xul/staff_client/chrome/content/OpenILS/global_util.js
Open-ILS/xul/staff_client/chrome/content/cat/opac.js
Open-ILS/xul/staff_client/chrome/content/cat/opac.xul
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/content/util/browser.js
Open-ILS/xul/staff_client/chrome/content/util/list.js
Open-ILS/xul/staff_client/chrome/content/util/widgets.js
Open-ILS/xul/staff_client/chrome/locale/en-US/offline.properties
Open-ILS/xul/staff_client/server/cat/bib_brief.js
Open-ILS/xul/staff_client/server/cat/bib_brief.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/cat/copy_editor.js
Open-ILS/xul/staff_client/server/cat/copy_editor.xul
Open-ILS/xul/staff_client/server/cat/spine_labels.js
Open-ILS/xul/staff_client/server/cat/util.js
Open-ILS/xul/staff_client/server/cat/volume_copy_creator.js
Open-ILS/xul/staff_client/server/cat/volume_copy_creator.xul
Open-ILS/xul/staff_client/server/cat/volume_copy_editor.js [new file with mode: 0644]
Open-ILS/xul/staff_client/server/cat/volume_copy_editor.xul [new file with mode: 0644]
Open-ILS/xul/staff_client/server/cat/volume_copy_editor_horiz.xul [new file with mode: 0644]
Open-ILS/xul/staff_client/server/cat/volume_editor.js [new file with mode: 0644]
Open-ILS/xul/staff_client/server/cat/volume_editor.xul
Open-ILS/xul/staff_client/server/circ/copy_status.js
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/locale/en-US/circ.properties
Open-ILS/xul/staff_client/server/locale/en-US/common.properties
Open-ILS/xul/staff_client/server/patron/util.js