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