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