Koha/catalogue
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
..
cardview.pl Bug 4330 : Adding some copyright BibLibre statements 2011-03-21 10:57:20 +13:00
detail.pl Bug 4421: Add alternate holdings display and prefs 2011-04-02 06:56:02 +13:00
detailprint.pl Bug 2505 - Add commented use warnings where missing in the catalogue/ directory 2010-04-21 20:25:13 +12:00
export.pl Bug 2505 - Add commented use warnings where missing in the catalogue/ directory 2010-04-21 20:25:13 +12:00
ISBDdetail.pl Fix for Bug 3659, Add place hold option from patron checkout tab 2011-03-15 15:48:09 +13:00
issuehistory.pl Corrected: Fix for Bug 4529, columns on circ history all screwy 2010-05-24 10:43:28 -04:00
labeledMARCdetail.pl Fix for Bug 3659, Add place hold option from patron checkout tab 2011-03-15 15:48:09 +13:00
MARCdetail.pl Bug 4330 : fixing copyright mail from chris c 2010-12-16 on patches ML 2011-03-21 10:39:06 +13:00
moredetail.pl Bug 5547: Hide Lost Items dev 2011-03-30 20:20:05 +13:00
search.pl Bug 5305: CCL query, then resort, loses reults. 2011-03-31 21:18:29 +13:00
showmarc.pl Bug 4330 : Adding some copyright BibLibre statements 2011-03-21 10:57:20 +13:00
updateitem.pl Fix for Bug 4853 - Rights needed to renew a document 2011-03-06 08:26:35 +13:00