Bug 16530: Adding a circ sidebar navigation menu and circSidebar syspref to activate...
[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     Holds Policy:
469         -
470             - pref: AllowHoldItemTypeSelection
471               choices:
472                   yes: Allow
473                   no: "Don't allow"
474             - hold fulfillment to be limited by itemtype.
475         -
476             - pref: AllowRenewalIfOtherItemsAvailable
477               choices:
478                   yes: Allow
479                   no: "Don't allow"
480             - a patron to renew an item with unfilled holds if other available items can fill that hold.
481         -
482             - pref: AllowHoldPolicyOverride
483               choices:
484                   yes: Allow
485                   no: "Don't allow"
486             - staff to override hold policies when placing holds.
487         -
488             - pref: AllowHoldsOnDamagedItems
489               choices:
490                   yes: Allow
491                   no: "Don't allow"
492             - hold requests to be placed on and filled by damaged items.
493         -
494             - pref: AllowHoldDateInFuture
495               choices:
496                   yes: Allow
497                   no: "Don't allow"
498             - hold requests to be placed that do not enter the waiting list until a certain future date.
499         -
500             - pref: OPACAllowHoldDateInFuture
501               choices:
502                   yes: Allow
503                   no: "Don't allow"
504             - "patrons to place holds that don't enter the waiting list until a certain future date. (AllowHoldDateInFuture must also be enabled)."
505         -
506             - Confirm future hold requests (starting no later than
507             - pref: ConfirmFutureHolds
508               class: integer
509             - 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.
510         -
511             - Check the
512             - pref: ReservesControlBranch
513               choices:
514                   ItemHomeLibrary: "item's home library"
515                   PatronLibrary: "patron's home library"
516             - to see if the patron can place a hold on the item.    
517         -
518             - Mark a hold as problematic if it has been waiting for more than
519             - pref: ReservesMaxPickUpDelay
520               class: integer
521             - days.
522         -
523             - pref: ExpireReservesMaxPickUpDelay
524               choices:
525                   yes: Allow
526                   no: "Don't allow"
527             - "holds to expire automatically if they have not been picked by within the time period specified in ReservesMaxPickUpDelay"
528         -
529             - If using ExpireReservesMaxPickUpDelay, charge a borrower who allows his or her waiting hold to expire a fee of
530             - pref: ExpireReservesMaxPickUpDelayCharge
531               class: currency
532         -
533             - Satisfy holds using items from the libraries
534             - pref: StaticHoldsQueueWeight
535               class: multi
536             - (as branchcodes, separated by commas; if empty, uses all libraries)
537             - when they are
538             - pref: HoldsQueueSkipClosed
539               choices:
540                   yes: open
541                   no: open or closed
542             - pref: RandomizeHoldsQueueWeight
543               choices:
544                   yes: in random order.
545                   no: in that order.
546             -
547         -
548             - pref: canreservefromotherbranches
549               choices:
550                   yes: Allow
551                   no: "Don't allow (with independent branches)"
552             - a user from one library to place a hold on an item from another library
553         -
554             - pref: OPACAllowUserToChooseBranch
555               choices:
556                   yes: Allow
557                   no: "Don't allow"
558             - a user to choose the library to pick up a hold from.
559         -
560             - pref: ReservesNeedReturns
561               choices:
562                   yes: "Don't automatically"
563                   no: Automatically
564             - mark a hold as found and waiting when a hold is placed on a specific item and that item is already checked in.
565         -
566             - Patrons can only have
567             - pref: maxreserves
568               class: integer
569             - holds at once.
570         -
571             - pref: emailLibrarianWhenHoldIsPlaced
572               choices:
573                   yes: Enable
574                   no:  "Don't enable"
575             - "sending an email to the Koha administrator email address whenever a hold request is placed."
576         -
577             - pref: DisplayMultiPlaceHold
578               choices:
579                   yes: Enable
580                   no:  "Don't enable"
581             - "the ability to place holds on multiple biblio from the search results"       
582         -
583             - pref: TransferWhenCancelAllWaitingHolds
584               choices:
585                   yes: Transfer
586                   no: "Don't transfer"
587             - items when cancelling all waiting holds.
588         -
589             - pref: AutoResumeSuspendedHolds
590               choices:
591                   yes: Allow
592                   no: "Don't allow"
593             - suspended holds to be automatically resumed by a set date.
594         -
595             - pref: SuspendHoldsIntranet
596               choices:
597                   yes: Allow
598                   no: "Don't allow"
599             - holds to be suspended from the intranet.
600         -
601             - pref: SuspendHoldsOpac
602               choices:
603                   yes: Allow
604                   no: "Don't allow"
605             - holds to be suspended from the OPAC.
606         -
607             - pref: ExpireReservesOnHolidays
608               choices:
609                   yes: Allow
610                   no: "Don't allow"
611             - expired holds to be canceled on days the library is closed.
612         -
613             - pref: decreaseLoanHighHolds
614               choices:
615                   yes: Enable
616                   no:  "Don't enable"
617             - the reduction of loan period to
618             - pref: decreaseLoanHighHoldsDuration
619               class: integer
620             - days for items with more than
621             - pref: decreaseLoanHighHoldsValue
622               class: integer
623             - holds
624             - pref: decreaseLoanHighHoldsControl
625               choices:
626                   static: "on the record"
627                   dynamic: "over the number of holdable items on the record"
628             - . Ignore items with the following statuses when counting items
629             - pref: decreaseLoanHighHoldsIgnoreStatuses
630               multiple:
631                 damaged: Damaged
632                 itemlost: Lost
633                 withdrawn: Withdrawn
634                 notforloan: Not for loan
635         -
636             - pref: AllowHoldsOnPatronsPossessions
637               choices:
638                   yes: Allow
639                   no: "Don't allow"
640             - a patron to place a hold on a record where the patron already has one or more items attached to that record checked out.
641         -
642             - pref: LocalHoldsPriority
643               choices:
644                   yes: Give
645                   no: "Don't give"
646             - priority for filling holds to patrons whose
647             - pref: LocalHoldsPriorityPatronControl
648               choices:
649                   PickupLibrary: "pickup library"
650                   HomeLibrary: "home library"
651             - matches the item's
652             - pref: LocalHoldsPriorityItemControl
653               choices:
654                   homebranch: "home library"
655                   holdingbranch: "holding library"
656         -
657             - pref: OPACHoldsIfAvailableAtPickup
658               choices:
659                   yes: Allow
660                   no: "Don't allow"
661             - to pickup up holds at libraries where the item is available.
662         -
663             - "Patron categories not affected by OPACHoldsIfAvailableAtPickup"
664             - pref: OPACHoldsIfAvailableAtPickupExceptions
665             - "(list of patron categories separated with a pipe '|')"
666     Fines Policy:
667         -
668             - Calculate fines based on days overdue
669             - pref: finesCalendar
670               type: choice
671               choices:
672                   ignoreCalendar: directly.
673                   noFinesWhenClosed: not including days the library is closed.
674             -
675         -
676             - pref: finesMode
677               type: choice
678               choices:
679                   off: "Don't calculate"
680                   test: Calculate (but only for mailing to the admin)
681                   production: Calculate and charge
682             - fines (when <code>misc/cronjobs/fines.pl</code> is being run).
683             - <br><b>Note:</b> Fines can also be charged by the CalculateFinesOnReturn system preference.
684         -
685             - If a lost item is returned, apply the refunding rules defined in the
686             - pref: RefundLostOnReturnControl
687               choices:
688                   CheckinLibrary: "check-in library."
689                   ItemHomeBranch: "item home branch."
690                   ItemHoldingBranch: "item holding branch."
691         -
692             - pref: FinesIncludeGracePeriod
693               choices:
694                   yes: Include
695                   no: "Don't include"
696             - the grace period when calculating the fine for an overdue item.
697         -
698             - pref: WhenLostForgiveFine
699               choices:
700                   yes: Forgive
701                   no: "Don't Forgive"
702             - the fines on an item when it is lost.
703         -
704             - pref: WhenLostChargeReplacementFee
705               choices:
706                   yes: Charge
707                   no: "Don't Charge"
708             - the replacement price when a patron loses an item.
709         -
710             - Charge a hold fee
711             - pref: HoldFeeMode
712               choices:
713                   always: "any time a hold is placed."
714                   not_always: "only if all items are checked out and the record has at least one hold already."
715     Self Checkout:
716         -
717             - "Include the following JavaScript on all pages in the web-based self checkout:"
718             - pref: SCOUserJS
719               type: textarea
720               class: code
721         -
722             - "Include the following CSS on all pages in the web-based self checkout:"
723             - pref: SCOUserCSS
724               type: textarea
725               class: code
726         -
727             - pref: ShowPatronImageInWebBasedSelfCheck
728               choices:
729                   yes: Show
730                   no: "Don't show"
731             - "the patron's picture (if one has been added) when they use the web-based self checkout."
732         -
733             - pref: WebBasedSelfCheck
734               choices:
735                   yes: Enable
736                   no: "Don't enable"
737             - "the web-based self checkout system. (available at: /cgi-bin/koha/sco/sco-main.pl)"
738         -
739             - Have patrons login into the web-based self checkout system with their 
740             - pref: SelfCheckoutByLogin
741               choices:
742                   yes: Username and Password
743                   no: Barcode
744         -
745             - "Time out the current patron's web-based self checkout system login after"
746             - pref: SelfCheckTimeout
747               class: integer
748             - seconds.
749         -
750             - pref: AllowSelfCheckReturns
751               choices:
752                   yes: Allow
753                   no: "Don't allow"
754             - patrons to return items through web-based self checkout system. 
755         -
756             - "Include the following HTML in the Help page of the web-based self checkout system:"
757             - pref: SelfCheckHelpMessage
758               type: htmlarea
759               class: code
760         -
761             - pref: AutoSelfCheckAllowed
762               choices:
763                   yes: Allow
764                   no: "Don't allow"
765             - "the web-based self checkout system to automatically login with this staff login"
766             - pref: AutoSelfCheckID
767             - and this password
768             - pref: AutoSelfCheckPass
769             - .
770         -
771             - pref: SelfCheckReceiptPrompt
772               choices:
773                   yes: Show
774                   no: "Don't show"
775             - "the print receipt popup dialog when self checkout is finished"
776     Course Reserves:
777         -
778             - pref: UseCourseReserves
779               choices:
780                   yes: Use
781                   no: "Don't use"
782             - course reserves
783     Batch checkout:
784         -
785             - pref: BatchCheckouts
786               choices:
787                   yes: Allow
788                   no: "Don't allow"
789             - "batch checkouts"
790         -
791             - "Patron categories allowed to checkout in a batch"
792             - pref: BatchCheckoutsValidCategories
793             - "(list of patron categories separated with a pipe '|')"
794     Housebound module:
795         -
796             - pref: HouseboundModule
797               choices:
798                   yes: Enable
799                   no: Disable
800             - "housebound module"
801     Article Requests:
802         -
803             - pref: ArticleRequests
804               choices:
805                   yes: Enable
806                   no: "Don't enable"
807             - patrons to place article requests.
808         -
809             - For records that are record level or item level requestable, make the following fields mandatory
810             - pref: ArticleRequestsMandatoryFields
811               multiple:
812                 title: Title
813                 author: Author
814                 volume: Volume
815                 issue: Issue
816                 date: Date
817                 pages: Pages
818                 chapters: Chapters
819             -
820         -
821             - For records that are only record level requestable, make the following fields mandatory
822             - pref: ArticleRequestsMandatoryFieldsRecordOnly
823               multiple:
824                 title: Title
825                 author: Author
826                 volume: Volume
827                 issue: Issue
828                 date: Date
829                 pages: Pages
830                 chapters: Chapters
831             -
832         -
833             - For records that are only item level requestable, make the following fields mandatory
834             - pref: ArticleRequestsMandatoryFieldsItemOnly
835               multiple:
836                 title: Title
837                 author: Author
838                 volume: Volume
839                 issue: Issue
840                 date: Date
841                 pages: Pages
842                 chapters: Chapters
843             -