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