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