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