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