Bug 14783: Change pickup location from opac.
[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 export patron checkout history options.
144         -
145             - "The following fields should be excluded from the patron checkout history CSV or MARC (ISO 2709) export:"
146             - pref: ExportRemoveFields
147             - (separate fields with space, e.g. 100a 200b 300c).
148         -
149             - pref: AllowOfflineCirculation
150               choices:
151                   1: Enable
152                   0: "Don't enable"
153             - "offline circulation on regular circulation computers. (<strong>NOTE:</strong> This system preference does not affect the Firefox add-on or the desktop application)."
154         -
155             - pref: ShowAllCheckins
156               choices:
157                   1: Show
158                   0: "Don't show"
159             - all items in the "Checked-in items" list, even items that were not checked out.
160         -
161             - pref: AllowCheckoutNotes
162               choices:
163                   1: Allow
164                   0: "Don't allow"
165             - patrons to submit notes about checked out items.
166         -
167             - pref: UseCirculationDesks
168               choices:
169                   1: "Use"
170                   0: "Don't use"
171             - circulation desks with circulation.
172
173     Checkout policy:
174         -
175             - pref: OnSiteCheckoutAutoCheck
176               choices:
177                   1: Enable
178                   0: Don't enable
179             - on-site checkout by default if last checkout was an on-site one.
180         -
181             - pref: AutoReturnCheckedOutItems
182               choices:
183                   1: Don't
184                   0: Do
185             - require librarians to manually confirm a checkout where the item is already checked out to another patron.
186         -
187             - pref: AllowSetAutomaticRenewal
188               choices:
189                   1: Allow
190                   0: "Don't allow"
191             - staff to flag items for autorenewal on the checkout page.
192         -
193             - pref: AllowTooManyOverride
194               choices:
195                   1: Allow
196                   0: "Don't allow"
197             - staff to override and check out items when the patron has reached the maximum number of allowed checkouts.
198         -
199             - pref: AllowNotForLoanOverride
200               choices:
201                   1: Allow
202                   0: "Don't allow"
203             - staff to override and check out items that are marked as not for loan.
204         -
205             - pref: AllowRenewalLimitOverride
206               choices:
207                   1: Allow
208                   0: "Don't allow"
209             - 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.
210         -
211             - pref: AllowRenewalOnHoldOverride
212               choices:
213                   1: Allow
214                   0: "Don't allow"
215             - staff to renew items that are on hold by manually specifying a due date.
216         -
217             - pref: AllowItemsOnHoldCheckoutSIP
218               choices:
219                   1: Allow
220                   0: "Don't allow"
221             - checkouts of items reserved to someone else via SIP checkout messages.
222             - If allowed do not generate RESERVED warning.
223             - 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".
224         -
225             - pref: AllowItemsOnHoldCheckoutSCO
226               choices:
227                   1: Allow
228                   0: "Don't allow"
229             - 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.
230         -
231             - pref: AllFinesNeedOverride
232               choices:
233                   1: Require
234                   0: "Don't require"
235             - 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.
236         -
237             - pref: AllowFineOverride
238               choices:
239                   1: Allow
240                   0: "Don't allow"
241             - 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.
242         -
243             - pref: AutomaticItemReturn
244               choices:
245                   1: Do
246                   0: "Don't"
247             - automatically transfer items to their home library when they are checked in.
248         -
249             - pref: UseBranchTransferLimits
250               choices:
251                   1: Enforce
252                   0: "Don't enforce"
253             - library transfer limits based on
254             - pref: BranchTransferLimitsType
255               choices:
256                   ccode: collection code
257                   itemtype: item type
258             - .
259         -
260             - pref: UseTransportCostMatrix
261               choices:
262                   1: Use
263                   0: "Don't use"
264             - the transport cost matrix for calculating optimal holds filling between libraries.
265         -
266             - Use the calendar and circulation rules of
267             - pref: CircControl
268               type: choice
269               choices:
270                   PickupLibrary: the library you are logged in at.
271                   PatronLibrary: the library the patron is from.
272                   ItemHomeLibrary: the library the item is from.
273         -
274             - Use the checkout and fines rules of
275             - pref: HomeOrHoldingBranch
276               type: choice
277               choices:
278                   homebranch: the item's home library (homebranch).
279                   holdingbranch: the item's holding library (holdingbranch).
280         -
281             - Allow items to be checked in
282             - pref: AllowReturnToBranch
283               type: choice
284               choices:
285                   anywhere: at any library.
286                   homebranch: only at the library the item is from.
287                   holdingbranch: only at the library the item was checked out from.
288                   homeorholdingbranch: either at the library the item is from or the library it was checked out from.
289         -
290             - For search results in the staff interface, display
291             - pref: StaffSearchResultsDisplayBranch
292               type: choice
293               choices:
294                   homebranch: the library the item is from.
295                   holdingbranch: the library the item is held by.
296         -
297             - pref: useDaysMode
298               choices:
299                   Days: Ignore the calendar
300                   Calendar: Use the calendar to skip days the library is closed
301                   Datedue: Use the calendar to push the due date to the next open day
302                   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
303             - when calculating the date due.
304         -
305             - Calculate "No renewal before" based on
306             - pref: NoRenewalBeforePrecision
307               choices:
308                   date: date.
309                   exact_time: exact time.
310             - Only relevant for loans calculated in days, hourly loans are not affected.
311         -
312             - When renewing checkouts, base the new due date on
313             - pref: RenewalPeriodBase
314               choices:
315                   date_due: the old due date of the checkout.
316                   now: the current date.
317         -
318             - pref: RenewalSendNotice
319               choices:
320                   1: Send
321                   0: "Don't send"
322             - "a renewal notice according to patron's messaging preferences for 'Item checkout'."
323         -
324             - pref: UnseenRenewals
325               choices:
326                   1: Allow
327                   0: "Don't allow"
328             - renewals to be recorded as "unseen" by the library, and count against the patrons unseen renewals limit.
329         -
330             - Prevent patrons from making holds on the OPAC if they owe more than
331             - pref: maxoutstanding
332               class: currency
333             - '[% local_currency %] in fines.'
334         -
335             - Show a warning on the "Transfers to receive" screen if the transfer has not been received
336             - pref: TransfersMaxDaysWarning
337               class: integer
338             - days after it was sent.
339         -
340             - pref: IssuingInProcess
341               choices:
342                   1: "Don't prevent"
343                   0: "Prevent"
344             - patrons from checking out an item whose rental charge would take them over the limit.
345         -
346             - "Restrict patrons with the following target audience values from checking out inappropriate materials:"
347             - pref: AgeRestrictionMarker
348             - ". 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."
349         -
350             - pref: AgeRestrictionOverride
351               choices:
352                   1: Allow
353                   0: "Don't allow"
354             - staff to check out an item with age restriction.
355         -
356             - Prevent patrons from checking out items if they have more than
357             - pref: noissuescharge
358               class: integer
359             - '[% local_currency %] in fines.'
360         -
361             - Prevent a patron from checking out if the patron has guarantees owing in total more than
362             - pref: NoIssuesChargeGuarantees
363               class: integer
364             - '[% local_currency %] in fines.'
365         -
366             - Prevent a patron from checking out if the patron has guarantors and those guarantor's guarantees owing in total more than
367             - pref: NoIssuesChargeGuarantorsWithGuarantees
368               class: integer
369             - '[% local_currency %] in fines.'
370         -
371             - pref: RentalsInNoissuesCharge
372               choices:
373                   1: Include
374                   0: "Don't include"
375             - rental charges when summing up charges for limit set in the <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=noissuescharge">noissuescharge</a> system preference.
376         -
377             - pref: ManInvInNoissuesCharge
378               choices:
379                   1: Include
380                   0: "Don't include"
381             - custom debit type charges when summing up charges for limit set in the <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=noissuescharge">noissuescharge</a> system preference.
382         -
383             - pref: HoldsInNoissuesCharge
384               choices:
385                   1: Include
386                   0: "Don't include"
387             - hold charges when summing up charges for limit set in the <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=noissuescharge">noissuescharge</a> system preference.
388         -
389             - pref: ReturnBeforeExpiry
390               choices:
391                   1: Require
392                   0: "Don't require"
393             - "patrons to return items before their accounts expire (by restricting due dates to before the patron's expiration date)."
394         -
395             - "Send all notices as a BCC to this email address:"
396             - pref: NoticeBcc
397               class: email
398         -
399             - pref: OverdueNoticeCalendar
400               choices:
401                   1: "Use calendar"
402                   0: "Ignore calendar"
403             - "when working out the period for overdue notices."
404         -
405             - "Organize and send overdue notices using the"
406             - pref: OverdueNoticeFrom
407               choices:
408                   cron: "command-line option"
409                   item-issuebranch: "checkout library"
410                   item-homebranch: "item home library"
411             - .
412         -
413             - Include up to
414             - pref: PrintNoticesMaxLines
415               class: integer
416             - "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."
417         -
418             - pref: OverduesBlockCirc
419               choices:
420                   block: Block
421                   noblock: "Don't block"
422                   confirmation: Ask for confirmation
423             - "when checking out to a patron that has overdues outstanding."
424         -
425             - "When checking out an item with rental fees, "
426             - pref: RentalFeesCheckoutConfirmation
427               choices:
428                   1: ask
429                   0: "don't ask"
430             - "for confirmation."
431         -
432             - By default, set the LOST value of an item to
433             - pref: DefaultLongOverdueLostValue
434               class: integer
435             - when the item has been overdue for more than
436             - pref: DefaultLongOverdueDays
437               class: integer
438             - days.
439             - <br>WARNING â€” These preferences will activate the automatic item loss process. Leave these fields empty if you don't want to activate this feature.
440             - "<br>Example: [1] [30] Sets an item to the LOST value 1 when it has been overdue for more than 30 days."
441             - <br>(Used when the longoverdue.pl script is called without the --lost parameter)
442             - "<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/longoverdue.pl</code> cronjob. Ask your system administrator to schedule it."
443         -
444             - "Charge a lost item to the patron's account when the LOST value of the item changes to:"
445             - pref: DefaultLongOverdueChargeValue
446               class: integer
447             - <br>Leave this field empty if you don't want to charge the patron for lost items.
448             - <br>(Used when the longoverdue.pl script is called without the --charge parameter)
449             - "<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/longoverdue.pl</code> cronjob. Ask your system administrator to schedule it."
450         -
451             - When using the automatic item loss process, skip items with lost values matching any of
452             - pref: DefaultLongOverdueSkipLostStatuses
453             - "."
454             - <br>Leave this field empty if you don't want to skip any lost statuses.
455             - <br>Set to a list of comma separated values, e.g. <em>5,6,7</em>.
456         -
457             - "When issuing an item that has been marked as lost, "
458             - pref: IssueLostItem
459               choices:
460                   confirm: "require confirmation"
461                   alert: "display a message"
462                   nothing : "do nothing"
463             - .
464         -
465             - "When checking out an item, "
466             - pref: RecordStaffUserOnCheckout
467               choices:
468                   1: "record"
469                   0: "don't record"
470             - "the user who checked out the item."
471         -
472             - "Mark items as returned when flagged as lost "
473             - pref: MarkLostItemsAsReturned
474               multiple:
475                 cronjob: "from the longoverdue cronjob"
476                 batchmod: "from the batch item modification tool"
477                 additem: "when cataloguing an item"
478                 moredetail: "from the items tab of the catalog module"
479                 pendingreserves: "from the 'Holds to pull' list"
480                 onpayment: "when receiving payment for the item"
481                 claim_returned: "when marking an item as a return claim"
482             - .
483         -
484             - pref: AllowMultipleIssuesOnABiblio
485               choices:
486                   1: Allow
487                   0: "Don't allow"
488             - "patrons to check out multiple items from the same record. (<strong>NOTE:</strong> This will only affect records without a subscription attached.)"
489         -
490             - pref: OnSiteCheckouts
491               choices:
492                   1: Enable
493                   0: Disable
494             - the on-site checkouts feature.
495         -
496             - pref: OnSiteCheckoutsForce
497               choices:
498                   1: Enable
499                   0: Disable
500             - the on-site checkout for all cases (even if a patron is debarred, etc.).
501         -
502             - pref: ConsiderOnSiteCheckoutsAsNormalCheckouts
503               choices:
504                   1: Consider
505                   0: "Don't consider"
506             - on-site checkouts as normal checkouts.
507             - 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.
508             - If disabled, both values will be checked separately.
509         -
510             - pref: SwitchOnSiteCheckouts
511               choices:
512                   1: Switch
513                   0: "Don't switch"
514             - on-site checkouts to normal checkouts when checked out.
515         -
516             - When a patron's checked out item is overdue,
517             - pref: OverduesBlockRenewing
518               type: choice
519               choices:
520                   allow: allow renewing.
521                   blockitem: block renewing only for this item.
522                   block: block renewing for all the patron's items.
523         -
524             - If a patron owes more than the value of <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=OPACFineNoRenewals">OPACFineNoRenewals</a>,
525             - pref: OPACFineNoRenewalsBlockAutoRenew
526               choices:
527                   1: block
528                   0: allow
529             - their auto-renewals.
530         -
531             - If a patron pays off all fines on an overdue item that is accruing fines,
532             - pref: RenewAccruingItemWhenPaid
533               choices:
534                   1: renew
535                   0: "don't renew"
536             - 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.
537         -
538             - If a patron pays off all fines on an overdue item that is accruing fines in the OPAC via a payment plugin,
539             - pref: RenewAccruingItemInOpac
540               choices:
541                   1: renew
542                   0: "don't renew"
543             - 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.
544         -
545             - pref: ItemsDeniedRenewal
546               type: textarea
547               syntax: text/x-yaml
548               class: code
549             - Define custom rules to deny specific items from renewal.
550             - "<br />Can name any field in the items table followed by a colon then a space then"
551             - "a bracketed list of values separated by commas."
552             - "For example:"
553             - "<br />ccode: [NEWFIC,NULL,DVD]"
554             - "<br />itype: [NEWBK,\"\"]"
555             - "<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."
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 value pairs. When an item is checked in, if the not for loan value on the left matches the items not for loan value
636             - "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."
637             - Each pair of values should be on a separate line.
638         -
639             - pref: HidePersonalPatronDetailOnCirculation
640               choices:
641                   1: "Hide"
642                   0: "Don't hide"
643             - "a patron's phone number, email address, street address and city on the circulation page."
644         -
645             - pref: TransfersBlockCirc
646               choices:
647                   1: "Block"
648                   0: "Don't block"
649             - staff from continuing to checkin items when a transfer is triggered.
650         -
651             - pref: StoreLastBorrower
652               default: 0
653               choices:
654                   1: Store
655                   0: "Don't store"
656             - '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.'
657     Holds policy:
658         -
659             - pref: EnableItemGroups
660               choices:
661                   yes: Enable
662                   no: "Don't enable"
663             - the item groups feature to allow collecting groups of items on a record together.
664         -
665             - In the staff client, split the holds queue into separate tables by
666             - pref: HoldsSplitQueue
667               choices:
668                   nothing: nothing
669                   branch: "pickup library"
670                   itemtype: "hold item type"
671                   branch_itemtype: "pickup library and item type"
672             - "."
673         -
674             - If the holds queue is split, show librarians
675             - pref: HoldsSplitQueueNumbering
676               choices:
677                   actual: "the actual priority, which may be out of order"
678                   virtual: "'virtual' priorities, where each group is numbered separately"
679             - "."
680         -
681             - pref: RealTimeHoldsQueue
682               choices:
683                   1: Enable
684                   0: Disable
685             - updating the holds queue in real time.
686         -
687             - pref: AllowHoldItemTypeSelection
688               choices:
689                   1: Allow
690                   0: "Don't allow"
691             - hold fulfillment to be limited by item type.
692         -
693             - pref: AllowRenewalIfOtherItemsAvailable
694               choices:
695                   1: Allow
696                   0: "Don't allow"
697             - a patron to renew an item with unfilled holds if other available items can fill that hold.
698         -
699             - pref: AllowHoldPolicyOverride
700               choices:
701                   1: Allow
702                   0: "Don't allow"
703             - staff to override hold policies when placing holds.
704         -
705             - pref: AllowHoldsOnDamagedItems
706               choices:
707                   1: Allow
708                   0: "Don't allow"
709             - hold requests to be placed on and filled by damaged items.
710         -
711             - pref: AllowHoldDateInFuture
712               choices:
713                   1: Allow
714                   0: "Don't allow"
715             - hold requests to be placed that do not enter the waiting list until a certain future date.
716         -
717             - pref: OPACAllowHoldDateInFuture
718               choices:
719                   1: Allow
720                   0: "Don't allow"
721             - 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).
722         -
723             - When placing a hold from the OPAC, make
724             - pref: OPACMandatoryHoldDates
725               choices:
726                   "": "no hold dates"
727                   "start": "hold start date"
728                   "end": "hold end date"
729                   "both": "both hold dates"
730             - mandatory.
731             - '<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.'
732         -
733             - Confirm future hold requests (starting no later than
734             - pref: ConfirmFutureHolds
735               class: integer
736             - 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.
737         -
738             - Check the rule from the
739             - pref: ReservesControlBranch
740               choices:
741                   ItemHomeLibrary: "item's home library"
742                   PatronLibrary: "patron's home library"
743             - to see if the patron can place a hold on the item.    
744         -
745             - Mark a hold as problematic if it has been waiting for more than
746             - pref: ReservesMaxPickUpDelay
747               class: integer
748             - days.
749         -
750             - pref: ExpireReservesMaxPickUpDelay
751               choices:
752                   1: Allow
753                   0: "Don't allow"
754             - '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>'
755             - pref: ExpireReservesAutoFill
756               choices:
757                   1: "Do"
758                   0: "Don't"
759             - automatically fill the next hold using the item.
760             - Send email notification of the new hold filled with a canceled item to
761             - pref: ExpireReservesAutoFillEmail
762               class: email
763             - . If no address is defined here, the email will be sent to the library's reply-to address.
764             - '<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>'
765         -
766             - 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
767             - pref: ExpireReservesMaxPickUpDelayCharge
768               class: currency
769             - "."
770         -
771             - Satisfy holds using items from the libraries
772             - pref: StaticHoldsQueueWeight
773               class: multi
774             - (as branchcodes, separated by commas; if empty, uses all libraries)
775             - when they are
776             - pref: HoldsQueueSkipClosed
777               choices:
778                   1: open
779                   0: open or closed
780             - pref: RandomizeHoldsQueueWeight
781               choices:
782                   1: in random order.
783                   0: in that order.
784             - "<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."
785             -
786         -
787             - pref: canreservefromotherbranches
788               choices:
789                   1: Allow
790                   0: "Don't allow (with independentbranches)"
791             - a user from one library to place a hold on an item from another library
792         -
793             - pref: OPACAllowUserToChooseBranch
794               choices:
795                   1: Allow
796                   0: "Don't allow"
797             - a user to choose the library to pick up a hold from.
798         -
799             - 'Allow users to change the library to pick up a hold for these statuses:'
800             - pref: OPACAllowUserToChangeBranch
801               multiple:
802                 pending: Pending
803                 intransit: In transit
804                 suspended: Suspended
805         -
806             - pref: ReservesNeedReturns
807               choices:
808                   1: "Don't automatically"
809                   0: Automatically
810             - mark a hold as found and waiting when a hold is placed on a specific item and that item is already checked in.
811         -
812             - Patrons can have a maximum of
813             - pref: maxreserves
814               class: integer
815             - holds at once (leave blank or set to 0 to disable). Additional limits may apply based on circulation rules.
816         -
817             - pref: emailLibrarianWhenHoldIsPlaced
818               choices:
819                   1: Enable
820                   0:  "Don't enable"
821             - "sending an email to the Koha administrator email address whenever a hold request is placed."
822         -
823             - pref: DisplayMultiPlaceHold
824               choices:
825                   1: Enable
826                   0:  "Don't enable"
827             - "the ability to place holds on multiple bibliographic records from the search results"
828         -
829             - pref: TransferWhenCancelAllWaitingHolds
830               choices:
831                   1: Transfer
832                   0: "Don't transfer"
833             - items when cancelling all waiting holds.
834         -
835             - pref: AutoResumeSuspendedHolds
836               choices:
837                   1: Allow
838                   0: "Don't allow"
839             - "suspended holds to be automatically resumed by a set date."
840             - "<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."
841         -
842             - pref: SuspendHoldsIntranet
843               choices:
844                   1: Allow
845                   0: "Don't allow"
846             - holds to be suspended from the staff interface.
847         -
848             - pref: SuspendHoldsOpac
849               choices:
850                   1: Allow
851                   0: "Don't allow"
852             - holds to be suspended from the OPAC.
853         -
854             - If using <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=ExpireReservesMaxPickUpDelay">ExpireReservesMaxPickUpDelay</a>,
855             - pref: ExpireReservesOnHolidays
856               choices:
857                   1: allow
858                   0: "don't allow"
859             - expired holds to be canceled on days the library is closed per the calendar.
860         -
861             - pref: ExcludeHolidaysFromMaxPickUpDelay
862               choices:
863                   1: Use the calendar
864                   0: Ignore the calendar
865             - when calculating the period for a hold's max pickup delay.
866         -
867             - pref: decreaseLoanHighHolds
868               choices:
869                   1: Enable
870                   0:  "Don't enable"
871             - the reduction of loan period to
872             - pref: decreaseLoanHighHoldsDuration
873               class: integer
874             - days for high demand items with more than
875             - pref: decreaseLoanHighHoldsValue
876               class: integer
877             - holds
878             - pref: decreaseLoanHighHoldsControl
879               choices:
880                   static: "on the record"
881                   dynamic: "over the number of holdable items on the record"
882             - ". Ignore items with the following statuses when counting items:"
883             - pref: decreaseLoanHighHoldsIgnoreStatuses
884               multiple:
885                 damaged: Damaged
886                 itemlost: Lost
887                 withdrawn: Withdrawn
888                 notforloan: Not for loan
889             - "Note: The reduced loan period can also be set up in the circulation conditions and will then overwrite the setting here."
890         -
891             - pref: AllowHoldsOnPatronsPossessions
892               choices:
893                   1: Allow
894                   0: "Don't allow"
895             - a patron to place a hold on a record where the patron already has one or more items attached to that record checked out.
896         -
897             - pref: LocalHoldsPriority
898               choices:
899                   1: Give
900                   0: "Don't give"
901             - priority for filling holds to patrons whose
902             - pref: LocalHoldsPriorityPatronControl
903               choices:
904                   PickupLibrary: "pickup library"
905                   HomeLibrary: "home library"
906             - matches the item's
907             - pref: LocalHoldsPriorityItemControl
908               choices:
909                   homebranch: "home library"
910                   holdingbranch: "holding library"
911         -
912             - pref: OPACHoldsIfAvailableAtPickup
913               choices:
914                   1: Allow
915                   0: "Don't allow"
916             - to pickup holds at libraries where the item is available.
917         -
918             - 'Patron categories not affected by <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=OPACHoldsIfAvailableAtPickup">OPACHoldsIfAvailableAtPickup</a>:'
919             - pref: OPACHoldsIfAvailableAtPickupExceptions
920               choices: patron-categories
921               class: multiple
922         -
923             - pref: CanMarkHoldsToPullAsLost
924               choices:
925                   do_not_allow: "Do not allow to mark items as lost"
926                   allow: "Allow to mark items as lost"
927                   allow_and_notify: "Allow to mark items as lost and notify the patron"
928             - 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>.
929         -
930             - A list of values to update an item's values with when it is marked as lost from the 'Holds to pull' page.
931             - '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>)'
932             - pref: UpdateItemWhenLostFromHoldList
933               type: textarea
934               syntax: text/x-yaml
935         -
936             - pref: DefaultHoldExpirationdate
937               default: 0
938               choices:
939                   1: Set
940                   0: Don't set
941             - default expiration date for holds automatically.
942             - If enabled, set expiration date
943             - pref: DefaultHoldExpirationdatePeriod
944               default: 0
945               class: integer
946             - pref: DefaultHoldExpirationdateUnitOfTime
947               default: days
948               choices:
949                   days: days
950                   months: months
951                   years: years
952             - from reserve date.
953         -
954             - When placing a hold via the staff interface default the pickup location to the
955             - pref: DefaultHoldPickupLocation
956               default: loggedinlibrary
957               choices:
958                   loggedinlibrary: "logged in library"
959                   homebranch: "item's home library"
960                   holdingbranch: "item's holding library"
961             - "."
962     Patron restrictions:
963         -
964             - pref: PatronRestrictionTypes
965               choices:
966                   1: Allow
967                   0: Don't allow
968             - "the type of patron restriction to be specified when applying manually."
969         -
970             - pref: CumulativeRestrictionPeriods
971               choices:
972                   1: Cumulate
973                   0: "Don't cumulate"
974             - the restriction periods.
975         -
976             - pref: AutoRemoveOverduesRestrictions
977               choices:
978                   1: "Do"
979                   0: "Don't"
980             - allow OVERDUES restrictions triggered by sent notices to be cleared automatically when all overdue items are returned by a patron.
981         -
982             - If a patron is restricted,
983             - pref: RestrictionBlockRenewing
984               choices:
985                   1: block
986                   0: allow
987             - renewing of items from the staff interface and via the <code>misc/cronjobs/automatic_renewals.pl</code> cronjob.
988     Interlibrary loans:
989         -
990             - pref: ILLModule
991               default: 0
992               choices:
993                   1: Enable
994                   0: Disable
995             - the interlibrary loans module (master switch).
996         -
997             - "Adding text will enable the copyright clearance stage in request creation. The text you enter will be the text displayed."
998             - pref: ILLModuleCopyrightClearance
999               type: textarea
1000               class: long
1001         -
1002             - "Enabled ILL backends for OPAC initiated requests:"
1003             - pref: ILLOpacbackends
1004               class: multi
1005             - (separated with |). If left empty, all installed backends will be enabled.
1006         -
1007             - pref: ILLModuleUnmediated
1008               default: 0
1009               choices:
1010                   1: Enable
1011                   0: Disable
1012             - unmediated interlibrary loan requests. If enabled and the ILL backend supports it, the newly created requests are immediately requested by backend.
1013         -
1014             - pref: CirculateILL
1015               default: 0
1016               choices:
1017                   1: Enable
1018                   0: Disable
1019             - the circulation of ILL requested items.
1020         -
1021             - pref: ILLCheckAvailability
1022               default: 0
1023               choices:
1024                   1: Check
1025                   0: "Don't check"
1026             - external sources for availability during the request process.
1027         -
1028             - "ILL statuses that are considered finished and should not be displayed in the ILL module: "
1029             - pref: ILLHiddenRequestStatuses
1030               class: multi
1031             - (separated with |). If left empty, all ILL requests will be displayed. The request codes can be found in the ILLSTATUS authorized value category.
1032         -
1033             - "Send these ILL notices to staff when appropriate:"
1034             - pref: ILLSendStaffNotices
1035               class: multi
1036             - "(separated with |). e.g. ILL_REQUEST_CANCEL|ILL_REQUEST_MODIFIED If left empty, no staff ILL notices will be sent."
1037         -
1038             - "Fallback email address for staff ILL notices to be sent to in the absence of a library address:"
1039             - pref: ILLDefaultStaffEmail
1040               class: email
1041     Fines Policy:
1042         -
1043             - pref: finesCalendar
1044               type: choice
1045               choices:
1046                   ignoreCalendar: Ignore the calendar
1047                   noFinesWhenClosed: Use the calendar
1048             - when calculating the period for fines.
1049         -
1050             - pref: SuspensionsCalendar
1051               type: choice
1052               choices:
1053                   ignoreCalendar: Ignore the calendar
1054                   noSuspensionsWhenClosed: Use the calendar
1055             - when calculating the period for suspension expiration.
1056         -
1057             - pref: finesMode
1058               type: choice
1059               choices:
1060                   off: "Don't calculate"
1061                   production: Calculate and charge
1062             - fines (when <code>cronjobs/fines.pl</code> is being run).
1063             - '<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/>'
1064             - pref: ChargeFinesOnClosedDays
1065               type: choice
1066               choices:
1067                   0: "Don't charge"
1068                   1: Charge
1069             - on close days. If set the fines.pl cronjob will not generate fines when run on days marked as closed in the calendar.
1070         -
1071             - If a lost item is returned, apply the refunding rules defined for the
1072             - pref: RefundLostOnReturnControl
1073               choices:
1074                   CheckinLibrary: "check-in library."
1075                   ItemHomeBranch: "item's home library."
1076                   ItemHoldingBranch: "item's holding library."
1077         -
1078             - pref: FinesIncludeGracePeriod
1079               choices:
1080                   1: Include
1081                   0: "Don't include"
1082             - the grace period when calculating the fine for an overdue item.
1083         -
1084             - pref: WhenLostForgiveFine
1085               choices:
1086                   1: Forgive
1087                   0: "Don't forgive"
1088             - the fines on an item when it is marked as lost.
1089         -
1090             - "Don't refund lost fees if a lost item is checked in more than"
1091             - pref: NoRefundOnLostReturnedItemsAge
1092               class: integer
1093             - days after it was marked lost.
1094         -
1095             - pref: WhenLostChargeReplacementFee
1096               choices:
1097                   1: Charge
1098                   0: "Don't charge"
1099             - the replacement price when a patron loses an item.
1100         -
1101             - Charge a hold fee
1102             - pref: HoldFeeMode
1103               choices:
1104                   any_time_is_placed: "any time a hold is placed."
1105                   not_always: "only if all items are checked out and the record has at least one hold already."
1106                   any_time_is_collected: "any time a hold is collected."
1107         -
1108             - pref: useDefaultReplacementCost
1109               choices:
1110                   1: Use
1111                   0: "Don't use"
1112             - the default replacement cost defined for the item type.
1113         -
1114             - "Text to be recorded in the column 'note', table 'accountlines' when the processing fee (defined for the item type) is applied:"
1115             - pref: ProcessingFeeNote
1116               type: textarea
1117               class: code
1118     Self check-in module:
1119         -
1120             - "Include the following HTML on the self check-in screen:"
1121             - pref: SelfCheckInMainUserBlock
1122               type: textarea
1123               syntax: text/html
1124               class: code
1125         -
1126             - pref: SelfCheckInModule
1127               choices:
1128                   1: Enable
1129                   0: "Don't enable"
1130             - "the standalone self check-in module (available at: /cgi-bin/koha/sci/sci-main.pl)."
1131         -
1132             - "Reset the current self check-in screen after"
1133             - pref: SelfCheckInTimeout
1134               class: integer
1135             - seconds.
1136         -
1137             - "Include the following CSS on all the self check-in screens:"
1138             - pref: SelfCheckInUserCSS
1139               type: textarea
1140               syntax: css
1141               class: code
1142         -
1143             - "Include the following JavaScript on all the self check-in screens:"
1144             - pref: SelfCheckInUserJS
1145               type: textarea
1146               syntax: javascript
1147               class: code
1148     Self check-out module:
1149         -
1150             - "Include the following JavaScript on all pages in the web-based self checkout:"
1151             - pref: SCOUserJS
1152               type: textarea
1153               syntax: javascript
1154               class: code
1155         -
1156             - "Include the following HTML on the the web-based self checkout screen:"
1157             - pref: SCOMainUserBlock
1158               type: textarea
1159               syntax: text/html
1160               class: code
1161         -
1162             - "Include the following CSS on all pages in the web-based self checkout:"
1163             - pref: SCOUserCSS
1164               type: textarea
1165               syntax: css
1166               class: code
1167         -
1168             - pref: ShowPatronImageInWebBasedSelfCheck
1169               choices:
1170                   1: Show
1171                   0: "Don't show"
1172             - "the patron's picture (if one has been added) when they use the web-based self checkout."
1173         -
1174             - pref: WebBasedSelfCheck
1175               choices:
1176                   1: Enable
1177                   0: "Don't enable"
1178             - "the web-based self checkout system (available at: /cgi-bin/koha/sco/sco-main.pl)."
1179         -
1180             - Have patrons log into the web-based self checkout system with their
1181             - pref: SelfCheckoutByLogin
1182               choices:
1183                   1: username and password
1184                   0: cardnumber
1185             - ".</br>NOTE: If using 'cardnumber' and AutoSelfCheckAllowed you should set SelfCheckAllowByIPRanges to prevent brute force attacks to gain patron information outside the library."
1186         -
1187             - "Time out the current patron's web-based self checkout system login after"
1188             - pref: SelfCheckTimeout
1189               class: integer
1190             - seconds.
1191         -
1192             - pref: SCOAllowCheckin
1193               choices:
1194                   1: Allow
1195                   0: "Don't allow"
1196             - patrons to return items through web-based self checkout system. 
1197         -
1198             - "Include the following HTML in the Help page of the web-based self checkout system:"
1199             - pref: SelfCheckHelpMessage
1200               type: textarea
1201               syntax: text/html
1202               class: code
1203         -
1204             - pref: AutoSelfCheckAllowed
1205               choices:
1206                   1: Allow
1207                   0: "Don't allow"
1208             - "the web-based self checkout system to automatically log in with this staff login"
1209             - pref: AutoSelfCheckID
1210             - and this password
1211             - pref: AutoSelfCheckPass
1212               class: password
1213             - .
1214             - "Note: Any patron entered here will be unable to log into the OPAC."
1215         -
1216             - pref: SelfCheckReceiptPrompt
1217               choices:
1218                   1: Show
1219                   0: "Don't show"
1220             - "the print receipt popup dialog when self checkout is finished."
1221         -
1222             - "Allow access to the self check from the following IP addresses:"
1223             - pref: SelfCheckAllowByIPRanges
1224               class: short
1225             - (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>.)
1226     Course reserves:
1227         -
1228             - pref: UseCourseReserves
1229               choices:
1230                   1: Use
1231                   0: "Don't use"
1232             - "course reserves."
1233     Batch checkout:
1234         -
1235             - pref: BatchCheckouts
1236               choices:
1237                   1: Allow
1238                   0: "Don't allow"
1239             - "batch checkouts."
1240         -
1241             - "Patron categories allowed to checkout in a batch:"
1242             - pref: BatchCheckoutsValidCategories
1243               choices: patron-categories
1244               class: multiple
1245     Housebound module:
1246         -
1247             - pref: HouseboundModule
1248               choices:
1249                   1: Enable
1250                   0: Disable
1251             - "the housebound module."
1252     Stock rotation module:
1253         -
1254             - pref: StockRotation
1255               choices:
1256                   1: Enable
1257                   0: Disable
1258             - "the stock rotation module."
1259     Article requests:
1260         -
1261             - pref: ArticleRequests
1262               choices:
1263                   1: Enable
1264                   0: "Don't enable"
1265             - patrons to place article requests.
1266         -
1267             - pref: ArticleRequestsOpacHostRedirection
1268               choices:
1269                   yes: Enable
1270                   no: Disable
1271             - " redirection from child to host based on MARC21 773$w when the child has no items when requesting articles on the Opac."
1272         -
1273             - pref: ArticleRequestsLinkControl
1274               choices:
1275                   always: Always show
1276                   calc: Use algorithm to show or hide
1277             - article request links on search results.
1278         -
1279             - "For records that are record level or item level requestable, make the following fields mandatory:"
1280             - pref: ArticleRequestsMandatoryFields
1281               multiple:
1282                 title: Title
1283                 author: Author
1284                 volume: Volume
1285                 issue: Issue
1286                 date: Date
1287                 pages: Pages
1288                 chapters: Chapters
1289             -
1290         -
1291             - "For records that are only record level requestable, make the following fields mandatory:"
1292             - pref: ArticleRequestsMandatoryFieldsRecordOnly
1293               multiple:
1294                 title: Title
1295                 author: Author
1296                 volume: Volume
1297                 issue: Issue
1298                 date: Date
1299                 pages: Pages
1300                 chapters: Chapters
1301             -
1302         -
1303             - "For records that are only item level requestable, make the following fields mandatory:"
1304             - pref: ArticleRequestsMandatoryFieldsItemOnly
1305               multiple:
1306                 title: Title
1307                 author: Author
1308                 volume: Volume
1309                 issue: Issue
1310                 date: Date
1311                 pages: Pages
1312                 chapters: Chapters
1313             -
1314         -
1315             - "The following article request formats are supported:"
1316             - pref: ArticleRequestsSupportedFormats
1317             - "(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.)"
1318
1319
1320     Item bundles:
1321         -
1322             - Use the LOST authorised value
1323             - pref: BundleLostValue
1324             - to represent 'missing from bundle' at return.
1325         -
1326             - Use the NOT_LOAN authorised value
1327             - pref: BundleNotLoanValue
1328             - to represent 'added to bundle' when an item is attached to bundle.
1329
1330     Return claims:
1331         -
1332             - When marking a checkout as "claims returned",
1333             - pref: ClaimReturnedChargeFee
1334               default: ask
1335               choices:
1336                   ask: ask if a lost fee should be charged
1337                   charge: charge a lost fee
1338                   no_charge: don't charge a lost fee
1339             - .
1340         -
1341             - Use the LOST authorised value
1342             - pref: ClaimReturnedLostValue
1343             - to represent 'claims returned'.
1344         -
1345             - Warn librarians that a patron has excessive return claims if the patron has claimed the return of more than
1346             - pref: ClaimReturnedWarningThreshold
1347               class: integer
1348             - items.
1349         -
1350             - Remove resolved return claims older than
1351             - pref: CleanUpDatabaseReturnClaims
1352               class: integer
1353             - days.
1354             - <span class="hint">This system preference is used by the cleanup_database.pl cronjob.</span>
1355
1356     Recalls:
1357         -
1358             - Mark a recall as problematic if it has been waiting to be picked up for
1359             - pref: RecallsMaxPickUpDelay
1360             - class: integer
1361             - days.
1362         -
1363             - pref: UseRecalls
1364               choices:
1365                   1: Use
1366                   0: "Don't use"
1367             - recalls. Make sure you configure <a href="/cgi-bin/koha/admin/smart-rules.pl">circulation and fines rules</a> for recalls once enabled.
1368
1369     SIP2:
1370         -
1371             - "Use the following mappings to determine the sort_bin of a returned item.<br/>"
1372             - "The mapping should be of the form 'branchcode:item field:comparator:item field value:sort bin number', with one mapping per line.<br/>"
1373             - "- 'branchcode' is the location where the checkin is being performed (i.e. branch assigned to SIP user)<br/>"
1374             - "- 'item field' is a database column in the items table<br/>"
1375             - "- 'comparator' is the type of comparison, possible values are: eq,<,<=,>,>=,ne<br/>"
1376             - "- 'item field value' is the value to compare against the value in the specified 'item field'<br/>"
1377             - "- 'sort bin number' is the expected return value in the CL field of the SIP response for an item matching a rule<br/><br/>"
1378             - "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/>"
1379             - "i.e. \\$holdingbranch<br/></br>"
1380             - "Examples:<br/>"
1381             - "CPL:itype:eq:BOOK:1 - Will return sort bin 1 for an item of itemtype 'BOOK' returned to CPL.<br/>"
1382             - "CPL:itemcallnumber:<:339.6:3 - Will return sort bin 3 for an item with a callnumber less than 339.6 returned to CPL .<br/>"
1383             - "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/><br/>"
1384             - pref: SIP2SortBinMapping
1385               type: textarea
1386               class: long
1387         -
1388             - Use
1389             - pref: UseLocationAsAQInSIP
1390               choices:
1391                   yes: permanent_location
1392                   no: homebranch
1393             - for AQ field in SIP protocol.
1394
1395     Curbside pickup module:
1396         -
1397             - pref: CurbsidePickup
1398               choices:
1399                   1: Enable
1400                   0: Disable
1401             - "the curbside pickup module."