Bug 34737: Add ability to match on combinations of item fields
[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             - .
401         -
402             - Include up to
403             - pref: PrintNoticesMaxLines
404               class: integer
405             - "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."
406         -
407             - pref: OverduesBlockCirc
408               choices:
409                   block: Block
410                   noblock: "Don't block"
411                   confirmation: Ask for confirmation
412             - "when checking out to a patron that has overdues outstanding."
413         -
414             - "When checking out an item with rental fees, "
415             - pref: RentalFeesCheckoutConfirmation
416               choices:
417                   1: ask
418                   0: "don't ask"
419             - "for confirmation."
420         -
421             - By default, set the LOST value of an item to
422             - pref: DefaultLongOverdueLostValue
423               class: integer
424             - when the item has been overdue for more than
425             - pref: DefaultLongOverdueDays
426               class: integer
427             - days.
428             - <br>WARNING â€” These preferences will activate the automatic item loss process. Leave these fields empty if you don't want to activate this feature.
429             - "<br>Example: [1] [30] Sets an item to the LOST value 1 when it has been overdue for more than 30 days."
430             - <br>(Used when the longoverdue.pl script is called without the --lost parameter)
431             - "<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/longoverdue.pl</code> cronjob. Ask your system administrator to schedule it."
432         -
433             - "Charge a lost item to the patron's account when the LOST value of the item changes to:"
434             - pref: DefaultLongOverdueChargeValue
435               class: integer
436             - <br>Leave this field empty if you don't want to charge the patron for lost items.
437             - <br>(Used when the longoverdue.pl script is called without the --charge parameter)
438             - "<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/longoverdue.pl</code> cronjob. Ask your system administrator to schedule it."
439         -
440             - When using the automatic item loss process, skip items with lost values matching any of
441             - pref: DefaultLongOverdueSkipLostStatuses
442             - "."
443             - <br>Leave this field empty if you don't want to skip any lost statuses.
444             - <br>Set to a list of comma separated values, e.g. <em>5,6,7</em>.
445         -
446             - "When issuing an item that has been marked as lost, "
447             - pref: IssueLostItem
448               choices:
449                   confirm: "require confirmation"
450                   alert: "display a message"
451                   nothing : "do nothing"
452             - .
453         -
454             - "When checking out an item, "
455             - pref: RecordStaffUserOnCheckout
456               choices:
457                   1: "record"
458                   0: "don't record"
459             - "the user who checked out the item."
460         -
461             - "Mark items as returned when flagged as lost "
462             - pref: MarkLostItemsAsReturned
463               multiple:
464                 cronjob: "from the longoverdue cronjob"
465                 batchmod: "from the batch item modification tool"
466                 additem: "when cataloguing an item"
467                 moredetail: "from the items tab of the catalog module"
468                 pendingreserves: "from the 'Holds to pull' list"
469                 onpayment: "when receiving payment for the item"
470                 claim_returned: "when marking an item as a return claim"
471             - .
472         -
473             - pref: AllowMultipleIssuesOnABiblio
474               choices:
475                   1: Allow
476                   0: "Don't allow"
477             - "patrons to check out multiple items from the same record. (<strong>NOTE:</strong> This will only affect records without a subscription attached.)"
478         -
479             - pref: OnSiteCheckouts
480               choices:
481                   1: Enable
482                   0: Disable
483             - the on-site checkouts feature.
484         -
485             - pref: OnSiteCheckoutsForce
486               choices:
487                   1: Enable
488                   0: Disable
489             - the on-site checkout for all cases (even if a patron is debarred, etc.).
490         -
491             - pref: ConsiderOnSiteCheckoutsAsNormalCheckouts
492               choices:
493                   1: Consider
494                   0: "Don't consider"
495             - on-site checkouts as normal checkouts.
496             - 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.
497             - If disabled, both values will be checked separately.
498         -
499             - pref: SwitchOnSiteCheckouts
500               choices:
501                   1: Switch
502                   0: "Don't switch"
503             - on-site checkouts to normal checkouts when checked out.
504         -
505             - When a patron's checked out item is overdue,
506             - pref: OverduesBlockRenewing
507               type: choice
508               choices:
509                   allow: allow renewing.
510                   blockitem: block renewing only for this item.
511                   block: block renewing for all the patron's items.
512         -
513             - If a patron owes more than the value of <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=OPACFineNoRenewals">OPACFineNoRenewals</a>,
514             - pref: OPACFineNoRenewalsBlockAutoRenew
515               choices:
516                   1: block
517                   0: allow
518             - their auto-renewals.
519         -
520             - If a patron pays off all fines on an overdue item that is accruing fines,
521             - pref: RenewAccruingItemWhenPaid
522               choices:
523                   1: renew
524                   0: "don't renew"
525             - 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.
526         -
527             - If a patron pays off all fines on an overdue item that is accruing fines in the OPAC via a payment plugin,
528             - pref: RenewAccruingItemInOpac
529               choices:
530                   1: renew
531                   0: "don't renew"
532             - 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.
533         -
534             - pref: ItemsDeniedRenewal
535               type: textarea
536               syntax: text/x-yaml
537               class: code
538             - Define custom rules to deny specific items from renewal.
539             - "<br />Can name any field in the items table followed by a colon then a space then"
540             - "a bracketed list of values separated by commas."
541             - "For example:"
542             - "<br />ccode: [NEWFIC,null,DVD]"
543             - "<br />itype: [NEWBK,\"\"]"
544             - "<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."
545         -
546             - pref: UpdateNotForLoanStatusOnCheckout
547               type: textarea
548               syntax: text/x-yaml
549               class: code
550             - 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
551             - "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."
552             - Each pair of values should be on a separate line.
553     Checkin policy:
554         -
555             - pref: TrapHoldsOnOrder
556               choices:
557                   1: Trap
558                   0: "Don't trap"
559             - items that are not for loan but holdable ( notforloan < 0 ) to fill holds.
560         -
561             - Never trap items with 'not for loan' values of
562             - pref: SkipHoldTrapOnNotForLoanValue
563               class: integer
564             - to fill holds.
565             - "(list of not for loan values separated with a pipe '|')"
566         -
567             - pref: HoldsAutoFill
568               choices:
569                   1: Do
570                   0: "Don't"
571             - automatically fill holds instead of asking the librarian.
572         -
573             - pref: HoldsNeedProcessingSIP
574               choices:
575                   1: "Don't fulfill"
576                   0: Fulfill
577             - holds automatically if matching item is returned via SIP protocol.
578         -
579             - pref: HoldsAutoFillPrintSlip
580               choices:
581                   1: Do
582                   0: "Don't"
583             - automatically display the hold slip dialog for auto-filled holds.
584         -
585             - pref: BlockReturnOfWithdrawnItems
586               choices:
587                   1: Block
588                   0: "Don't block"
589             - returning of items that have been withdrawn.
590         -
591             - pref: BlockReturnOfLostItems
592               choices:
593                   1: Block
594                   0: "Don't block"
595             - returning of items that have been lost.
596         -
597             - pref: CalculateFinesOnReturn
598               choices:
599                   1: Do
600                   0: "Don't"
601             - calculate and update overdue charges when an item is returned.
602             - "<br /><strong>NOTE:</strong> If you are doing hourly loans then you should have this on."
603             - '<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."'
604         -
605             - pref: CalculateFinesOnBackdate
606               choices:
607                   1: Do
608                   0: "Don't"
609             - calculate and update overdue charges when an item is returned with a backdated return date.
610         -
611             - pref: UpdateItemLocationOnCheckin
612               type: textarea
613               syntax: text/x-yaml
614               class: code
615             - "This is a list of value pairs. The first value is followed immediately by colon space then the second value.<br/><br/>"
616             - "Examples:<br/>"
617             - "PROC: FIC - causes an item in the Processing Center location to be updated into the Fiction location on check in.<br/>"
618             - "FIC: GEN - causes an item in the Fiction location to be updated into the General stacks location on check in.<br/>"
619             - "_BLANK_: FIC - causes an item that has no location to be updated into the Fiction location on check in.<br/>"
620             - "FIC: _BLANK_ - causes an item in location FIC to be updated to a blank location on check in.<br/>"
621             - "_ALL_: FIC - causes all items to be updated into the Fiction location on check in.<br/>"
622             - "PROC: _PERM_ - causes an item that is in the Processing Center to be updated to it's permanent location.<br/><br/>"
623             - "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/>"
624             - "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/>"
625             - "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/>"
626             - "The special term _ALL_ is used on the left side of the colon (:) to affect all items, <strong>and overrides all other rules.</strong>"
627         -
628             - pref: UpdateNotForLoanStatusOnCheckin
629               type: textarea
630               syntax: text/x-yaml
631               class: code
632             - This is a list of value pairs. When an item is checked in, if the not for loan value on the left matches the items not for loan value
633             - "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."
634             - "Can be used for showing only the not for loan description. E.g. '-1: ONLYMESSAGE'."
635             - Each pair of values should be on a separate line.
636         -
637             - pref: HidePersonalPatronDetailOnCirculation
638               choices:
639                   1: "Hide"
640                   0: "Don't hide"
641             - "a patron's phone number, email address, street address and city on the circulation page."
642         -
643             - pref: TransfersBlockCirc
644               choices:
645                   1: "Block"
646                   0: "Don't block"
647             - staff from continuing to checkin items when a transfer is triggered.
648         -
649             - pref: AutomaticConfirmTransfer
650               choices:
651                   1: "Do"
652                   0: "Don't"
653             - automatically confirm a transfer when the modal is dismissed without clicking 'Yes'.
654         -
655             - pref: StoreLastBorrower
656               default: 0
657               choices:
658                   1: Store
659                   0: "Don't store"
660             - '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.'
661     Holds policy:
662         -
663             - In the staff interface, split the holds queue into separate tables by
664             - pref: HoldsSplitQueue
665               choices:
666                   nothing: nothing
667                   branch: "pickup library"
668                   itemtype: "hold item type"
669                   branch_itemtype: "pickup library and item type"
670             - "."
671         -
672             - pref: EnableItemGroupHolds
673               choices:
674                   1: Enable
675                   0: "Don't enable"
676             - the ability to place holds on item groups.
677         -
678             - If the holds queue is split, show librarians
679             - pref: HoldsSplitQueueNumbering
680               choices:
681                   actual: "the actual priority, which may be out of order"
682                   virtual: "'virtual' priorities, where each group is numbered separately"
683             - "."
684         -
685             - pref: RealTimeHoldsQueue
686               choices:
687                   1: Enable
688                   0: Disable
689             - updating the holds queue in real time.
690         -
691             - pref: AllowHoldItemTypeSelection
692               choices:
693                   1: Allow
694                   0: "Don't allow"
695             - hold fulfillment to be limited by item type.
696         -
697             - pref: AllowRenewalIfOtherItemsAvailable
698               choices:
699                   1: Allow
700                   0: "Don't allow"
701             - a patron to renew an item with unfilled holds if other available items can fill that hold.
702         -
703             - pref: AllowHoldPolicyOverride
704               choices:
705                   1: Allow
706                   0: "Don't allow"
707             - staff to override hold policies when placing holds.
708         -
709             - pref: AllowHoldsOnDamagedItems
710               choices:
711                   1: Allow
712                   0: "Don't allow"
713             - hold requests to be placed on and filled by damaged items.
714         -
715             - pref: AllowHoldDateInFuture
716               choices:
717                   1: Allow
718                   0: "Don't allow"
719             - hold requests to be placed that do not enter the waiting list until a certain future date.
720         -
721             - pref: OPACAllowHoldDateInFuture
722               choices:
723                   1: Allow
724                   0: "Don't allow"
725             - 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).
726         -
727             - When placing a hold from the OPAC, make
728             - pref: OPACMandatoryHoldDates
729               choices:
730                   "": "no hold dates"
731                   "start": "hold start date"
732                   "end": "hold end date"
733                   "both": "both hold dates"
734             - mandatory.
735             - '<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.'
736         -
737             - Confirm future hold requests (starting no later than
738             - pref: ConfirmFutureHolds
739               class: integer
740             - 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.
741         -
742             - Check the rule from the
743             - pref: ReservesControlBranch
744               choices:
745                   ItemHomeLibrary: "item's home library"
746                   PatronLibrary: "patron's home library"
747             - to see if the patron can place a hold on the item.    
748         -
749             - Mark a hold as problematic if it has been waiting for more than
750             - pref: ReservesMaxPickUpDelay
751               class: integer
752             - days.
753         -
754             - pref: ExpireReservesMaxPickUpDelay
755               choices:
756                   1: Allow
757                   0: "Don't allow"
758             - '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>'
759             - pref: ExpireReservesAutoFill
760               choices:
761                   1: "Do"
762                   0: "Don't"
763             - automatically fill the next hold using the item.
764             - Send email notification of the new hold filled with a canceled item to
765             - pref: ExpireReservesAutoFillEmail
766               class: email
767             - . If no address is defined here, the email will be sent to the library's reply-to address.
768             - '<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>'
769         -
770             - 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
771             - pref: ExpireReservesMaxPickUpDelayCharge
772               class: currency
773             - "."
774         -
775             - The holds queue should prioritize filling a hold by matching the patron's home library with an item having a matching
776             - pref: HoldsQueuePrioritizeBranch
777               type: choice
778               choices:
779                   homebranch: home library (homebranch).
780                   holdingbranch: holding library (holdingbranch).
781         -
782             - Satisfy holds using items from the libraries
783             - pref: StaticHoldsQueueWeight
784               class: multi
785             - (as branchcodes, separated by commas; if empty, uses all libraries)
786             - when they are
787             - pref: HoldsQueueSkipClosed
788               choices:
789                   1: open
790                   0: open or closed
791             - pref: RandomizeHoldsQueueWeight
792               choices:
793                   1: in random order.
794                   0: in that order.
795             - "<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."
796             -
797         -
798             - pref: canreservefromotherbranches
799               choices:
800                   1: Allow
801                   0: "Don't allow (with independentbranches)"
802             - a user from one library to place a hold on an item from another library
803         -
804             - pref: OPACAllowUserToChooseBranch
805               choices:
806                   1: Allow
807                   0: "Don't allow"
808             - a user to choose the library to pick up a hold from.
809         -
810             - 'Allow users to change the library to pick up a hold for these statuses:'
811             - pref: OPACAllowUserToChangeBranch
812               multiple:
813                 pending: Pending
814                 intransit: In transit
815                 suspended: Suspended
816         -
817             - pref: ReservesNeedReturns
818               choices:
819                   1: "Don't automatically"
820                   0: Automatically
821             - mark a hold as found and waiting when a hold is placed on a specific item and that item is already checked in.
822         -
823             - Patrons can have a maximum of
824             - pref: maxreserves
825               class: integer
826             - holds at once (leave blank or set to 0 to disable). Additional limits may apply based on circulation rules.
827         -
828             - pref: emailLibrarianWhenHoldIsPlaced
829               choices:
830                   1: Enable
831                   0:  "Don't enable"
832             - "sending an email to the Koha administrator email address whenever a hold request is placed."
833         -
834             - pref: DisplayMultiPlaceHold
835               choices:
836                   1: Enable
837                   0:  "Don't enable"
838             - "the ability to place holds on multiple bibliographic records from the search results"
839         -
840             - pref: TransferWhenCancelAllWaitingHolds
841               choices:
842                   1: Transfer
843                   0: "Don't transfer"
844             - items when cancelling all waiting holds.
845         -
846             - pref: AutoResumeSuspendedHolds
847               choices:
848                   1: Allow
849                   0: "Don't allow"
850             - "suspended holds to be automatically resumed by a set date."
851             - "<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."
852         -
853             - pref: SuspendHoldsIntranet
854               choices:
855                   1: Allow
856                   0: "Don't allow"
857             - holds to be suspended from the staff interface.
858         -
859             - pref: SuspendHoldsOpac
860               choices:
861                   1: Allow
862                   0: "Don't allow"
863             - holds to be suspended from the OPAC.
864         -
865             - If using <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=ExpireReservesMaxPickUpDelay">ExpireReservesMaxPickUpDelay</a>,
866             - pref: ExpireReservesOnHolidays
867               choices:
868                   1: allow
869                   0: "don't allow"
870             - expired holds to be canceled on days the library is closed per the calendar.
871         -
872             - pref: ExcludeHolidaysFromMaxPickUpDelay
873               choices:
874                   1: Use the calendar
875                   0: Ignore the calendar
876             - when calculating the period for a hold's max pickup delay.
877         -
878             - pref: decreaseLoanHighHolds
879               choices:
880                   1: Enable
881                   0:  "Don't enable"
882             - the reduction of loan period to
883             - pref: decreaseLoanHighHoldsDuration
884               class: integer
885             - days for high demand items with more than
886             - pref: decreaseLoanHighHoldsValue
887               class: integer
888             - holds
889             - pref: decreaseLoanHighHoldsControl
890               choices:
891                   static: "on the record"
892                   dynamic: "over the number of holdable items on the record"
893             - ". Ignore items with the following statuses when counting items:"
894             - pref: decreaseLoanHighHoldsIgnoreStatuses
895               multiple:
896                 damaged: Damaged
897                 itemlost: Lost
898                 withdrawn: Withdrawn
899                 notforloan: Not for loan
900             - "Note: The reduced loan period can also be set up in the circulation conditions and will then overwrite the setting here."
901         -
902             - pref: AllowHoldsOnPatronsPossessions
903               choices:
904                   1: Allow
905                   0: "Don't allow"
906             - a patron to place a hold on a record where the patron already has one or more items attached to that record checked out.
907         -
908             - pref: LocalHoldsPriority
909               choices:
910                   1: Give
911                   0: "Don't give"
912             - priority for filling holds to patrons whose
913             - pref: LocalHoldsPriorityPatronControl
914               choices:
915                   PickupLibrary: "pickup library"
916                   HomeLibrary: "home library"
917             - matches the item's
918             - pref: LocalHoldsPriorityItemControl
919               choices:
920                   homebranch: "home library"
921                   holdingbranch: "holding library"
922         -
923             - pref: OPACHoldsIfAvailableAtPickup
924               choices:
925                   1: Allow
926                   0: "Don't allow"
927             - patrons to place a hold at pickup locations (libraries) where the item is available.
928         -
929             - 'Patron categories not affected by <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=OPACHoldsIfAvailableAtPickup">OPACHoldsIfAvailableAtPickup</a>:'
930             - pref: OPACHoldsIfAvailableAtPickupExceptions
931               choices: patron-categories
932               class: multiple
933         -
934             - pref: CanMarkHoldsToPullAsLost
935               choices:
936                   do_not_allow: "Do not allow to mark items as lost"
937                   allow: "Allow to mark items as lost"
938                   allow_and_notify: "Allow to mark items as lost and notify the patron"
939             - 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>.
940         -
941             - A list of values to update an item's values with when it is marked as lost from the 'Holds to pull' page.
942             - '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>)'
943             - pref: UpdateItemWhenLostFromHoldList
944               type: textarea
945               syntax: text/x-yaml
946         -
947             - pref: DefaultHoldExpirationdate
948               default: 0
949               choices:
950                   1: Set
951                   0: Don't set
952             - default expiration date for holds automatically.
953             - If enabled, set expiration date
954             - pref: DefaultHoldExpirationdatePeriod
955               default: 0
956               class: integer
957             - pref: DefaultHoldExpirationdateUnitOfTime
958               default: days
959               choices:
960                   days: days
961                   months: months
962                   years: years
963             - from reserve date.
964         -
965             - When placing a hold via the staff interface default the pickup location to the
966             - pref: DefaultHoldPickupLocation
967               default: loggedinlibrary
968               choices:
969                   loggedinlibrary: "logged in library"
970                   homebranch: "item's home library"
971                   holdingbranch: "item's holding library"
972             - "."
973     Patron restrictions:
974         -
975             - pref: PatronRestrictionTypes
976               choices:
977                   1: Allow
978                   0: Don't allow
979             - "the type of patron restriction to be specified when applying manually."
980         -
981             - pref: CumulativeRestrictionPeriods
982               choices:
983                   1: Cumulate
984                   0: "Don't cumulate"
985             - the restriction periods.
986         -
987             - When returning items
988             - pref: AutoRemoveOverduesRestrictions
989               type: choice
990               choices:
991                   when_no_overdue: "if patron has no remaining overdue items"
992                   when_no_overdue_causing_debarment: "if patron has no remaining items that is cause for debarment"
993                   no: "don't"
994             - 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.
995         -
996             - If a patron is restricted,
997             - pref: RestrictionBlockRenewing
998               choices:
999                   1: block
1000                   0: allow
1001             - renewing of items from the staff interface and via the <code>misc/cronjobs/automatic_renewals.pl</code> cronjob.
1002     Fines Policy:
1003         -
1004             - pref: finesCalendar
1005               type: choice
1006               choices:
1007                   ignoreCalendar: Ignore the calendar
1008                   noFinesWhenClosed: Use the calendar
1009             - when calculating the period for fines.
1010         -
1011             - pref: SuspensionsCalendar
1012               type: choice
1013               choices:
1014                   ignoreCalendar: Ignore the calendar
1015                   noSuspensionsWhenClosed: Use the calendar
1016             - when calculating the period for suspension expiration.
1017         -
1018             - pref: finesMode
1019               type: choice
1020               choices:
1021                   off: "Don't calculate"
1022                   production: Calculate and charge
1023             - fines (when <code>cronjobs/fines.pl</code> is being run).
1024             - '<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/>'
1025             - pref: ChargeFinesOnClosedDays
1026               type: choice
1027               choices:
1028                   0: "Don't charge"
1029                   1: Charge
1030             - on close days. If set the fines.pl cronjob will not generate fines when run on days marked as closed in the calendar.
1031         -
1032             - If a lost item is returned, apply the refunding rules defined for the
1033             - pref: RefundLostOnReturnControl
1034               choices:
1035                   CheckinLibrary: "check-in library."
1036                   ItemHomeBranch: "item's home library."
1037                   ItemHoldingBranch: "item's holding library."
1038         -
1039             - pref: FinesIncludeGracePeriod
1040               choices:
1041                   1: Include
1042                   0: "Don't include"
1043             - the grace period when calculating the fine for an overdue item.
1044         -
1045             - pref: WhenLostForgiveFine
1046               choices:
1047                   1: Forgive
1048                   0: "Don't forgive"
1049             - the fines on an item when it is marked as lost.
1050         -
1051             - "Don't refund lost fees if a lost item is checked in more than"
1052             - pref: NoRefundOnLostReturnedItemsAge
1053               class: integer
1054             - days after it was marked lost.
1055         -
1056             - pref: WhenLostChargeReplacementFee
1057               choices:
1058                   1: Charge
1059                   0: "Don't charge"
1060             - the replacement price when a patron loses an item.
1061         -
1062             - Charge a hold fee
1063             - pref: HoldFeeMode
1064               choices:
1065                   any_time_is_placed: "any time a hold is placed."
1066                   not_always: "only if all items are checked out and the record has at least one hold already."
1067                   any_time_is_collected: "any time a hold is collected."
1068         -
1069             - pref: useDefaultReplacementCost
1070               choices:
1071                   1: Use
1072                   0: "Don't use"
1073             - the default replacement cost defined for the item type.
1074         -
1075             - "Text to be recorded in the column 'note', table 'accountlines' when the processing fee (defined for the item type) is applied:"
1076             - pref: ProcessingFeeNote
1077               type: textarea
1078               class: code
1079     Self check-in module:
1080         -
1081             - "Include the following HTML on the self check-in screen:"
1082             - pref: SelfCheckInMainUserBlock
1083               type: textarea
1084               syntax: text/html
1085               class: code
1086         -
1087             - pref: SelfCheckInModule
1088               choices:
1089                   1: Enable
1090                   0: "Don't enable"
1091             - "the standalone self check-in module (available at: /cgi-bin/koha/sci/sci-main.pl)."
1092         -
1093             - "Reset the current self check-in screen after"
1094             - pref: SelfCheckInTimeout
1095               class: integer
1096             - seconds.
1097         -
1098             - "Include the following CSS on all the self check-in screens:"
1099             - pref: SelfCheckInUserCSS
1100               type: textarea
1101               syntax: css
1102               class: code
1103         -
1104             - "Include the following JavaScript on all the self check-in screens:"
1105             - pref: SelfCheckInUserJS
1106               type: textarea
1107               syntax: javascript
1108               class: code
1109     Self check-out module:
1110         -
1111             - "Include the following JavaScript on all pages in the web-based self checkout:"
1112             - pref: SCOUserJS
1113               type: textarea
1114               syntax: javascript
1115               class: code
1116         -
1117             - "Include the following HTML on the the web-based self checkout screen:"
1118             - pref: SCOMainUserBlock
1119               type: textarea
1120               syntax: text/html
1121               class: code
1122         -
1123             - "Include the following CSS on all pages in the web-based self checkout:"
1124             - pref: SCOUserCSS
1125               type: textarea
1126               syntax: css
1127               class: code
1128         -
1129             - pref: ShowPatronImageInWebBasedSelfCheck
1130               choices:
1131                   1: Show
1132                   0: "Don't show"
1133             - "the patron's picture (if one has been added) when they use the web-based self checkout."
1134         -
1135             - pref: WebBasedSelfCheck
1136               choices:
1137                   1: Enable
1138                   0: "Don't enable"
1139             - "the web-based self checkout system (available at: /cgi-bin/koha/sco/sco-main.pl)."
1140         -
1141             - Have patrons log into the web-based self checkout system with their
1142             - pref: SelfCheckoutByLogin
1143               choices:
1144                   1: username and password
1145                   0: cardnumber
1146             - ".</br>NOTE: If using 'cardnumber' and AutoSelfCheckAllowed you should set SelfCheckAllowByIPRanges to prevent brute force attacks to gain patron information outside the library."
1147         -
1148             - "Time out the current patron's web-based self checkout system login after"
1149             - pref: SelfCheckTimeout
1150               class: integer
1151             - seconds.
1152         -
1153             - pref: SCOAllowCheckin
1154               choices:
1155                   1: Allow
1156                   0: "Don't allow"
1157             - patrons to return items through web-based self checkout system. 
1158         -
1159             - "Include the following HTML in the Help page of the web-based self checkout system:"
1160             - pref: SelfCheckHelpMessage
1161               type: textarea
1162               syntax: text/html
1163               class: code
1164         -
1165             - pref: AutoSelfCheckAllowed
1166               choices:
1167                   1: Allow
1168                   0: "Don't allow"
1169             - "the web-based self checkout system to automatically log in with this staff login"
1170             - pref: AutoSelfCheckID
1171             - and this password
1172             - pref: AutoSelfCheckPass
1173               class: password
1174             - .
1175             - "Note: Any patron entered here will be unable to log into the OPAC."
1176         -
1177             - pref: SelfCheckReceiptPrompt
1178               choices:
1179                   1: Show
1180                   0: "Don't show"
1181             - "the print receipt popup dialog when self checkout is finished."
1182         -
1183             - "Allow access to the self check from the following IP addresses:"
1184             - pref: SelfCheckAllowByIPRanges
1185               class: short
1186             - (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>.)
1187     Course reserves:
1188         -
1189             - pref: UseCourseReserves
1190               choices:
1191                   1: Use
1192                   0: "Don't use"
1193             - "course reserves."
1194     Batch checkout:
1195         -
1196             - pref: BatchCheckouts
1197               choices:
1198                   1: Allow
1199                   0: "Don't allow"
1200             - "batch checkouts."
1201         -
1202             - "Patron categories allowed to checkout in a batch:"
1203             - pref: BatchCheckoutsValidCategories
1204               choices: patron-categories
1205               class: multiple
1206     Housebound module:
1207         -
1208             - pref: HouseboundModule
1209               choices:
1210                   1: Enable
1211                   0: Disable
1212             - "the housebound module."
1213     Stock rotation module:
1214         -
1215             - pref: StockRotation
1216               choices:
1217                   1: Enable
1218                   0: Disable
1219             - "the stock rotation module."
1220     Article requests:
1221         -
1222             - pref: ArticleRequests
1223               choices:
1224                   1: Enable
1225                   0: "Don't enable"
1226             - patrons to place article requests.
1227         -
1228             - pref: ArticleRequestsOpacHostRedirection
1229               choices:
1230                   1: Enable
1231                   0: Disable
1232             - " redirection from child to host based on MARC21 773$w when the child has no items when requesting articles on the Opac."
1233         -
1234             - pref: ArticleRequestsLinkControl
1235               choices:
1236                   always: Always show
1237                   calc: Use algorithm to show or hide
1238             - article request links on search results.
1239         -
1240             - "For records that are record level or item level requestable, make the following fields mandatory:"
1241             - pref: ArticleRequestsMandatoryFields
1242               multiple:
1243                 title: Title
1244                 author: Author
1245                 volume: Volume
1246                 issue: Issue
1247                 date: Date
1248                 pages: Pages
1249                 chapters: Chapters
1250             -
1251         -
1252             - "For records that are only record level requestable, make the following fields mandatory:"
1253             - pref: ArticleRequestsMandatoryFieldsRecordOnly
1254               multiple:
1255                 title: Title
1256                 author: Author
1257                 volume: Volume
1258                 issue: Issue
1259                 date: Date
1260                 pages: Pages
1261                 chapters: Chapters
1262             -
1263         -
1264             - "For records that are only item level requestable, make the following fields mandatory:"
1265             - pref: ArticleRequestsMandatoryFieldsItemOnly
1266               multiple:
1267                 title: Title
1268                 author: Author
1269                 volume: Volume
1270                 issue: Issue
1271                 date: Date
1272                 pages: Pages
1273                 chapters: Chapters
1274             -
1275         -
1276             - "The following article request formats are supported:"
1277             - pref: ArticleRequestsSupportedFormats
1278             - "(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.)"
1279
1280
1281     Item bundles:
1282         -
1283             - Use the <a href="/cgi-bin/koha/admin/authorised_values.pl?searchfield=LOST">LOST</a> authorized value
1284             - pref: BundleLostValue
1285             - to represent 'missing from bundle' at return.
1286         -
1287             - Use the <a href="/cgi-bin/koha/admin/authorised_values.pl?searchfield=NOT_LOAN">NOT_LOAN</a> authorized value
1288             - pref: BundleNotLoanValue
1289             - to represent 'added to bundle' when an item is attached to bundle.
1290
1291     Return claims:
1292         -
1293             - When marking a checkout as "claims returned",
1294             - pref: ClaimReturnedChargeFee
1295               default: ask
1296               choices:
1297                   ask: ask if a lost fee should be charged
1298                   charge: charge a lost fee
1299                   no_charge: don't charge a lost fee
1300             - .
1301         -
1302             - Use the <a href="/cgi-bin/koha/admin/authorised_values.pl?searchfield=LOST">LOST</a> authorized value
1303             - pref: ClaimReturnedLostValue
1304             - to represent 'claims returned'.
1305         -
1306             - Warn librarians that a patron has excessive return claims if the patron has claimed the return of more than
1307             - pref: ClaimReturnedWarningThreshold
1308               class: integer
1309             - items.
1310         -
1311             - Remove resolved return claims older than
1312             - pref: CleanUpDatabaseReturnClaims
1313               class: integer
1314             - days.
1315             - <span class="hint">This system preference is used by the cleanup_database.pl cronjob.</span>
1316
1317     Recalls:
1318         -
1319             - Mark a recall as problematic if it has been waiting to be picked up for
1320             - pref: RecallsMaxPickUpDelay
1321             - class: integer
1322             - days.
1323         -
1324             - pref: UseRecalls
1325               choices:
1326                   1: Use
1327                   0: "Don't use"
1328             - recalls. Make sure you configure <a href="/cgi-bin/koha/admin/smart-rules.pl">circulation and fine rules</a> for recalls once enabled.
1329
1330     SIP2:
1331         -
1332             - "Use the following mappings to determine the sort_bin of a returned item.<br/>"
1333             - "The mapping should be of the form 'branchcode:item field:comparator:item field value:sort bin number', with one mapping per line.<br/>"
1334             - "- 'branchcode' is the location where the checkin is being performed (i.e. branch assigned to SIP user)<br/>"
1335             - "- 'item field' is a database column in the items table<br/>"
1336             - "- 'comparator' is the type of comparison, possible values are: eq,<,<=,>,>=,ne<br/>"
1337             - "- 'item field value' is the value to compare against the value in the specified 'item field'<br/>"
1338             - "- 'sort bin number' is the expected return value in the CL field of the SIP response for an item matching a rule<br/><br/>"
1339             - "The field comparison triplet, 'item field:comparator:item field value', is repeatable within a single line to allow for more complex cases"
1340             - "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/>"
1341             - "i.e. \\$holdingbranch<br/></br>"
1342             - "Examples:<br/>"
1343             - "CPL:itype:eq:BOOK:1 - Will return sort bin 1 for an item of itemtype 'BOOK' returned to CPL.<br/>"
1344             - "CPL:itemcallnumber:<:339.6:3 - Will return sort bin 3 for an item with a callnumber less than 339.6 returned to CPL.<br/>"
1345             - "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/>"
1346             - "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/>"
1347             - pref: SIP2SortBinMapping
1348               type: textarea
1349               class: long
1350         -
1351             - Use
1352             - pref: UseLocationAsAQInSIP
1353               choices:
1354                   1: permanent_location
1355                   0: homebranch
1356             - for AQ field in SIP protocol.
1357
1358     Curbside pickup module:
1359         -
1360             - pref: CurbsidePickup
1361               choices:
1362                   1: Enable
1363                   0: Disable
1364             - "the curbside pickup module."