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