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