Bug 12258: (QA follow-up) Add some missing rrrrrrs
[koha.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     Checkout Policy:
162         -
163             - pref: AllowTooManyOverride
164               choices:
165                   yes: Allow
166                   no: "Don't allow"
167             - staff to override and check out items when the patron has reached the maximum number of allowed checkouts.
168         -
169             - pref: AutoRemoveOverduesRestrictions
170               choices:
171                   yes: "Do"
172                   no: "Do not"
173             - allow OVERDUES restrictions triggered by sent notices to be cleared automatically when all overdue items are returned by a patron.
174         -
175             - pref: AllowNotForLoanOverride
176               choices:
177                   yes: Allow
178                   no: "Don't allow"
179             - staff to override and check out items that are marked as not for loan.
180         -
181             - pref: AllowRenewalLimitOverride
182               choices:
183                   yes: Allow
184                   no: "Don't allow"
185             - 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.
186         -
187             - pref: AllowItemsOnHoldCheckout
188               choices:
189                   yes: Allow
190                   no: "Don't allow"
191             - checkouts of items reserved to someone else. If allowed do not generate RESERVE_WAITING and RESERVED warning. This allows self checkouts for those items.
192         -
193             - pref: AllowItemsOnHoldCheckoutSCO
194               choices:
195                   yes: Allow
196                   no: "Don't allow"
197             - 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.
198         -
199             - pref: AllFinesNeedOverride
200               choices:
201                   yes: Require
202                   no: "Don't require"
203             - staff to manually override all fines, even fines less than noissuescharge.
204         -
205             - pref: AllowFineOverride
206               choices:
207                   yes: Allow
208                   no: "Don't allow"
209             - staff to manually override and check out items to patrons who have more than noissuescharge in fines.
210         -
211             - pref: InProcessingToShelvingCart
212               choices:
213                   yes: Move
214                   no: "Don't move"
215             - items that have the location PROC to the location CART when they are checked in.
216             - "<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/cart_to_shelf.pl</code> cronjob. Ask your system administrator to schedule it."
217         -
218             - pref: ReturnToShelvingCart
219               choices:
220                   yes: Move
221                   no: "Don't move"
222             - all items to the location CART when they are checked in.
223             - "<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/cart_to_shelf.pl</code> cronjob. Ask your system administrator to schedule it."
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             - his/her auto renewals.
483         -
484             - pref: ItemsDeniedRenewal
485               type: textarea
486               class: code
487             - Define custom rules to deny specific items from renewal.
488             - "<br />Can name any field in the items table followed by a colon then a space then"
489             - "a bracketed list of values separated by commas."
490             - "e.g."
491             - "<br />ccode: [NEWFIC,NULL,DVD]"
492             - "<br />itype: [NEWBK,\"\"]"
493             - "<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."
494     Checkin Policy:
495         -
496             - pref: HoldsAutoFill
497               choices:
498                   yes: Do
499                   no: "Don't"
500             - automatically fill holds instead of asking the librarian.
501         -
502             - pref: HoldsAutoFillPrintSlip
503               choices:
504                   yes: Do
505                   no: "Don't"
506             - automatically display the hold slip dialog for auto-filled holds.
507         -
508             - pref: BlockReturnOfWithdrawnItems
509               choices:
510                   yes: Block
511                   no: "Don't block"
512             - returning of items that have been withdrawn.
513         -
514             - pref: BlockReturnOfLostItems
515               choices:
516                   yes: Block
517                   no: "Don't block"
518             - returning of items that have been lost.
519         -
520             - pref: CalculateFinesOnReturn
521               choices:
522                   yes: Do
523                   no: "Don't"
524             - calculate and update overdue charges when an item is returned.
525             - "<br /><strong>NOTE: If you are doing hourly loans then you should have this on.</strong>"
526         -
527             - pref: UpdateNotForLoanStatusOnCheckin
528               type: textarea
529               class: code
530             - 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
531             - "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."
532             - Each pair of values should be on a separate line.
533         -
534             - pref: CumulativeRestrictionPeriods
535               choices:
536                   yes: Cumulate
537                   no: "Don't cumulate"
538             - the restriction periods.
539         -
540             - pref: HidePersonalPatronDetailOnCirculation
541               choices:
542                   yes: Do
543                   no: "Don't"
544             - Hide patrons phone number, email address, street address and city in     the circulation page
545     Holds Policy:
546         -
547             - In the staff client, split the holds queue into separate tables by
548             - pref: HoldsSplitQueue
549               choices:
550                   nothing: nothing
551                   branch: "pickup library"
552                   itemtype: "hold itemtype"
553                   branch_itemtype: "pickup library & itemtype"
554         -
555             - If the holds queue is split, show librarians
556             - pref: HoldsSplitQueueNumbering
557               choices:
558                   actual: "the actual priority, which may be out of order"
559                   virtual: "'virtual' priorities, where each group is numbered separately"
560         -
561             - pref: AllowHoldItemTypeSelection
562               choices:
563                   yes: Allow
564                   no: "Don't allow"
565             - hold fulfillment to be limited by itemtype.
566         -
567             - pref: AllowRenewalIfOtherItemsAvailable
568               choices:
569                   yes: Allow
570                   no: "Don't allow"
571             - a patron to renew an item with unfilled holds if other available items can fill that hold.
572         -
573             - pref: AllowHoldPolicyOverride
574               choices:
575                   yes: Allow
576                   no: "Don't allow"
577             - staff to force addition of holds even if the patron already has the maximum number of holds allowed.
578         -
579             - pref: AllowHoldsOnDamagedItems
580               choices:
581                   yes: Allow
582                   no: "Don't allow"
583             - hold requests to be placed on and filled by damaged items.
584         -
585             - pref: AllowHoldDateInFuture
586               choices:
587                   yes: Allow
588                   no: "Don't allow"
589             - hold requests to be placed that do not enter the waiting list until a certain future date.
590         -
591             - pref: OPACAllowHoldDateInFuture
592               choices:
593                   yes: Allow
594                   no: "Don't allow"
595             - "patrons to place holds that don't enter the waiting list until a certain future date. (AllowHoldDateInFuture must also be enabled)."
596         -
597             - Confirm future hold requests (starting no later than
598             - pref: ConfirmFutureHolds
599               class: integer
600             - 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.
601         -
602             - Check the
603             - pref: ReservesControlBranch
604               choices:
605                   ItemHomeLibrary: "item's home library"
606                   PatronLibrary: "patron's home library"
607             - to see if the patron can place a hold on the item.    
608         -
609             - Mark a hold as problematic if it has been waiting for more than
610             - pref: ReservesMaxPickUpDelay
611               class: integer
612             - days.
613         -
614             - pref: ExpireReservesMaxPickUpDelay
615               choices:
616                   yes: Allow
617                   no: "Don't allow"
618             - "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."
619         -
620             - If using ExpireReservesMaxPickUpDelay, charge a borrower who allows his or her waiting hold to expire a fee of
621             - pref: ExpireReservesMaxPickUpDelayCharge
622               class: currency
623         -
624             - Satisfy holds using items from the libraries
625             - pref: StaticHoldsQueueWeight
626               class: multi
627             - (as branchcodes, separated by commas; if empty, uses all libraries)
628             - when they are
629             - pref: HoldsQueueSkipClosed
630               choices:
631                   yes: open
632                   no: open or closed
633             - pref: RandomizeHoldsQueueWeight
634               choices:
635                   yes: in random order.
636                   no: in that order.
637             - "<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."
638             -
639         -
640             - pref: canreservefromotherbranches
641               choices:
642                   yes: Allow
643                   no: "Don't allow (with independent branches)"
644             - a user from one library to place a hold on an item from another library
645         -
646             - pref: OPACAllowUserToChooseBranch
647               choices:
648                   yes: Allow
649                   no: "Don't allow"
650             - a user to choose the library to pick up a hold from.
651         -
652             - pref: ReservesNeedReturns
653               choices:
654                   yes: "Don't automatically"
655                   no: Automatically
656             - mark a hold as found and waiting when a hold is placed on a specific item and that item is already checked in.
657         -
658             - Patrons can only have
659             - pref: maxreserves
660               class: integer
661             - holds at once.
662         -
663             - pref: emailLibrarianWhenHoldIsPlaced
664               choices:
665                   yes: Enable
666                   no:  "Don't enable"
667             - "sending an email to the Koha administrator email address whenever a hold request is placed."
668         -
669             - pref: DisplayMultiPlaceHold
670               choices:
671                   yes: Enable
672                   no:  "Don't enable"
673             - "the ability to place holds on multiple bibliographic records from the search results"
674         -
675             - pref: TransferWhenCancelAllWaitingHolds
676               choices:
677                   yes: Transfer
678                   no: "Don't transfer"
679             - items when cancelling all waiting holds.
680         -
681             - pref: AutoResumeSuspendedHolds
682               choices:
683                   yes: Allow
684                   no: "Don't allow"
685             - "suspended holds to be automatically resumed by a set date."
686             - "<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."
687         -
688             - pref: SuspendHoldsIntranet
689               choices:
690                   yes: Allow
691                   no: "Don't allow"
692             - holds to be suspended from the intranet.
693         -
694             - pref: SuspendHoldsOpac
695               choices:
696                   yes: Allow
697                   no: "Don't allow"
698             - holds to be suspended from the OPAC.
699         -
700             - pref: ExpireReservesOnHolidays
701               choices:
702                   yes: Allow
703                   no: "Don't allow"
704             - expired holds to be canceled on days the library is closed.
705         -
706             - pref: ExcludeHolidaysFromMaxPickUpDelay
707               choices:
708                   yes: Allow
709                   no: "Don't allow"
710             - Closed days to be taken into account in reserves max pickup delay.
711         -
712             - pref: decreaseLoanHighHolds
713               choices:
714                   yes: Enable
715                   no:  "Don't enable"
716             - the reduction of loan period to
717             - pref: decreaseLoanHighHoldsDuration
718               class: integer
719             - days for items with more than
720             - pref: decreaseLoanHighHoldsValue
721               class: integer
722             - holds
723             - pref: decreaseLoanHighHoldsControl
724               choices:
725                   static: "on the record"
726                   dynamic: "over the number of holdable items on the record"
727             - . Ignore items with the following statuses when counting items
728             - pref: decreaseLoanHighHoldsIgnoreStatuses
729               multiple:
730                 damaged: Damaged
731                 itemlost: Lost
732                 withdrawn: Withdrawn
733                 notforloan: Not for loan
734         -
735             - pref: AllowHoldsOnPatronsPossessions
736               choices:
737                   yes: Allow
738                   no: "Don't allow"
739             - a patron to place a hold on a record where the patron already has one or more items attached to that record checked out.
740         -
741             - pref: LocalHoldsPriority
742               choices:
743                   yes: Give
744                   no: "Don't give"
745             - priority for filling holds to patrons whose
746             - pref: LocalHoldsPriorityPatronControl
747               choices:
748                   PickupLibrary: "pickup library"
749                   HomeLibrary: "home library"
750             - matches the item's
751             - pref: LocalHoldsPriorityItemControl
752               choices:
753                   homebranch: "home library"
754                   holdingbranch: "holding library"
755         -
756             - pref: OPACHoldsIfAvailableAtPickup
757               choices:
758                   yes: Allow
759                   no: "Don't allow"
760             - to pickup up holds at libraries where the item is available.
761         -
762             - "Patron categories not affected by OPACHoldsIfAvailableAtPickup"
763             - pref: OPACHoldsIfAvailableAtPickupExceptions
764             - "(list of patron categories separated with a pipe '|')"
765         -
766             - pref: CanMarkHoldsToPullAsLost
767               choices:
768                   do_not_allow: "Do not allow to mark items as lost"
769                   allow: "Allow to mark items as lost"
770                   allow_and_notify: "Allow to mark items as lost and notify the patron"
771             - "from the 'Holds to pull' screen"
772         -
773             - Update item's values when marked as lost from the hold to pull screen.
774             - This is a list of values to update an item when it is marked as lost from the holds to pull screen.
775             - 'Example: "itemlost: 1" to set items.itemlost to 1 when the item is marked as lost'
776             - pref: UpdateItemWhenLostFromHoldList
777               type: textarea
778     Interlibrary Loans:
779         -
780             - pref: ILLModule
781               default: 0
782               choices:
783                   yes: Enable
784                   no: Disable
785             - the interlibrary loans module (master switch).
786         -
787             - "Adding text will enable the copyright clearance stage in request creation. The text you enter will be the text displayed."
788             - pref: ILLModuleCopyrightClearance
789               type: textarea
790               class: long
791     Fines Policy:
792         -
793             - Calculate fines based on days overdue
794             - pref: finesCalendar
795               type: choice
796               choices:
797                   ignoreCalendar: directly.
798                   noFinesWhenClosed: not including days the library is closed.
799             -
800         -
801             - pref: finesMode
802               type: choice
803               choices:
804                   off: "Don't calculate"
805                   test: Calculate (but only for mailing to the admin)
806                   production: Calculate and charge
807             - fines (when <code>misc/cronjobs/fines.pl</code> is being run).
808             - "<br><strong>NOTE:</strong> Fines can also be charged by the CalculateFinesOnReturn system preference."
809             - "<br><strong>NOTE:</strong> This system preference requires the <code>misc/cronjobs/fines.pl</code> cronjob. Ask your system administrator to schedule it."
810         -
811             - If a lost item is returned, apply the refunding rules defined in the
812             - pref: RefundLostOnReturnControl
813               choices:
814                   CheckinLibrary: "check-in library."
815                   ItemHomeBranch: "item home branch."
816                   ItemHoldingBranch: "item holding branch."
817         -
818             - pref: FinesIncludeGracePeriod
819               choices:
820                   yes: Include
821                   no: "Don't include"
822             - the grace period when calculating the fine for an overdue item.
823         -
824             - pref: WhenLostForgiveFine
825               choices:
826                   yes: Forgive
827                   no: "Don't Forgive"
828             - the fines on an item when it is lost.
829         -
830             - pref: WhenLostChargeReplacementFee
831               choices:
832                   yes: Charge
833                   no: "Don't Charge"
834             - the replacement price when a patron loses an item.
835         -
836             - Charge a hold fee
837             - pref: HoldFeeMode
838               choices:
839                   any_time_is_placed: "any time a hold is placed."
840                   not_always: "only if all items are checked out and the record has at least one hold already."
841                   any_time_is_collected: "any time a hold is collected."
842         -
843             - pref: useDefaultReplacementCost
844               choices:
845                   yes: use
846                   no: "Don't use"
847             - the default replacement cost defined in item type.
848         -
849             - "Set the text to be recorded in the column 'note', table 'accountlines' when the processing fee (defined in item type) is applied."
850             - pref: ProcessingFeeNote
851               type: textarea
852               class: code
853     Self check-in module:
854         -
855             - "Include the following HTML on the self check-in screen:"
856             - pref: SelfCheckInMainUserBlock
857               type: textarea
858               class: code
859         -
860             - pref: SelfCheckInModule
861               choices:
862                   yes: Enable
863                   no: "Don't enable"
864             - "the standalone self check-in module (available at: /cgi-bin/koha/sci/sci-main.pl)"
865         -
866             - "Reset the current self check-in screen after"
867             - pref: SelfCheckInTimeout
868               class: integer
869             - seconds.
870         -
871             - "Include the following CSS on all the self check-in screens:"
872             - pref: SelfCheckInUserCSS
873               type: textarea
874               class: code
875         -
876             - "Include the following JavaScript on all the self check-in screens:"
877             - pref: SelfCheckInUserJS
878               type: textarea
879               class: code
880     Self Checkout:
881         -
882             - "Include the following JavaScript on all pages in the web-based self checkout:"
883             - pref: SCOUserJS
884               type: textarea
885               class: code
886         -
887             - "Include the following HTML on the the web-based self checkout screen:"
888             - pref: SCOMainUserBlock
889               type: textarea
890               class: code
891         -
892             - "Include the following CSS on all pages in the web-based self checkout:"
893             - pref: SCOUserCSS
894               type: textarea
895               class: code
896         -
897             - pref: ShowPatronImageInWebBasedSelfCheck
898               choices:
899                   yes: Show
900                   no: "Don't show"
901             - "the patron's picture (if one has been added) when they use the web-based self checkout."
902         -
903             - pref: WebBasedSelfCheck
904               choices:
905                   yes: Enable
906                   no: "Don't enable"
907             - "the web-based self checkout system. (available at: /cgi-bin/koha/sco/sco-main.pl)"
908         -
909             - Have patrons login into the web-based self checkout system with their 
910             - pref: SelfCheckoutByLogin
911               choices:
912                   yes: Username and Password
913                   no: Cardnumber
914         -
915             - "Time out the current patron's web-based self checkout system login after"
916             - pref: SelfCheckTimeout
917               class: integer
918             - seconds.
919         -
920             - pref: AllowSelfCheckReturns
921               choices:
922                   yes: Allow
923                   no: "Don't allow"
924             - patrons to return items through web-based self checkout system. 
925         -
926             - "Include the following HTML in the Help page of the web-based self checkout system:"
927             - pref: SelfCheckHelpMessage
928               type: htmlarea
929               class: code
930         -
931             - pref: AutoSelfCheckAllowed
932               choices:
933                   yes: Allow
934                   no: "Don't allow"
935             - "the web-based self checkout system to automatically login with this staff login"
936             - pref: AutoSelfCheckID
937             - and this password
938             - pref: AutoSelfCheckPass
939             - .
940         -
941             - pref: SelfCheckReceiptPrompt
942               choices:
943                   yes: Show
944                   no: "Don't show"
945             - "the print receipt popup dialog when self checkout is finished"
946     Course Reserves:
947         -
948             - pref: UseCourseReserves
949               choices:
950                   yes: Use
951                   no: "Don't use"
952             - course reserves
953     Batch checkout:
954         -
955             - pref: BatchCheckouts
956               choices:
957                   yes: Allow
958                   no: "Don't allow"
959             - "batch checkouts"
960         -
961             - "Patron categories allowed to checkout in a batch"
962             - pref: BatchCheckoutsValidCategories
963             - "(list of patron categories separated with a pipe '|')"
964     Housebound module:
965         -
966             - pref: HouseboundModule
967               choices:
968                   yes: Enable
969                   no: Disable
970             - "housebound module"
971     Stockrotation module:
972         -
973             - pref: StockRotation
974               choices:
975                   yes: Enable
976                   no: Disable
977             - "the stock rotation module"
978         -
979             - pref: RotationPreventTransfers
980               choices:
981                   yes: Disallow
982                   no: Allow
983             - "library transfers on items in stockrotation rotas"
984     Article Requests:
985         -
986             - pref: ArticleRequests
987               choices:
988                   yes: Enable
989                   no: "Don't enable"
990             - patrons to place article requests.
991         -
992             - pref: ArticleRequestsLinkControl
993               choices:
994                   always: Always show
995                   calc: Use algorithm to show or hide
996             - article request link on search results.
997         -
998             - For records that are record level or item level requestable, make the following fields mandatory
999             - pref: ArticleRequestsMandatoryFields
1000               multiple:
1001                 title: Title
1002                 author: Author
1003                 volume: Volume
1004                 issue: Issue
1005                 date: Date
1006                 pages: Pages
1007                 chapters: Chapters
1008             -
1009         -
1010             - For records that are only record level requestable, make the following fields mandatory
1011             - pref: ArticleRequestsMandatoryFieldsRecordOnly
1012               multiple:
1013                 title: Title
1014                 author: Author
1015                 volume: Volume
1016                 issue: Issue
1017                 date: Date
1018                 pages: Pages
1019                 chapters: Chapters
1020             -
1021         -
1022             - For records that are only item level requestable, make the following fields mandatory
1023             - pref: ArticleRequestsMandatoryFieldsItemOnly
1024               multiple:
1025                 title: Title
1026                 author: Author
1027                 volume: Volume
1028                 issue: Issue
1029                 date: Date
1030                 pages: Pages
1031                 chapters: Chapters
1032             -