Koha/opac
Jared Camins-Esakov f1663ada48 Bug 4421: Add alternate holdings display and prefs
This patch adds the ability to specify a field with alternate holdings
information for display when a biblio has no items associated with it.

Two sysprefs are added:
* AlternateHoldingsField specifies what field/subfields contain the alternate
holdings information. When blank, the alternate holdings information is not
displayed. The default is blank, as this is a new feature.
* AlternateHoldingsSeparator specifies the string to be used to separate
multiple subfields in the alternate holdings display. The default is ' '.

Example use case:
A library which does not have a 1-1 relationship between uncontrolled 852 fields
from a legacy system and actual physical items on the shelf wishes to display
holdings information from the 852, but does not want to create item records
which are almost certain to be inaccurate. By enabling the alternate holdings
feature (AlternateHoldingsField = '852abcdhi' and AlternateHoldingsSeparator =
' -- '), the library is able to gradually add item records as they locate the
physical items, without losing the holdings information presently stored in the
uncontrolled 852 fields.

To test:
1) Set AlternateHoldingsField to '852abcdhi'
2) Set AlternateHoldingsSeparator to ' -- '
3) Change the hidden value of subfields 'a', 'b', 'c', 'd', 'h', and/or 'i' of
   field 852 to 0 so that they display
4) Create a record which has data in the 852, but no item record
5) Look at holdings tab, where the data you entered should be displayed

Proof-of-concept initially developed for the American Numismatic Society.

Signed-off-by: Jared Camins-Esakov <jcamins@bywatersolutions.com>
Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
2011-04-02 06:56:02 +13:00
..
errors Bugfix in errors/*.pl and opac/errors/*.pl 2010-02-14 20:04:40 -05:00
rss adding file just for creating the rss directory 2007-08-02 08:50:43 +00:00
sco Bug 5578: Self checkout by Login enhancement 2011-04-01 15:18:40 +13:00
changelanguage.pl remove a bunch of unconditional debug warns 2010-07-02 10:57:08 -04:00
ilsdi.pl [MT3696] Fixed ILSDI GetAvailability call 2010-10-13 10:39:38 -04:00
maintenance.pl Bug 2505: Add warnings to opac/maintenance.pl 2010-02-18 11:10:30 -05:00
oai.pl OAI server fixes 2010-02-18 09:45:26 -05:00
opac-account.pl Bug 4192: Fixes warnings generated by opac-account.pl. 2010-02-16 06:12:38 -05:00
opac-addbybiblionumber.pl Fix for Bug 3523 - Menu of existing lists limited to 10 2011-03-31 21:08:40 +13:00
opac-alert-subscribe.pl Bug 4289: 'OpacPublic' feature 2011-01-19 14:30:34 +13:00
opac-authorities-home.pl Bug 4289: 'OpacPublic' feature 2011-01-19 14:30:34 +13:00
opac-authoritiesdetail.pl Bug 5930 : improving/modifying authority display on OPAC 2011-03-27 20:54:10 +13:00
opac-basket.pl Bug 5990: Lists and Cart show LOC code not Location Authorized value 2011-04-01 12:07:46 +13:00
opac-browser.pl Bug 4289: 'OpacPublic' feature 2011-01-19 14:30:34 +13:00
opac-changelanguage.pl Bug 2617: Add strict (and warnings), partial fix. 2009-03-11 08:36:55 -05:00
opac-detail.pl Bug 4421: Add alternate holdings display and prefs 2011-04-02 06:56:02 +13:00
opac-downloadcart.pl Bug 5105 - Remove use of depreciated Switch module 2010-11-11 11:32:02 +13:00
opac-downloadshelf.pl Bug 5105 - Remove use of depreciated Switch module 2010-11-11 11:32:02 +13:00
opac-export.pl Fix for Bug 4400, BIBTEX export from OPAC results in empty file 2010-05-11 06:14:38 -04:00
opac-ics.pl Fix FSF address in directory opac/ 2010-03-16 20:17:54 -04:00
opac-ISBDdetail.pl Bug 5864: link biblio => serials subscription is wrong 2011-03-21 11:54:21 +13:00
opac-main.pl Bug 4289: 'OpacPublic' feature 2011-01-19 14:30:34 +13:00
opac-MARCdetail.pl Bug 4330 : Adding some copyright BibLibre statements 2011-03-21 10:57:20 +13:00
opac-messaging.pl Fix FSF address in directory opac/ 2010-03-16 20:17:54 -04:00
opac-modrequest.pl Fix FSF address in directory opac/ 2010-03-16 20:17:54 -04:00
opac-mymessages.pl bug 2615: remove unneeded 'require Exporter' 2008-09-26 09:05:08 -05:00
opac-passwd.pl Bug 2505: Enable warnings in opac-passwd.pl an opac-renew.pl. 2009-08-12 21:28:24 -04:00
opac-privacy.pl Bug 3881: OPAC Privacy reimplementation 2011-01-31 22:23:50 +13:00
opac-readingrecord.pl Fix for Bug 4359, noItemTypeImages not active in OPAC 2010-11-13 20:19:12 +13:00
opac-renew.pl Fixing FSF address in license statements 2011-04-01 15:55:06 +13:00
opac-reserve.pl Bug 5669: Adding a system preference to control whether a user can select a pick branch for their hold or not 2011-03-14 16:18:08 +13:00
opac-review.pl Bug 4289: 'OpacPublic' feature 2011-01-19 14:30:34 +13:00
opac-search-history.pl Fix FSF address in directory opac/ 2010-03-16 20:17:54 -04:00
opac-search.pl Bug 5957: Making COiNS in OPAC search results optional 2011-04-01 12:00:25 +13:00
opac-sendbasket.pl Bug 3810: Ensure all calls to Mail::Sendmail handled consistently 2011-03-16 20:57:12 +13:00
opac-sendshelf.pl Bug 3810: Ensure all calls to Mail::Sendmail handled consistently 2011-03-16 20:57:12 +13:00
opac-serial-issues.pl Fix FSF address in directory opac/ 2010-03-16 20:17:54 -04:00
opac-shelves.pl Bug 4289: 'OpacPublic' feature 2011-01-19 14:30:34 +13:00
opac-showmarc.pl Bug 4289: 'OpacPublic' feature 2011-01-19 14:30:34 +13:00
opac-showreviews.pl Fixing FSF address in license statements 2011-04-01 15:55:06 +13:00
opac-suggestions.pl Bug 5928 :wr77152 : AllowPurchaseSuggestionBranchChoice sys pref 2011-03-23 10:35:16 +13:00
opac-tags.pl Fix for Bug 5812 - Tag Cloud - capitalized words come before lower-case words 2011-02-28 10:38:29 +13:00
opac-tags_subject.pl Bug 4289: 'OpacPublic' feature 2011-01-19 14:30:34 +13:00
opac-topissues.pl Bug 4289: 'OpacPublic' feature 2011-01-19 14:30:34 +13:00
opac-user.pl Bug 5966 : MT 3010: Adds waiting date for holds in opac-user 2011-03-28 21:46:56 +13:00
opac-userdetails.pl Fix FSF address in directory opac/ 2010-03-16 20:17:54 -04:00
opac-userupdate.pl Bug 4289: 'OpacPublic' feature 2011-01-19 14:30:34 +13:00
unapi fixing various links to point to *.koha-community.org 2010-10-21 22:08:24 -04:00