Bug 33887: (QA follow-up) Perltidy and fix some formatting issues
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / admin / preferences / circulation.pref
1 Circulation:
2     Interface:
3         -
4             - pref: CircSidebar
5               choices:
6                   1: Activate
7                   0: Deactivate
8             - the navigation sidebar on all circulation pages.
9         -
10             - pref: CircConfirmItemParts
11               choices:
12                   1: "Require"
13                   0: "Don't require"
14             - staff to confirm that all parts of an item are present at checkin/checkout.
15         -
16             - pref: AutoSwitchPatron
17               choices:
18                   1: "Enable"
19                   0: "Don't enable"
20             - the automatic redirection to another patron when a patron barcode is scanned instead of a book.
21             - This should not be enabled if you have overlapping patron and book barcodes.
22         -
23             - pref: PatronAutoComplete
24               choices:
25                   1: Try
26                   0: "Don't try"
27             - to guess the patron being entered while typing a patron search for circulation or patron search.
28             - Only returns the first 10 results at a time.
29         -
30             - pref: itemBarcodeInputFilter
31               choices:
32                   OFF: "Don't filter"
33                   whitespace: Remove spaces from
34                   cuecat: Convert from CueCat form
35                   T-prefix: Remove the first number from T-prefix style
36                   libsuite8: Convert from Libsuite8 form
37                   EAN13: EAN-13 or zero-padded UPC-A form
38             - scanned item barcodes. Mind that any leading or trailing whitespace in a barcode gets removed before this filter.
39         -
40             - pref: itemBarcodeFallbackSearch
41               choices:
42                   1: "Enable"
43                   0: "Don't enable"
44             - the automatic use of a keyword catalog search if the phrase entered as a barcode on the checkout page does not turn up any results during an item barcode search.
45         -
46             - Sort previous checkouts on the circulation page from
47             - pref: previousIssuesDefaultSortOrder
48               choices:
49                   asc: earliest to latest
50                   desc: latest to earliest
51             - due date.
52         -
53             - "Sort today's checkouts on the circulation page from"
54             - pref: todaysIssuesDefaultSortOrder
55               type: choice
56               choices:
57                   asc: earliest to latest
58                   desc: latest to earliest
59             - checkout time.
60         -
61             - pref: SpecifyDueDate
62               choices:
63                   1: Allow
64                   0: "Don't allow"
65             - staff to specify a due date for a checkout.
66         -
67             - pref: SpecifyReturnDate
68               choices:
69                   1: Allow
70                   0: "Don't allow"
71             - staff to specify a return date for a check in.
72         -
73             - Set the default start date for the Holds to pull list to
74             - pref: HoldsToPullStartDate
75               class: integer
76             - day(s) ago. Note that the default end date is controlled by the system preference <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=ConfirmFutureHolds">ConfirmFutureHolds</a>.
77         -
78             - pref: AllowAllMessageDeletion
79               choices:
80                   1: Allow
81                   0: "Don't allow"
82             - staff to delete messages added from other libraries.
83         -
84             - Show the
85             - pref: numReturnedItemsToShow
86               class: integer
87             - last returned items on the checkin screen.
88         -
89             - pref: FineNotifyAtCheckin
90               choices:
91                   1: Notify
92                   0: "Don't notify"
93             - librarians of overdue fines on the items they are checking in.
94         -
95             - pref: WaitingNotifyAtCheckin
96               choices:
97                   1: Notify
98                   0: "Don't notify"
99             - librarians of waiting holds for the patron whose items they are checking in.
100         -
101             - pref: FilterBeforeOverdueReport
102               choices:
103                   1: Require
104                   0: "Don't require"
105             - staff to choose which checkouts to show before running the overdues report.
106         -
107             - pref: DisplayClearScreenButton
108               choices:
109                   no: "Don't show clear screen button"
110                   issueslip: "Show print slip and clear screen buttons"
111                   issueqslip: "Show print quick slip and clear screen buttons"
112             - to clear the current patron from the screen on the circulation screen.
113         -
114             - pref: RecordLocalUseOnReturn
115               choices:
116                   1: Record
117                   0: "Don't record"
118             - local use when an unissued item is checked in.
119         -
120             - When an empty barcode field is submitted in circulation
121             - pref: CircAutoPrintQuickSlip
122               choices:
123                   clear: "clear the screen"
124                   qslip: "open a print quick slip window"
125                   slip: "open a print slip window"
126             - .
127         -
128             - Include the stylesheet at
129             - pref: NoticeCSS
130               class: url
131             - on notices. (This should be a complete URL, starting with <code>http://</code>)
132         -
133             - pref: UpdateTotalIssuesOnCirc
134               choices:
135                   1: Do
136                   0: "Don't"
137             - update a bibliographic record's total checkouts count whenever an item is checked out (WARNING! This increases server load significantly; if performance is a concern, use the update_totalissues.pl cron job to update the total checkouts count).
138         -
139             - pref: ExportCircHistory
140               choices:
141                   1: Show
142                   0: "Don't show"
143             - the option to export patron checkouts.
144         -
145             - "The following fields should be excluded from the patron checkout CSV or MARC (ISO 2709) export:"
146             - pref: ExportRemoveFields
147             - (separate fields with space, e.g. 100a 200b 300c).
148         -
149             - pref: ShowAllCheckins
150               choices:
151                   1: Show
152                   0: "Don't show"
153             - all items in the "Checked-in items" list, even items that were not checked out.
154         -
155             - pref: AllowCheckoutNotes
156               choices:
157                   1: Allow
158                   0: "Don't allow"
159             - patrons to submit notes about checked out items.
160         -
161             - pref: UseCirculationDesks
162               choices:
163                   1: "Use"
164                   0: "Don't use"
165             - circulation desks with circulation.
166
167     Checkout policy:
168         -
169             - Delay the automatic loading of the checkouts table on the checkouts page by
170             - pref: LoadCheckoutsTableDelay
171               class: integer
172             - seconds when "Always show checkouts automatically" is enabled.
173         -
174             - pref: OnSiteCheckoutAutoCheck
175               choices:
176                   1: Enable
177                   0: Don't enable
178             - on-site checkout by default if last checkout was an on-site one.
179         -
180             - pref: AutoReturnCheckedOutItems
181               choices:
182                   1: Don't
183                   0: Do
184             - require librarians to manually confirm a checkout where the item is already checked out to another patron.
185         -
186             - pref: AllowSetAutomaticRenewal
187               choices:
188                   1: Allow
189                   0: "Don't allow"
190             - staff to flag items for autorenewal on the checkout page.
191         -
192             - pref: AllowTooManyOverride
193               choices:
194                   1: Allow
195                   0: "Don't allow"
196             - staff to override and check out items when the patron has reached the maximum number of allowed checkouts.
197         -
198             - pref: AllowNotForLoanOverride
199               choices:
200                   1: Allow
201                   0: "Don't allow"
202             - staff to override and check out items that are marked as not for loan.
203         -
204             - pref: AllowRenewalLimitOverride
205               choices:
206                   1: Allow
207                   0: "Don't allow"
208             - staff to manually override renewal blocks and renew a checkout when it would go over the renewal limit or be premature for the "No renewal before" setting in the circulation policy or has been scheduled for automatic renewal.
209         -
210             - pref: AllowRenewalOnHoldOverride
211               choices:
212                   1: Allow
213                   0: "Don't allow"
214             - staff to renew items that are on hold by manually specifying a due date.
215         -
216             - pref: AllowItemsOnHoldCheckoutSIP
217               choices:
218                   1: Allow
219                   0: "Don't allow"
220             - checkouts of items reserved to someone else via SIP checkout messages.
221             - If allowed do not generate RESERVED warning.
222             - This allows self checkouts for those items. If using the holds queue items with pending holds will be marked as "unavailable" if this set to "Don't allow".
223         -
224             - pref: AllowItemsOnHoldCheckoutSCO
225               choices:
226                   1: Allow
227                   0: "Don't allow"
228             - checkouts of items reserved to someone else in the SCO module. If allowed do not generate RESERVE_WAITING and RESERVED warning. This allows self checkouts for those items.
229         -
230             - pref: AllFinesNeedOverride
231               choices:
232                   1: Require
233                   0: "Don't require"
234             - staff to manually override all fines, even fines less than set in the <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=noissuescharge">noissuescharge</a> system preference. Enabling this system preference will block all checkouts for patrons with fines both via the web-based self checkout system and via SIP.
235         -
236             - pref: AllowFineOverride
237               choices:
238                   1: Allow
239                   0: "Don't allow"
240             - staff to manually override and check out items to patrons who have more in fines than set in the <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=noissuescharge">noissuescharge</a> system preference.
241         -
242             - pref: AutomaticItemReturn
243               choices:
244                   1: Do
245                   0: "Don't"
246             - automatically transfer items to their home library when they are checked in.
247         -
248             - pref: UseBranchTransferLimits
249               choices:
250                   1: Enforce
251                   0: "Don't enforce"
252             - library transfer limits based on
253             - pref: BranchTransferLimitsType
254               choices:
255                   ccode: collection code
256                   itemtype: item type
257             - .
258         -
259             - pref: UseTransportCostMatrix
260               choices:
261                   1: Use
262                   0: "Don't use"
263             - the transport cost matrix for calculating optimal holds filling between libraries.
264         -
265             - Use the calendar and circulation rules of
266             - pref: CircControl
267               type: choice
268               choices:
269                   PickupLibrary: the library you are logged in at.
270                   PatronLibrary: the library the patron is from.
271                   ItemHomeLibrary: the library the item is from.
272         -
273             - To determine whether an item is transferred or remains in the library after checkin, use the circulation rules of
274             - pref: CircControlReturnsBranch
275               type: choice
276               choices:
277                   ItemHoldingLibrary: the library the item is currently held by.
278                   CheckInLibrary: the library the item is checked in at.
279                   ItemHomeLibrary: the library the item is owned by.
280         -
281             - Use the circulation and fine rules of
282             - pref: HomeOrHoldingBranch
283               type: choice
284               choices:
285                   homebranch: the item's home library (homebranch).
286                   holdingbranch: the item's holding library (holdingbranch).
287         -
288             - Allow items to be checked in
289             - pref: AllowReturnToBranch
290               type: choice
291               choices:
292                   anywhere: at any library.
293                   homebranch: only at the library the item is from.
294                   holdingbranch: only at the library the item was checked out from.
295                   homeorholdingbranch: either at the library the item is from or the library it was checked out from.
296         -
297             - For search results in the staff interface, display
298             - pref: StaffSearchResultsDisplayBranch
299               type: choice
300               choices:
301                   homebranch: the library the item is from.
302                   holdingbranch: the library the item is held by.
303         -
304             - pref: useDaysMode
305               choices:
306                   Days: Ignore the calendar
307                   Calendar: Use the calendar to skip days the library is closed
308                   Datedue: Use the calendar to push the due date to the next open day
309                   Dayweek: Use the calendar to push the due date to the next open matching weekday for weekly loan periods, or the next open day otherwise
310             - when calculating the date due.
311         -
312             - Calculate "No renewal before" based on
313             - pref: NoRenewalBeforePrecision
314               choices:
315                   date: date.
316                   exact_time: exact time.
317             - Only relevant for loans calculated in days, hourly loans are not affected.
318         -
319             - When renewing checkouts, base the new due date on
320             - pref: RenewalPeriodBase
321               choices:
322                   date_due: the old due date of the checkout.
323                   now: the current date.
324         -
325             - pref: RenewalSendNotice
326               choices:
327                   1: Send
328                   0: "Don't send"
329             - "a renewal notice according to patron's messaging preferences for 'Item checkout'."
330         -
331             - pref: UnseenRenewals
332               choices:
333                   1: Allow
334                   0: "Don't allow"
335             - renewals to be recorded as "unseen" by the library, and count against the patrons unseen renewals limit.
336         -
337             - Prevent patrons from making holds on the OPAC if they owe more than
338             - pref: maxoutstanding
339               class: currency
340             - '[% local_currency %] in fines.'
341         -
342             - Show a warning on the "Transfers to receive" screen if the transfer has not been received
343             - pref: TransfersMaxDaysWarning
344               class: integer
345             - days after it was sent.
346         -
347             - pref: IssuingInProcess
348               choices:
349                   1: "Don't prevent"
350                   0: "Prevent"
351             - patrons from checking out an item whose rental charge would take them over the limit.
352         -
353             - "Restrict patrons with the following target audience values from checking out inappropriate materials:"
354             - pref: AgeRestrictionMarker
355             - ". For example, enter target audience keyword(s) split by | (bar) FSK|PEGI|Age| (No white space near |). Be sure to map agerestriction in Koha to MARC mapping (e.g. 521$a). A MARC field value of FSK 12 or PEGI 12 would mean: Borrower must be 12 years old. Leave empty to not apply an age restriction."
356         -
357             - pref: AgeRestrictionOverride
358               choices:
359                   1: Allow
360                   0: "Don't allow"
361             - staff to check out an item with age restriction.
362         -
363             - Prevent patrons from checking out items if they have more than
364             - pref: noissuescharge
365               class: integer
366             - '[% local_currency %] in fines.'
367         -
368             - Prevent a patron from checking out if the patron has guarantees owing in total more than
369             - pref: NoIssuesChargeGuarantees
370               class: integer
371             - '[% local_currency %] in fines.'
372         -
373             - Prevent a patron from checking out if the patron has guarantors and those guarantor's guarantees owing in total more than
374             - pref: NoIssuesChargeGuarantorsWithGuarantees
375               class: integer
376             - '[% local_currency %] in fines.'
377         -
378             - pref: ReturnBeforeExpiry
379               choices:
380                   1: Require
381                   0: "Don't require"
382             - "patrons to return items before their accounts expire (by restricting due dates to before the patron's expiration date)."
383         -
384             - "Send all notices as a BCC to this email address:"
385             - pref: NoticeBcc
386               class: email
387         -
388             - pref: OverdueNoticeCalendar
389               choices:
390                   1: "Use calendar"
391                   0: "Ignore calendar"
392             - "when working out the period for overdue notices."
393         -
394             - "Organize and send overdue notices using the"
395             - pref: OverdueNoticeFrom
396               choices:
397                   cron: "command-line option"
398                   item-issuebranch: "checkout library"
399                   item-homebranch: "item home library"
400                   patron-homebranch: "patron home library"
401             - .
402         -
403             - Include up to
404             - pref: PrintNoticesMaxLines
405               class: integer
406             - "item lines in a printed overdue notice. If the number of items is greater than this number, the notice will end with a warning asking the patron to check their online account for a full list of overdue items. Set to 0 to include all overdue items in the notice, no matter how many there are."
407         -
408             - pref: OverduesBlockCirc
409               choices:
410                   block: Block
411                   noblock: "Don't block"
412                   confirmation: Ask for confirmation
413             - "when checking out to a patron that has overdues outstanding."
414         -
415             - "When checking out an item with rental fees, "
416             - pref: RentalFeesCheckoutConfirmation
417               choices:
418                   1: ask
419                   0: "don't ask"
420             - "for confirmation."
421         -
422             - By default, set the LOST value of an item to
423             - pref: DefaultLongOverdueLostValue
424               choices: authval
425               source: LOST
426             - when the item has been overdue for more than
427             - pref: DefaultLongOverdueDays
428               class: integer
429             - days.
430             - <br>WARNING â€” These preferences will activate the automatic item loss process. Leave these fields empty if you don't want to activate this feature.
431             - "<br>Example: [1] [30] Sets an item to the LOST value 1 when it has been overdue for more than 30 days."
432             - <br>(Used when the longoverdue.pl script is called without the --lost parameter)
433             - "<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/longoverdue.pl</code> cronjob. Ask your system administrator to schedule it."
434         -
435             - "Charge a lost item to the patron's account when the LOST value of the item changes to:"
436             - pref: DefaultLongOverdueChargeValue
437               choices: authval
438               source: LOST
439             - <br>Leave this field empty if you don't want to charge the patron for lost items.
440             - <br>(Used when the longoverdue.pl script is called without the --charge parameter)
441             - "<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/longoverdue.pl</code> cronjob. Ask your system administrator to schedule it."
442         -
443             - When using the automatic item loss process, skip items with lost values matching any of
444             - pref: DefaultLongOverdueSkipLostStatuses
445             - "."
446             - <br>Leave this field empty if you don't want to skip any lost statuses.
447             - <br>Set to a list of comma separated values, e.g. <em>5,6,7</em>.
448         -
449             - "When issuing an item that has been marked as lost, "
450             - pref: IssueLostItem
451               choices:
452                   confirm: "require confirmation"
453                   alert: "display a message"
454                   nothing : "do nothing"
455             - .
456         -
457             - "When checking out an item, "
458             - pref: RecordStaffUserOnCheckout
459               choices:
460                   1: "record"
461                   0: "don't record"
462             - "the user who checked out the item."
463         -
464             - "Mark items as returned when flagged as lost "
465             - pref: MarkLostItemsAsReturned
466               multiple:
467                 cronjob: "from the longoverdue cronjob"
468                 batchmod: "from the batch item modification tool"
469                 additem: "when cataloguing an item"
470                 moredetail: "from the items tab of the catalog module"
471                 pendingreserves: "from the 'Holds to pull' list"
472                 onpayment: "when receiving payment for the item"
473                 claim_returned: "when marking an item as a return claim"
474             - .
475         -
476             - pref: AllowMultipleIssuesOnABiblio
477               choices:
478                   1: Allow
479                   0: "Don't allow"
480             - "patrons to check out multiple items from the same record. (<strong>NOTE:</strong> This will only affect records without a subscription attached.)"
481         -
482             - pref: OnSiteCheckouts
483               choices:
484                   1: Enable
485                   0: Disable
486             - the on-site checkouts feature.
487         -
488             - pref: OnSiteCheckoutsForce
489               choices:
490                   1: Enable
491                   0: Disable
492             - the on-site checkout for all cases (even if a patron is debarred, etc.).
493         -
494             - pref: ConsiderOnSiteCheckoutsAsNormalCheckouts
495               choices:
496                   1: Consider
497                   0: "Don't consider"
498             - on-site checkouts as normal checkouts.
499             - If enabled, on-site checkouts will count toward the checkout limit for regular checkouts. The on-site limit will still apply for on-site checkouts.
500             - If disabled, both values will be checked separately.
501         -
502             - pref: SwitchOnSiteCheckouts
503               choices:
504                   1: Switch
505                   0: "Don't switch"
506             - on-site checkouts to normal checkouts when checked out.
507         -
508             - When a patron's checked out item is overdue,
509             - pref: OverduesBlockRenewing
510               type: choice
511               choices:
512                   allow: allow renewing.
513                   blockitem: block renewing only for this item.
514                   block: block renewing for all the patron's items.
515         -
516             - If a patron owes more than the value of <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=OPACFineNoRenewals">OPACFineNoRenewals</a>,
517             - pref: OPACFineNoRenewalsBlockAutoRenew
518               choices:
519                   1: block
520                   0: allow
521             - their auto-renewals.
522         -
523             - If a patron pays off all fines on an overdue item that is accruing fines,
524             - pref: RenewAccruingItemWhenPaid
525               choices:
526                   1: renew
527                   0: "don't renew"
528             - the item automatically. If the system preference <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=RenewalPeriodBase">RenewalPeriodBase</a> is set to "due date", renewed items may still be overdue.
529         -
530             - If a patron pays off all fines on an overdue item that is accruing fines in the OPAC via a payment plugin,
531             - pref: RenewAccruingItemInOpac
532               choices:
533                   1: renew
534                   0: "don't renew"
535             - the item automatically. If the system preference <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=RenewalPeriodBase">RenewalPeriodBase</a> is set to "due date", renewed items may still be overdue.
536         -
537             - pref: ItemsDeniedRenewal
538               type: textarea
539               syntax: text/x-yaml
540               class: code
541             - Define custom rules to deny specific items from renewal.
542             - "<br />Can name any field in the items table followed by a colon then a space then"
543             - "a bracketed list of values separated by commas."
544             - "For example:"
545             - "<br />ccode: [NEWFIC,null,DVD]"
546             - "<br />itype: [NEWBK,\"\"]"
547             - "<br /> <strong>NOTE:</strong> The word 'null' can be used to block renewal on undefined fields, while an empty string \"\" will block on an empty (but defined) field."
548         -
549             - pref: UpdateNotForLoanStatusOnCheckout
550               type: textarea
551               syntax: text/x-yaml
552               class: code
553             - This is a list of value pairs. When an item is checked out, if the not for loan value on the left matches the items not for loan value
554             - "it will be updated to the right-hand value. For example, '-1: 0' will cause an item that was set to 'Ordered' to now be available for loan."
555             - Each pair of values should be on a separate line.
556     Checkin policy:
557         -
558             - pref: TrapHoldsOnOrder
559               choices:
560                   1: Trap
561                   0: "Don't trap"
562             - items that are not for loan but holdable ( notforloan < 0 ) to fill holds.
563         -
564             - Never trap items with 'not for loan' values of
565             - pref: SkipHoldTrapOnNotForLoanValue
566               class: integer
567             - to fill holds.
568             - "(list of not for loan values separated with a pipe '|')"
569         -
570             - pref: HoldsAutoFill
571               choices:
572                   1: Do
573                   0: "Don't"
574             - automatically fill holds instead of asking the librarian.
575         -
576             - pref: HoldsNeedProcessingSIP
577               choices:
578                   1: "Don't fulfill"
579                   0: Fulfill
580             - holds automatically if matching item is returned via SIP protocol.
581         -
582             - pref: HoldsAutoFillPrintSlip
583               choices:
584                   1: Do
585                   0: "Don't"
586             - automatically display the hold slip dialog for auto-filled holds.
587         -
588             - pref: BlockReturnOfWithdrawnItems
589               choices:
590                   1: Block
591                   0: "Don't block"
592             - returning of items that have been withdrawn.
593         -
594             - pref: BlockReturnOfLostItems
595               choices:
596                   1: Block
597                   0: "Don't block"
598             - returning of items that have been lost.
599         -
600             - pref: CalculateFinesOnReturn
601               choices:
602                   1: Do
603                   0: "Don't"
604             - calculate and update overdue charges when an item is returned.
605             - "<br /><strong>NOTE:</strong> If you are doing hourly loans then you should have this on."
606             - '<br /><strong>NOTE:</strong> This system preference requires <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=FinesMode">FinesMode</a> to be set to "Calculate and charge."'
607         -
608             - pref: CalculateFinesOnBackdate
609               choices:
610                   1: Do
611                   0: "Don't"
612             - calculate and update overdue charges when an item is returned with a backdated return date.
613         -
614             - pref: UpdateItemLocationOnCheckin
615               type: textarea
616               syntax: text/x-yaml
617               class: code
618             - "This is a list of value pairs. The first value is followed immediately by colon space then the second value.<br/><br/>"
619             - "Examples:<br/>"
620             - "PROC: FIC - causes an item in the Processing Center location to be updated into the Fiction location on check in.<br/>"
621             - "FIC: GEN - causes an item in the Fiction location to be updated into the General stacks location on check in.<br/>"
622             - "_BLANK_: FIC - causes an item that has no location to be updated into the Fiction location on check in.<br/>"
623             - "FIC: _BLANK_ - causes an item in location FIC to be updated to a blank location on check in.<br/>"
624             - "_ALL_: FIC - causes all items to be updated into the Fiction location on check in.<br/>"
625             - "PROC: _PERM_ - causes an item that is in the Processing Center to be updated to it's permanent location.<br/><br/>"
626             - "General rule: if the location value on the left of the colon (:) matches the item's current location, it will be updated to match the location value on the right of the colon (:).<br/>"
627             - "Note: PROC and CART are special values, for these locations the location and permanent_location can differ, in all other cases an update will affect both. Items in the CART location will be returned to their permanent location on checkout.<br/>"
628             - "The special term _BLANK_ may be used on either side of a value pair to update or remove the location from items with no location assigned.<br/>"
629             - "The special term _ALL_ is used on the left side of the colon (:) to affect all items, <strong>and overrides all other rules.</strong>"
630         -
631             - pref: UpdateNotForLoanStatusOnCheckin
632               type: textarea
633               syntax: text/x-yaml
634               class: code
635             - "This is a list of item types and value pairs.<br/><br/>"
636             - "<strong>Examples:</strong><br/>"
637             - "_ALL_:<br/>"
638             - "&nbsp-1: 0<br/><br/>"
639             - "CR:<br/>"
640             - "&nbsp1: 0<br/><br/>"
641             - "When an item is checked in, if it's item type matches CR then when the value on the left (1) matches the items' not for loan value it will be updated to the value on the right.<br/><br/>The special term _ALL_ is used on the left side of the colon (:) to affect all item types, <strong>this does not override all other rules</strong><br/><br/>"
642             - "Each item type needs to be defined on a separate line on the left side of the colon (:).<br/>Each pair of not for loan values, for that item type, should be listed on separate lines below the item type, each indented by a leading space<br/><br/>"
643         -
644             - pref: HidePersonalPatronDetailOnCirculation
645               choices:
646                   1: "Hide"
647                   0: "Don't hide"
648             - "a patron's phone number, email address, street address and city on the circulation page."
649         -
650             - pref: TransfersBlockCirc
651               choices:
652                   1: "Block"
653                   0: "Don't block"
654             - staff from continuing to checkin items when a transfer is triggered.
655         -
656             - pref: AutomaticConfirmTransfer
657               choices:
658                   1: "Do"
659                   0: "Don't"
660             - automatically confirm a transfer when the modal is dismissed without clicking 'Yes'.
661         -
662             - pref: StoreLastBorrower
663               default: 0
664               choices:
665                   1: Store
666                   0: "Don't store"
667             - 'the last patron to return an item. This setting is independent of the <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=opacreadinghistory">opacreadinghistory</a> and <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=AnonymousPatron">AnonymousPatron</a> system preferences.'
668     Holds policy:
669         -
670             - In the staff interface, split the holds queue into separate tables by
671             - pref: HoldsSplitQueue
672               choices:
673                   nothing: nothing
674                   branch: "pickup library"
675                   itemtype: "hold item type"
676                   branch_itemtype: "pickup library and item type"
677             - "."
678         -
679             - pref: EnableItemGroupHolds
680               choices:
681                   1: Enable
682                   0: "Don't enable"
683             - "the ability to place holds on item groups. <br><strong>NOTE:</strong> This system preference requires that <a href='/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=EnableItemGroups'>EnableItemGroups</a> to be set to 'Enable'."
684         -
685             - If the holds queue is split, show librarians
686             - pref: HoldsSplitQueueNumbering
687               choices:
688                   actual: "the actual priority, which may be out of order"
689                   virtual: "'virtual' priorities, where each group is numbered separately"
690             - "."
691         -
692             - pref: RealTimeHoldsQueue
693               choices:
694                   1: Enable
695                   0: Disable
696             - updating the holds queue in real time.
697         -
698             - pref: AllowHoldItemTypeSelection
699               choices:
700                   1: Allow
701                   0: "Don't allow"
702             - hold fulfillment to be limited by item type.
703         -
704             - pref: AllowRenewalIfOtherItemsAvailable
705               choices:
706                   1: Allow
707                   0: "Don't allow"
708             - a patron to renew an item with unfilled holds if other available items can fill that hold.
709         -
710             - pref: AllowHoldPolicyOverride
711               choices:
712                   1: Allow
713                   0: "Don't allow"
714             - staff to override hold policies when placing holds.
715         -
716             - pref: AllowHoldsOnDamagedItems
717               choices:
718                   1: Allow
719                   0: "Don't allow"
720             - hold requests to be placed on and filled by damaged items.
721         -
722             - pref: AllowHoldDateInFuture
723               choices:
724                   1: Allow
725                   0: "Don't allow"
726             - hold requests to be placed that do not enter the waiting list until a certain future date.
727         -
728             - pref: OPACAllowHoldDateInFuture
729               choices:
730                   1: Allow
731                   0: "Don't allow"
732             - patrons to place holds that don't enter the waiting list until a certain future date. (<a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=AllowHoldDateInFuture">AllowHoldDateInFuture</a> must also be enabled).
733         -
734             - When placing a hold from the OPAC, make
735             - pref: OPACMandatoryHoldDates
736               choices:
737                   "": "no hold dates"
738                   "start": "hold start date"
739                   "end": "hold end date"
740                   "both": "both hold dates"
741             - mandatory.
742             - '<br><strong>NOTE:</strong> The hold start date option is only effective and shown on the hold form when <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=AllowHoldDateInFuture">AllowHoldDateInFuture</a> and <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=OPACAllowHoldDateInFuture">OPACAllowHoldDateInFuture</a> are enabled.'
743         -
744             - Confirm future hold requests (starting no later than
745             - pref: ConfirmFutureHolds
746               class: integer
747             - days from now) at checkin time. Note that this number of days will be used too in calculating the default end date for the Holds to pull-report. But it does not interfere with issuing, renewing or transferring items.
748         -
749             - Check the rule from the
750             - pref: ReservesControlBranch
751               choices:
752                   ItemHomeLibrary: "item's home library"
753                   PatronLibrary: "patron's home library"
754             - to see if the patron can place a hold on the item.    
755         -
756             - Mark a hold as problematic if it has been waiting for more than
757             - pref: ReservesMaxPickUpDelay
758               class: integer
759             - days.
760         -
761             - pref: ExpireReservesMaxPickUpDelay
762               choices:
763                   1: Allow
764                   0: "Don't allow"
765             - 'holds to expire automatically if they have not been picked by within the time period specified in the <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=ReservesMaxPickUpDelay">ReservesMaxPickUpDelay</a> system preference.</br>'
766             - pref: ExpireReservesAutoFill
767               choices:
768                   1: "Do"
769                   0: "Don't"
770             - automatically fill the next hold using the item.
771             - Send email notification of the new hold filled with a canceled item to
772             - pref: ExpireReservesAutoFillEmail
773               class: email
774             - . If no address is defined here, the email will be sent to the library's reply-to address.
775             - '<br><strong>NOTE:</strong> These system preferences require the <code>misc/cronjobs/holds/cancel_expired_holds.pl</code> cronjob. Ask your system administrator to schedule it.<br>'
776         -
777             - If using <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=ExpireReservesMaxPickUpDelay">ExpireReservesMaxPickUpDelay</a>, charge a patron who allows their waiting hold to expire a fee of
778             - pref: ExpireReservesMaxPickUpDelayCharge
779               class: currency
780             - "."
781         -
782             - The holds queue should prioritize filling a hold by matching the patron's home library with an item having a matching
783             - pref: HoldsQueuePrioritizeBranch
784               type: choice
785               choices:
786                   homebranch: home library (homebranch).
787                   holdingbranch: holding library (holdingbranch).
788         -
789             - Satisfy holds using items from the libraries
790             - pref: StaticHoldsQueueWeight
791               class: multi
792             - (as branchcodes, separated by commas; if empty, uses all libraries)
793             - when they are
794             - pref: HoldsQueueSkipClosed
795               choices:
796                   1: open
797                   0: open or closed
798             - pref: RandomizeHoldsQueueWeight
799               choices:
800                   1: in random order.
801                   0: in that order.
802             - "<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/holds/build_holds_queue.pl</code> cronjob. Ask your system administrator to schedule it."
803             -
804         -
805             - pref: canreservefromotherbranches
806               choices:
807                   1: Allow
808                   0: "Don't allow (with independentbranches)"
809             - a user from one library to place a hold on an item from another library
810         -
811             - pref: OPACAllowUserToChooseBranch
812               choices:
813                   1: Allow
814                   0: "Don't allow"
815             - a user to choose the library to pick up a hold from.
816         -
817             - 'Allow users to change the library to pick up a hold for these statuses:'
818             - pref: OPACAllowUserToChangeBranch
819               multiple:
820                 pending: Pending
821                 intransit: In transit
822                 suspended: Suspended
823         -
824             - pref: ReservesNeedReturns
825               choices:
826                   1: "Don't automatically"
827                   0: Automatically
828             - mark a hold as found and waiting when a hold is placed on a specific item and that item is already checked in.
829         -
830             - Patrons can have a maximum of
831             - pref: maxreserves
832               class: integer
833             - holds at once (leave blank or set to 0 to disable). Additional limits may apply based on circulation rules.
834         -
835             - pref: emailLibrarianWhenHoldIsPlaced
836               choices:
837                   1: Enable
838                   0:  "Don't enable"
839             - "sending an email to the Koha administrator email address whenever a hold request is placed."
840         -
841             - pref: DisplayMultiPlaceHold
842               choices:
843                   1: Enable
844                   0:  "Don't enable"
845             - "the ability to place holds on multiple bibliographic records from the search results"
846         -
847             - pref: TransferWhenCancelAllWaitingHolds
848               choices:
849                   1: Transfer
850                   0: "Don't transfer"
851             - items when cancelling all waiting holds.
852         -
853             - pref: AutoResumeSuspendedHolds
854               choices:
855                   1: Allow
856                   0: "Don't allow"
857             - "suspended holds to be automatically resumed by a set date."
858             - "<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/holds/auto_unsuspend_holds.pl</code> cronjob. Ask your system administrator to schedule it."
859         -
860             - pref: SuspendHoldsIntranet
861               choices:
862                   1: Allow
863                   0: "Don't allow"
864             - holds to be suspended from the staff interface.
865         -
866             - pref: SuspendHoldsOpac
867               choices:
868                   1: Allow
869                   0: "Don't allow"
870             - holds to be suspended from the OPAC.
871         -
872             - If using <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=ExpireReservesMaxPickUpDelay">ExpireReservesMaxPickUpDelay</a>,
873             - pref: ExpireReservesOnHolidays
874               choices:
875                   1: allow
876                   0: "don't allow"
877             - expired holds to be canceled on days the library is closed per the calendar.
878         -
879             - pref: ExcludeHolidaysFromMaxPickUpDelay
880               choices:
881                   1: Use the calendar
882                   0: Ignore the calendar
883             - when calculating the period for a hold's max pickup delay.
884         -
885             - pref: decreaseLoanHighHolds
886               choices:
887                   1: Enable
888                   0:  "Don't enable"
889             - the reduction of loan period to
890             - pref: decreaseLoanHighHoldsDuration
891               class: integer
892             - days for high demand items with more than
893             - pref: decreaseLoanHighHoldsValue
894               class: integer
895             - holds
896             - pref: decreaseLoanHighHoldsControl
897               choices:
898                   static: "on the record"
899                   dynamic: "over the number of holdable items on the record"
900             - ". Ignore items with the following statuses when counting items:"
901             - pref: decreaseLoanHighHoldsIgnoreStatuses
902               multiple:
903                 damaged: Damaged
904                 itemlost: Lost
905                 withdrawn: Withdrawn
906                 notforloan: Not for loan
907             - "Note: The reduced loan period can also be set up in the circulation conditions and will then overwrite the setting here."
908         -
909             - pref: AllowHoldsOnPatronsPossessions
910               choices:
911                   1: Allow
912                   0: "Don't allow"
913             - a patron to place a hold on a record where the patron already has one or more items attached to that record checked out.
914         -
915             - pref: LocalHoldsPriority
916               choices:
917                   1: Give
918                   0: "Don't give"
919             - priority for filling holds to patrons whose
920             - pref: LocalHoldsPriorityPatronControl
921               choices:
922                   PickupLibrary: "pickup library"
923                   HomeLibrary: "home library"
924             - matches the item's
925             - pref: LocalHoldsPriorityItemControl
926               choices:
927                   homebranch: "home library"
928                   holdingbranch: "holding library"
929         -
930             - pref: OPACHoldsIfAvailableAtPickup
931               choices:
932                   1: Allow
933                   0: "Don't allow"
934             - patrons to place a hold at pickup locations (libraries) where the item is available.
935         -
936             - 'Patron categories not affected by <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=OPACHoldsIfAvailableAtPickup">OPACHoldsIfAvailableAtPickup</a>:'
937             - pref: OPACHoldsIfAvailableAtPickupExceptions
938               choices: patron-categories
939               class: multiple
940         -
941             - pref: CanMarkHoldsToPullAsLost
942               choices:
943                   do_not_allow: "Do not allow to mark items as lost"
944                   allow: "Allow to mark items as lost"
945                   allow_and_notify: "Allow to mark items as lost and notify the patron"
946             - from the 'Holds to pull' page. Values to be applied must be defined in <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=UpdateItemWhenLostFromHoldList">UpdateItemWhenLostFromHoldList</a>.
947         -
948             - A list of values to update an item's values with when it is marked as lost from the 'Holds to pull' page.
949             - 'Example: "itemlost: 1" to set items.itemlost to 1 when the item is marked as lost. (Requires <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=CanMarkHoldsToPullAsLost">CanMarkHoldsToPullAsLost</a>)'
950             - pref: UpdateItemWhenLostFromHoldList
951               type: textarea
952               syntax: text/x-yaml
953         -
954             - pref: DefaultHoldExpirationdate
955               default: 0
956               choices:
957                   1: Set
958                   0: Don't set
959             - default expiration date for holds automatically.
960             - If enabled, set expiration date
961             - pref: DefaultHoldExpirationdatePeriod
962               default: 0
963               class: integer
964             - pref: DefaultHoldExpirationdateUnitOfTime
965               default: days
966               choices:
967                   days: days
968                   months: months
969                   years: years
970             - from reserve date.
971         -
972             - When placing a hold via the staff interface default the pickup location to the
973             - pref: DefaultHoldPickupLocation
974               default: loggedinlibrary
975               choices:
976                   loggedinlibrary: "logged in library"
977                   homebranch: "item's home library"
978                   holdingbranch: "item's holding library"
979             - "."
980         -
981             - pref: AutomaticCheckinAutoFill
982               choices:
983                   1: "Allow"
984                   0: "Don't allow"
985             - holds to be automatically filled after being automatically checked in.
986             - '<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/automatic_checkin.pl</code> cronjob. Ask your system administrator to schedule it.'
987     Patron restrictions:
988         -
989             - pref: PatronRestrictionTypes
990               choices:
991                   1: Allow
992                   0: Don't allow
993             - "the type of patron restriction to be specified when applying manually."
994         -
995             - pref: CumulativeRestrictionPeriods
996               choices:
997                   1: Cumulate
998                   0: "Don't cumulate"
999             - the restriction periods.
1000         -
1001             - When returning items
1002             - pref: AutoRemoveOverduesRestrictions
1003               type: choice
1004               choices:
1005                   when_no_overdue: "if patron has no remaining overdue items"
1006                   when_no_overdue_causing_debarment: "if patron has no remaining items that is cause for debarment"
1007                   no: "don't"
1008             - remove OVERDUES restriction triggered by sent notices. The difference between removing restriction when no remaining overdue items exists and doing so only when any of the items would result in debarment is that the latter option will respect possible grace periods of overdue rules also on returns and not only when generating overdue notices.
1009         -
1010             - If a patron is restricted,
1011             - pref: RestrictionBlockRenewing
1012               choices:
1013                   1: block
1014                   0: allow
1015             - renewing of items from the staff interface and via the <code>misc/cronjobs/automatic_renewals.pl</code> cronjob.
1016     Fines Policy:
1017         -
1018             - pref: finesCalendar
1019               type: choice
1020               choices:
1021                   ignoreCalendar: Ignore the calendar
1022                   noFinesWhenClosed: Use the calendar
1023             - when calculating the period for fines.
1024         -
1025             - pref: SuspensionsCalendar
1026               type: choice
1027               choices:
1028                   ignoreCalendar: Ignore the calendar
1029                   noSuspensionsWhenClosed: Use the calendar
1030             - when calculating the period for suspension expiration.
1031         -
1032             - pref: finesMode
1033               type: choice
1034               choices:
1035                   off: "Don't calculate"
1036                   production: Calculate and charge
1037             - fines (when <code>cronjobs/fines.pl</code> is being run).
1038             - '<br><strong>NOTE:</strong> If the cronjobs/fines.pl cronjob is being run, accruing and final fines will be calculated when the cron runs and accruing fines will be finalized when an item is returned. If <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=CalculateFinesOnReturn">CalculateFinesOnReturn</a> is enabled, final fines will be calculated when an item is returned.<br/>'
1039             - pref: ChargeFinesOnClosedDays
1040               type: choice
1041               choices:
1042                   0: "Don't charge"
1043                   1: Charge
1044             - on close days. If set the fines.pl cronjob will not generate fines when run on days marked as closed in the calendar.
1045         -
1046             - If a lost item is returned, apply the refunding rules defined for the
1047             - pref: RefundLostOnReturnControl
1048               choices:
1049                   CheckinLibrary: "check-in library."
1050                   ItemHomeBranch: "item's home library."
1051                   ItemHoldingBranch: "item's holding library."
1052         -
1053             - pref: FinesIncludeGracePeriod
1054               choices:
1055                   1: Include
1056                   0: "Don't include"
1057             - the grace period when calculating the fine for an overdue item.
1058         -
1059             - pref: WhenLostForgiveFine
1060               choices:
1061                   1: Forgive
1062                   0: "Don't forgive"
1063             - the fines on an item when it is marked as lost.
1064         -
1065             - "Don't refund lost fees if a lost item is checked in more than"
1066             - pref: NoRefundOnLostReturnedItemsAge
1067               class: integer
1068             - days after it was marked lost.
1069         -
1070             - pref: WhenLostChargeReplacementFee
1071               choices:
1072                   1: Charge
1073                   0: "Don't charge"
1074             - the replacement price when a patron loses an item.
1075         -
1076             - Charge a hold fee
1077             - pref: HoldFeeMode
1078               choices:
1079                   any_time_is_placed: "any time a hold is placed."
1080                   not_always: "only if all items are checked out and the record has at least one hold already."
1081                   any_time_is_collected: "any time a hold is collected."
1082         -
1083             - pref: useDefaultReplacementCost
1084               choices:
1085                   1: Use
1086                   0: "Don't use"
1087             - the default replacement cost defined for the item type.
1088         -
1089             - "Text to be recorded in the column 'note', table 'accountlines' when the processing fee (defined for the item type) is applied:"
1090             - pref: ProcessingFeeNote
1091               type: textarea
1092               class: code
1093     Self check-in module:
1094         -
1095             - "Include the following HTML on the self check-in screen:"
1096             - pref: SelfCheckInMainUserBlock
1097               type: textarea
1098               syntax: text/html
1099               class: code
1100         -
1101             - pref: SelfCheckInModule
1102               choices:
1103                   1: Enable
1104                   0: "Don't enable"
1105             - "the standalone self check-in module (available at: /cgi-bin/koha/sci/sci-main.pl)."
1106         -
1107             - "Reset the current self check-in screen after"
1108             - pref: SelfCheckInTimeout
1109               class: integer
1110             - seconds.
1111         -
1112             - "Include the following CSS on all the self check-in screens:"
1113             - pref: SelfCheckInUserCSS
1114               type: textarea
1115               syntax: css
1116               class: code
1117         -
1118             - "Include the following JavaScript on all the self check-in screens:"
1119             - pref: SelfCheckInUserJS
1120               type: textarea
1121               syntax: javascript
1122               class: code
1123     Self check-out module:
1124         -
1125             - "Include the following JavaScript on all pages in the web-based self checkout:"
1126             - pref: SCOUserJS
1127               type: textarea
1128               syntax: javascript
1129               class: code
1130         -
1131             - "Include the following HTML on the the web-based self checkout screen:"
1132             - pref: SCOMainUserBlock
1133               type: textarea
1134               syntax: text/html
1135               class: code
1136         -
1137             - "Include the following CSS on all pages in the web-based self checkout:"
1138             - pref: SCOUserCSS
1139               type: textarea
1140               syntax: css
1141               class: code
1142         -
1143             - pref: ShowPatronImageInWebBasedSelfCheck
1144               choices:
1145                   1: Show
1146                   0: "Don't show"
1147             - "the patron's picture (if one has been added) when they use the web-based self checkout."
1148         -
1149             - pref: WebBasedSelfCheck
1150               choices:
1151                   1: Enable
1152                   0: "Don't enable"
1153             - "the web-based self checkout system (available at: /cgi-bin/koha/sco/sco-main.pl)."
1154         -
1155             - Have patrons log into the web-based self checkout system with their
1156             - pref: SelfCheckoutByLogin
1157               choices:
1158                   1: username and password
1159                   0: cardnumber
1160             - ".</br>NOTE: If using 'cardnumber' and AutoSelfCheckAllowed you should set SelfCheckAllowByIPRanges to prevent brute force attacks to gain patron information outside the library."
1161         -
1162             - "Time out the current patron's web-based self checkout system login after"
1163             - pref: SelfCheckTimeout
1164               class: integer
1165             - seconds.
1166         -
1167             - pref: SCOAllowCheckin
1168               choices:
1169                   1: Allow
1170                   0: "Don't allow"
1171             - patrons to return items through web-based self checkout system. 
1172         -
1173             - "Include the following HTML in the Help page of the web-based self checkout system:"
1174             - pref: SelfCheckHelpMessage
1175               type: textarea
1176               syntax: text/html
1177               class: code
1178         -
1179             - pref: AutoSelfCheckAllowed
1180               choices:
1181                   1: Allow
1182                   0: "Don't allow"
1183             - "the web-based self checkout system to automatically log in with this staff login"
1184             - pref: AutoSelfCheckID
1185             - and this password
1186             - pref: AutoSelfCheckPass
1187               class: password
1188             - .
1189             - "Note: Any patron entered here will be unable to log into the OPAC."
1190         -
1191             - pref: SelfCheckReceiptPrompt
1192               choices:
1193                   1: Show
1194                   0: "Don't show"
1195             - "the print receipt popup dialog when self checkout is finished."
1196         -
1197             - "Allow access to the self check from the following IP addresses:"
1198             - pref: SelfCheckAllowByIPRanges
1199               class: short
1200             - (Leave blank if not used. Use ranges or simple IP addresses separated by spaces, like <code>192.168.1.1 192.168.0.0/24</code>.)
1201     Course reserves:
1202         -
1203             - pref: UseCourseReserves
1204               choices:
1205                   1: Use
1206                   0: "Don't use"
1207             - "course reserves."
1208     Batch checkout:
1209         -
1210             - pref: BatchCheckouts
1211               choices:
1212                   1: Allow
1213                   0: "Don't allow"
1214             - "batch checkouts."
1215         -
1216             - "Patron categories allowed to checkout in a batch:"
1217             - pref: BatchCheckoutsValidCategories
1218               choices: patron-categories
1219               class: multiple
1220     Housebound module:
1221         -
1222             - pref: HouseboundModule
1223               choices:
1224                   1: Enable
1225                   0: Disable
1226             - "the housebound module."
1227     Stock rotation module:
1228         -
1229             - pref: StockRotation
1230               choices:
1231                   1: Enable
1232                   0: Disable
1233             - "the stock rotation module."
1234     Article requests:
1235         -
1236             - pref: ArticleRequests
1237               choices:
1238                   1: Enable
1239                   0: "Don't enable"
1240             - patrons to place article requests.
1241         -
1242             - pref: ArticleRequestsOpacHostRedirection
1243               choices:
1244                   1: Enable
1245                   0: Disable
1246             - " redirection from child to host based on MARC21 773$w when the child has no items when requesting articles on the Opac."
1247         -
1248             - pref: ArticleRequestsLinkControl
1249               choices:
1250                   always: Always show
1251                   calc: Use algorithm to show or hide
1252             - article request links on search results.
1253         -
1254             - "For records that are record level or item level requestable, make the following fields mandatory:"
1255             - pref: ArticleRequestsMandatoryFields
1256               multiple:
1257                 title: Title
1258                 author: Author
1259                 volume: Volume
1260                 issue: Issue
1261                 date: Date
1262                 pages: Pages
1263                 chapters: Chapters
1264             -
1265         -
1266             - "For records that are only record level requestable, make the following fields mandatory:"
1267             - pref: ArticleRequestsMandatoryFieldsRecordOnly
1268               multiple:
1269                 title: Title
1270                 author: Author
1271                 volume: Volume
1272                 issue: Issue
1273                 date: Date
1274                 pages: Pages
1275                 chapters: Chapters
1276             -
1277         -
1278             - "For records that are only item level requestable, make the following fields mandatory:"
1279             - pref: ArticleRequestsMandatoryFieldsItemOnly
1280               multiple:
1281                 title: Title
1282                 author: Author
1283                 volume: Volume
1284                 issue: Issue
1285                 date: Date
1286                 pages: Pages
1287                 chapters: Chapters
1288             -
1289         -
1290             - "The following article request formats are supported:"
1291             - pref: ArticleRequestsSupportedFormats
1292             - "(Valid choices are currently: PHOTOCOPY and SCAN. Separate the supported formats by a vertical bar. The first listed format is selected by default when you request via the OPAC.)"
1293
1294
1295     Item bundles:
1296         -
1297             - Use the <a href="/cgi-bin/koha/admin/authorised_values.pl?searchfield=LOST">LOST</a> authorized value
1298             - pref: BundleLostValue
1299               choices: authval
1300               source: LOST
1301             - to represent 'missing from bundle' at return.
1302         -
1303             - Use the <a href="/cgi-bin/koha/admin/authorised_values.pl?searchfield=NOT_LOAN">NOT_LOAN</a> authorized value
1304             - pref: BundleNotLoanValue
1305               choices: authval
1306               source: NOT_LOAN
1307             - to represent 'added to bundle' when an item is attached to bundle.
1308
1309     Return claims:
1310         -
1311             - When marking a checkout as "claims returned",
1312             - pref: ClaimReturnedChargeFee
1313               default: ask
1314               choices:
1315                   ask: ask if a lost fee should be charged
1316                   charge: charge a lost fee
1317                   no_charge: don't charge a lost fee
1318             - .
1319         -
1320             - Use the <a href="/cgi-bin/koha/admin/authorised_values.pl?searchfield=LOST">LOST</a> authorized value
1321             - pref: ClaimReturnedLostValue
1322               choices: authval
1323               source: LOST
1324             - to represent 'claims returned'.
1325         -
1326             - Warn librarians that a patron has excessive return claims if the patron has claimed the return of more than
1327             - pref: ClaimReturnedWarningThreshold
1328               class: integer
1329             - items.
1330         -
1331             - Remove resolved return claims older than
1332             - pref: CleanUpDatabaseReturnClaims
1333               class: integer
1334             - days.
1335             - <span class="hint">This system preference is used by the cleanup_database.pl cronjob.</span>
1336
1337     Recalls:
1338         -
1339             - Mark a recall as problematic if it has been waiting to be picked up for
1340             - pref: RecallsMaxPickUpDelay
1341             - class: integer
1342             - days.
1343         -
1344             - pref: UseRecalls
1345               choices:
1346                   1: Use
1347                   0: "Don't use"
1348             - recalls. Make sure you configure <a href="/cgi-bin/koha/admin/smart-rules.pl">circulation and fine rules</a> for recalls once enabled.
1349
1350     SIP2:
1351         -
1352             - "Use the following mappings to determine the sort_bin of a returned item.<br/>"
1353             - "The mapping should be of the form 'branchcode:item field:comparator:item field value:sort bin number', with one mapping per line.<br/>"
1354             - "- 'branchcode' is the location where the checkin is being performed (i.e. branch assigned to SIP user)<br/>"
1355             - "- 'item field' is a database column in the items table<br/>"
1356             - "- 'comparator' is the type of comparison, possible values are: eq,<,<=,>,>=,ne<br/>"
1357             - "- 'item field value' is the value to compare against the value in the specified 'item field'<br/>"
1358             - "- 'sort bin number' is the expected return value in the CL field of the SIP response for an item matching a rule<br/><br/>"
1359             - "The field comparison triplet, 'item field:comparator:item field value', is repeatable within a single line to allow for more complex cases"
1360             - "NOTE: Specifying 'item_field_value' with a leading '\\$' and an item field name will use the value of that field in the item for comparison:<br/>"
1361             - "i.e. \\$holdingbranch<br/></br>"
1362             - "Examples:<br/>"
1363             - "CPL:itype:eq:BOOK:1 - Will return sort bin 1 for an item of itemtype 'BOOK' returned to CPL.<br/>"
1364             - "CPL:itemcallnumber:<:339.6:3 - Will return sort bin 3 for an item with a callnumber less than 339.6 returned to CPL.<br/>"
1365             - "CPL:homebranch:ne:\\$holdingbranch:X - Will return sort bin 'X' for an item returned to CPL where the holdingbranch is not equal to the homebranch (i.e. any item belonging to a different branch than CPL).<br/>"
1366             - "CPL:itype:eq:BOOK:ccode:eq:TEEN:5 - Will return sort bin 5 for an item of itemtype 'BOOK' and a ccode 'TEEN' returned to CPL.<br/><br/>"
1367             - pref: SIP2SortBinMapping
1368               type: textarea
1369               class: long
1370         -
1371             - Use
1372             - pref: UseLocationAsAQInSIP
1373               choices:
1374                   1: permanent_location
1375                   0: homebranch
1376             - for AQ field in SIP protocol.
1377         -
1378             - Use
1379             - pref: SIP2AddOpacMessagesToScreenMessage
1380               choices:
1381                   1: Do
1382                   0: Don't
1383             - send OPAC patron messages in the SIP2 screen message field.
1384
1385     Curbside pickup module:
1386         -
1387             - pref: CurbsidePickup
1388               choices:
1389                   1: Enable
1390                   0: Disable
1391             - "the curbside pickup module."