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