Bug 26922: Regression tests
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / admin / preferences / cataloguing.pref
blob575dde1c5028431fe5bfe144537b2ee42458c548
1 Cataloging:
2 # broken, omitted: marc
3     Interface:
4         -
5             - Use
6             - pref: DefaultClassificationSource
7               choices: class-sources
8             - as the default classification source.
9         -
10             - pref: advancedMARCeditor
11               choices:
12                   yes: "Don't display"
13                   no: Display
14             - descriptions of fields and subfields in the MARC editor.
15         -
16             - pref: EasyAnalyticalRecords
17               choices:
18                   yes: Display
19                   no: "Don't display"
20             - "easy ways to create analytical record relationships."
21         -
22             - pref: EnableAdvancedCatalogingEditor
23               default: 0
24               choices:
25                   yes: Enable
26                   no: "Don't enable"
27             - the advanced cataloging editor.
28             - "<br/> <strong>NOTE:</strong>"
29             - Currently does not include support for UNIMARC or NORMARC fixed fields.
30     Spine labels:
31         -
32             - When using the quick spine label printer,
33             - pref: SpineLabelAutoPrint
34               choices:
35                   yes: do
36                   no: "don't"
37             - automatically pop up a print dialog.
38         -
39             - "Include the following fields on a quick-printed spine label:"
40             - (Enter in columns from the <code>biblio</code>, <code>biblioitems</code> or <code>items</code> tables, surrounded by &lt; and &gt;.)
41             - pref: SpineLabelFormat
42               type: textarea
43         -
44             - pref: SpineLabelShowPrintOnBibDetails
45               choices:
46                   yes: Display
47                   no:  "Don't display"
48             - buttons on the bibliographic details page to print item spine labels.
49         -
50     Record structure:
51         -
52             - "Fill in the default language for field 008 Range 35-37 of MARC21 records (e.g. eng, nor, ger, see <a href='http://www.loc.gov/marc/languages/language_code.html'>MARC Code List for Languages</a>):"
53             - pref: DefaultLanguageField008
54             - " Empty defaults to eng."
55         -
56             - "Fill in the default country code for field 008 Range 15-17 of MARC21 - Place of publication, production, or execution. (See <a href='http://www.loc.gov/marc/countries/countries_code.html'>MARC Code List for Countries</a>):"
57             - pref: DefaultCountryField008
58             - " Empty defaults to xxu for United States."
59         -
60             - Interpret and store MARC records in the
61             - pref: marcflavour
62               choices:
63                   MARC21: MARC21
64                   UNIMARC: UNIMARC
65                   NORMARC: NORMARC
66             - format.
67         -
68             - Use the item type of the
69             - pref: item-level_itypes
70               choices:
71                   yes: specific item
72                   no: bibliographic record
73             - as the authoritative item type (for determining circulation and fines rules, for displaying an item type icon on either opac detail or results page, etc).
74         -
75             - Map the MARC subfields
76             - pref: itemcallnumber
77             - "to an item's callnumber. List multiple comma-separated fields to check them sequentially. Each field can include multiple subfields. The order of the subfields in the record will be preserved. For example: '082ab,092ab' will look in the 082$a and 082$b, then the 092$a and 092$b."
78             - "Examples for MARC21: Dewey: 082ab,092ab; LOC: 050ab,090ab; from the Koha record: 942hi. Examples for UNIMARC: Dewey: 676a; LOC: 680ab."
79         -
80             - Display MARC subfield
81             - pref: AlternateHoldingsField
82             - "as holdings information for records that do not have items (this can contain multiple subfields to look in, for example <code>852abhi</code> would look in 852 subfields a, b, h, and i), with the subfields separated by"
83             - pref: AlternateHoldingsSeparator
84             - "."
85         -
86             - Fill in the <a href="http://www.loc.gov/marc/organizations/orgshome.html">MARC organization code</a>
87             - pref: MARCOrgCode
88             - by default in new MARC21 records (leave blank to disable). This can be also set on libraries level.
89         -
90             - When items are created, give them the temporary location of
91             - pref: NewItemsDefaultLocation
92               class: short
93             - (should be a location code, or blank to disable).
94         -
95             - pref: z3950NormalizeAuthor
96               choices:
97                   yes: Copy
98                   no: "Don't copy"
99             - authors from the UNIMARC
100             - pref: z3950AuthorAuthFields
101               class: multi
102             - tags (separated by commas) to the correct author tags when importing a record using Z39.50.
103         -
104             - Barcodes are
105             - pref: autoBarcode
106               choices:
107                   incremental: generated in the form 1, 2, 3.
108                   annual: generated in the form <year>-0001, <year>-0002.
109                   hbyymmincr: generated in the form <branchcode>yymm0001.
110                   EAN13: incremental EAN-13 barcodes.
111                   "OFF": not generated automatically.
112         -
113             - When a new item is added,
114             - pref: PrefillItem
115               choices:
116                   yes: the new item is prefilled with last created item values.
117                   no: the new item is not prefilled with last created item values.
118         -
119             - "Define a list of subfields to use when prefilling items (separated by space):"
120             - pref: SubfieldsToUseWhenPrefill
121         -
122             - Use the languague (ISO 690-2)
123             - pref: UNIMARCField100Language
124               class: short
125             - as default language in the UNIMARC field 100 when creating a new record or in the field plugin.
126         -
127             - "List of subfields for which editing is authorized when the edit_items_restricted permission is enabled, separated by spaces:"
128             - pref: SubfieldsToAllowForRestrictedEditing
129             - 'Examples:'
130             - 'UNIMARC: "995$f 995$h 995$j"'
131             - 'MARC21: "952$a 952$b 952$c"'
132             - Note that the FA framework is excluded from the permission.
133             - If the system preference is empty, no fields are restricted.
134         -
135             - "List of subfields for which editing is authorized when the items_batchmod_restricted permission is enabled, separated by spaces:"
136             - pref: SubfieldsToAllowForRestrictedBatchmod
137             - 'Examples:'
138             - 'UNIMARC: "995$f 995$h 995$j"'
139             - 'MARC21: "952$a 952$b 952$c"'
140             - Note that the FA framework is excluded from the permission.
141             - If the system preference is empty, no fields are restricted.
142         -
143             - Store record's creator borrowernumber in MARC subfield
144             - pref: MarcFieldForCreatorId
145             - and record's creator name in MARC subfield
146             - pref: MarcFieldForCreatorName
147             - "."
148             - Store record's last modifier borrowernumber in MARC subfield
149             - pref: MarcFieldForModifierId
150             - and record's last modifier name in MARC subfield
151             - pref: MarcFieldForModifierName
152             - ". <br/><strong>NOTE:</strong> Use a dollar sign between field and subfield like 123$a."
153     Display:
154         -
155             - 'Separate main entry and subdivisions with '
156             - pref: AuthoritySeparator
157               class: short
158             - '(non-XSLT view only).'
159         -
160             - Show
161             - pref: URLLinkText
162             - as the text of links embedded in MARC records and items.
163         -
164             - pref: UseControlNumber
165               choices:
166                   yes: Use
167                   no: "Don't use"
168             - record control number ($w subfields) and control number (001) for linking of bibliographic records.
169         -
170             - Use
171             - pref: MarcFieldDocURL
172               class: url
173             - as the URL for MARC field documentation.
174             - Possible substitutions are <tt>{MARC}</tt> (marc flavour, eg. "MARC21" or "UNIMARC"), <tt>{FIELD}</tt> (field number, eg. "000" or "048"), <tt>{LANG}</tt> (user language, eg. "en" or "fi-FI").
175             - If left empty, the format documentation on http://loc.gov (MARC21) or http://archive.ifla.org (UNIMARC) is used.
176             - For example <tt>http://fielddoc.example.com/?marc={MARC}&field={FIELD}&language={LANG}</tt>
177         -
178             - pref: hide_marc
179               choices:
180                   yes: "Don't display"
181                   no: Display
182             - MARC tag numbers, subfield codes and indicators in MARC views.
183         -
184             - pref: LabelMARCView
185               choices:
186                   standard: "Don't"
187                   economical: Do
188             - collapse repeated tags of the same type into one tag entry on the display.
189         -
190             - By default, display bibliographic records in
191             - pref: IntranetBiblioDefaultView
192               choices:
193                   normal: normal form.
194                   marc: MARC form.
195                   labeled_marc: labelled MARC form.
196                   isbd: ISBD form (see below).
197         -
198             - "Use the following as the staff interface ISBD template:"
199             - pref: ISBD
200               type: textarea
201               syntax: text/html
202               class: code
203         -
204             - pref: OpacSuppression
205               choices:
206                   yes: Hide
207                   no: "Don't hide"
208             - bibliographic records marked as suppressed from OPAC search results.
209             - <br />Restrict the suppression to IP addresses outside of the IP range
210             - pref: OpacSuppressionByIPRange
211               class: short
212             - (Leave blank if not used. Define a range like <code>192.168.</code>.)
213             - <br />Redirect the opac detail page for suppressed records to
214             - pref: OpacSuppressionRedirect
215               choices:
216                   yes: "an explanatory page ('This record is blocked')."
217                   no: "the 404 error page ('Not found')."
218             - "<br />Display the following message on the redirect page for suppressed bibliographic records:"
219             - pref: OpacSuppressionMessage
220               type: textarea
221               class: code
222         -
223             - pref: SeparateHoldings
224               choices:
225                   yes: Separate
226                   no: "Don't separate"
227             - "items display into two tabs, where the first tab contains items whose"
228             - pref: SeparateHoldingsBranch
229               choices:
230                 homebranch: 'home library'
231                 holdingbranch: 'holding library'
232             - "is the logged in user's library. The second tab will contain all other items."
233         -
234             - "Don't show"
235             - pref: NotesToHide
236               class: multi
237             - "note fields in the 'Title notes' tab and in the 'Description' tab on the OPAC and staff interface detail pages. Use a comma to separate multiple fields. Examples: 500,502 (MARC21); 300,328 (UNIMARC)."
238             - <br />
239             - For hiding fields from other pages like the normal view, use the visibility settings for subfields in the MARC bibliographic frameworks section of the administration module.
240         -
241             - pref: AcquisitionDetails
242               choices:
243                   yes: Display
244                   no: "Don't display"
245             - acquisition details on the bibliographic record detail page.
246         -
247             - "Show the following fields for deleted records after a merge:"
248             - pref: MergeReportFields
249             - ".<br />For example: '001,245ab,600'"
250             - "displays:"
251             - "<ul>"
252             - "<li>value of 001</li>"
253             - "<li>subfields a and b of fields 245</li>"
254             - "<li>all subfields of fields 600</li>"
255     Importing:
256         -
257             - When matching on ISBN with the record import tool,
258             - pref: AggressiveMatchOnISBN
259               choices:
260                   yes: "do"
261                   no: "don't"
262             - attempt to match aggressively by trying all variations of the ISBNs in the imported record as a phrase in the ISBN fields of already cataloged records.
263         -
264             - Display the MARC field/subfields
265             - pref: AdditionalFieldsInZ3950ResultSearch
266             - " in the 'Additional fields' column of Z39.50 search results (use comma as delimiter e.g.: \"<code>001, 082$ab, 090$ab</code>\")"
267         -
268             - When matching on ISSN with the record import tool,
269             - pref: AggressiveMatchOnISSN
270               choices:
271                   yes: "do"
272                   no: "don't"
273             - attempt to match aggressively by trying all variations of the ISSNs in the imported record as a phrase in the ISSN fields of already cataloged records.
275     Exporting:
276         -
277             - "Include the following fields when exporting BibTeX:"
278             - pref: BibtexExportAdditionalFields
279               type: textarea
280               syntax: text/x-yaml
281             - "Use one line per tag in the format BT_TAG: TAG$SUBFIELD ( e.g. lccn: 010$a )."
282             - "<br/>"
283             - "To specify multiple marc tags/subfields as targets for a repeating BibTex tag, use the following format: BT_TAG: [TAG2$SUBFIELD1, TAG2$SUBFIELD2] ( e.g. notes: [501$a, 505$g] )."
284             - "<br/>"
285             - "All values of repeating tags and subfields will be printed with the given BibTeX tag."
286             - "<br/>"
287             - "Use '@' ( with quotes ) as the BT_TAG to replace the bibtex record type with a field value of your choosing."
288         -
289             - "Include the following fields when exporting RIS:"
290             - pref: RisExportAdditionalFields
291               type: textarea
292               syntax: text/x-yaml
293             - "Use one line per tag in the format RIS_TAG: TAG$SUBFIELD ( e.g. LC: 010$a )."
294             - "<br/>"
295             - "To specify multiple MARC tags/subfields as targets for a repeating RIS tag, use the following format: RIS_TAG: [TAG2$SUBFIELD1, TAG2$SUBFIELD2] ( e.g. NT: [501$a, 505$g] )."
296             - "<br/>"
297             - "All values of repeating tags and subfields will be printed with the given RIS tag."
298             - "<br/>"
299             - "Use of TY ( record type ) as a key will <em>replace</em> the default TY with the field value of your choosing."