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