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