Bug 9576: can now control whether max loans limit can be overriden
[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             - Sort previous checkouts on the circulation page from
23             - pref: previousIssuesDefaultSortOrder
24               choices:
25                   asc: earliest to latest
26                   desc: latest to earliest
27             - due date.
28         -
29             - "Sort today's checkouts on the circulation page from"
30             - pref: todaysIssuesDefaultSortOrder
31               type: choice
32               choices:
33                   asc: earliest to latest
34                   desc: latest to earliest
35             - due date.
36         -
37             - pref: UseTablesortForCirc
38               choices:
39                   yes: "Enable"
40                   no: "Don't enable"
41             - "the sorting of current patron checkouts on the circulation screen. <br/>NOTE: Enabling this function may slow down circulation time for patrons with many checkouts."
42         -
43             - pref: soundon
44               choices: 
45                  yes: "Enable"
46                  no: "Don't enable"
47             - circulation sounds during checkin and checkout in the staff interface.  Not supported by all web browsers yet.
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             - Set the default start date for the Holds to pull list to
56             - pref: HoldsToPullStartDate
57               class: integer
58             - day(s) ago.
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                   yes: "open a print quick slip window"
105                   no: "clear the screen"
106             - .
107         -
108             - Include the stylesheet at
109             - pref: NoticeCSS
110               class: url
111             - on Notices. (This should be a complete URL, starting with <code>http://</code>)
112         -
113             - pref: UpdateTotalIssuesOnCirc
114               choices:
115                   yes: Do
116                   no: "Do not"
117             - 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).
118         -
119             - Use the
120             - pref: ExportWithCsvProfile
121             - CSV profile when exporting patron checkout history (enter CSV Profile name)
122         -
123             - The following fields should be excluded from the patron checkout history CSV or iso2709 export
124             - pref: ExportRemoveFields
125             - (separate fields with space, e.g. 100a 200b 300c)
126
127     Checkout Policy:
128         -
129             - pref: AllowTooManyOverride
130               choices:
131                   yes: Allow
132                   no: "Don't allow"
133             - staff to override and check out items when the patron has reached the maximum number of allowed checkouts.
134         -
135             - pref: AllowNotForLoanOverride
136               choices:
137                   yes: Allow
138                   no: "Don't allow"
139             - staff to override and check out items that are marked as not for loan.
140         -
141             - pref: AllowRenewalLimitOverride
142               choices:
143                   yes: Allow
144                   no: "Don't allow"
145             - staff to manually override the renewal limit and renew a checkout when it would go over the renewal limit.
146         -
147             - pref: AllowItemsOnHoldCheckout
148               choices:
149                   yes: Allow
150                   no: "Don't allow"
151             - checkouts of items reserved to someone else. If allowed do not generate RESERVE_WAITING and RESERVED warning. This allows self checkouts for those items.
152         -
153             - pref: AllFinesNeedOverride
154               choices:
155                   yes: Require
156                   no: "Don't require"
157             - staff to manually override all fines, even fines less than noissuescharge.
158         -
159             - pref: AllowFineOverride
160               choices:
161                   yes: Allow
162                   no: "Don't allow"
163             - staff to manually override and check out items to patrons who have more than noissuescharge in fines.
164         -
165             - pref: InProcessingToShelvingCart
166               choices:
167                   yes: Move
168                   no: "Don't move"
169             - items that have the location PROC to the location CART when they are checked in.
170         -
171             - pref: ReturnToShelvingCart
172               choices:
173                   yes: Move
174                   no: "Don't move"
175             - all items to the location CART when they are checked in.
176         -
177             - pref: AutomaticItemReturn
178               choices:
179                   yes: Do
180                   no: "Don't"
181             - automatically transfer items to their home library when they are returned.
182         -
183             - pref: UseBranchTransferLimits
184               choices:
185                   yes: Enforce
186                   no: "Don't enforce"
187             - library transfer limits based on
188             - pref: BranchTransferLimitsType
189               choices:
190                   ccode: collection code
191                   itemtype: item type
192             - .
193         -
194             - pref: UseTransportCostMatrix
195               choices:
196                   yes: Use
197                   no: "Don't use"
198             - Transport Cost Matrix for calculating optimal holds filling between branches.
199         -
200             - Use the checkout and fines rules of
201             - pref: CircControl
202               type: choice
203               choices:
204                   PickupLibrary: the library you are logged in at.
205                   PatronLibrary: the library the patron is from.
206                   ItemHomeLibrary: the library the item is from.
207         -
208             - Use the checkout and fines rules of
209             - pref: HomeOrHoldingBranch
210               type: choice
211               choices:
212                   homebranch: the library the item is from.
213                   holdingbranch: the library the item was checked out from.
214         -
215             - Allow materials to be returned to
216             - pref: AllowReturnToBranch
217               type: choice
218               choices:
219                   anywhere: to any library.
220                   homebranch: only the library the item is from.
221                   holdingbranch: only the library the item was checked out from.
222                   homeorholdingbranch: either the library the item is from or the library it was checked out from.
223         -
224             - Calculate the due date using 
225             - pref: useDaysMode
226               choices:
227                   Days: circulation rules only.
228                   Calendar: the calendar to skip all days the library is closed.
229                   Datedue: the calendar to push the due date to the next open day
230         -
231             - When renewing checkouts, base the new due date on
232             - pref: RenewalPeriodBase
233               choices:
234                   date_due: the old due date of the checkout.
235                   now: the current date.
236         -
237             - pref: RenewalSendNotice
238               choices:
239                   yes: Send
240                   no: "Don't send"
241             - a renewal notice according to patron checkout alert preferences.
242         -
243             - Prevent patrons from making holds on the OPAC if they owe more than
244             - pref: maxoutstanding
245               class: currency
246             - '[% local_currency %] in fines.'
247         -
248             - Show a warning on the "Transfers to Receive" screen if the transfer has not been received
249             - pref: TransfersMaxDaysWarning
250               class: integer
251             - days after it was sent.
252         -
253             - pref: IssuingInProcess
254               choices:
255                   yes: "Don't prevent"
256                   no: "Prevent"
257             - patrons from checking out an item whose rental charge would take them over the limit.
258         -
259             - "Restrict patrons with the following target audience values from checking out inappropriate materials:"
260             - pref: AgeRestrictionMarker
261             - "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."
262         -
263             - pref: AgeRestrictionOverride
264               choices:
265                   yes: Allow
266                   no: "Don't allow"
267             - staff to check out an item with age restriction.
268         -
269             - Prevent patrons from checking out books if they have more than
270             - pref: noissuescharge
271               class: integer
272             - '[% local_currency %] in fines.'
273         -
274             - pref: RentalsInNoissuesCharge
275               choices:
276                   yes: Include
277                   no: "Don't include"
278             - rental charges when summing up charges for noissuescharge.
279         -
280             - pref: ManInvInNoissuesCharge
281               choices:
282                   yes: Include
283                   no: "Don't include"
284             - MANUAL_INV charges when summing up charges for noissuescharge.
285         -
286             - pref: ReturnBeforeExpiry
287               choices:
288                   yes: Require
289                   no: "Don't require"
290             - "patrons to return books before their accounts expire (by restricting due dates to before the patron's expiration date)."
291         -
292             - Send all notices as a BCC to this email address
293             - pref: OverdueNoticeBcc
294         - 
295             - Include up to
296             - pref: PrintNoticesMaxLines
297               class: integer
298             - "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."
299         -
300             - pref: OverduesBlockCirc
301               choices:
302                   block: Block
303                   noblock: "Don't block"
304                   confirmation: Ask for confirmation
305             - when checking out to a borrower that has overdues outstanding         
306         -
307             - On checkin route the returned item to
308             - pref: HomeOrHoldingBranchReturn
309               type: choice
310               choices:
311                   homebranch: the library the item is from.
312                   holdingbranch: the library the item was checked out from.
313         -
314             - "When issuing an item that has been marked as lost, "
315             - pref: IssueLostItem
316               choices:
317                   confirm: "require confirmation"
318                   alert: "display a message"
319                   nothing : "do nothing"
320             - .
321     Checkin Policy:
322         -
323             - pref: BlockReturnOfWithdrawnItems
324               choices:
325                   yes: Block
326                   no: "Don't block"
327             - returning of items that have been withdrawn.
328         -
329             - pref: CalculateFinesOnReturn
330               choices:
331                   yes: Do
332                   no: "Don't"
333             - calculate and update overdue charges when an item is returned.
334             - <br /><b>NOTE If you are doing hourly loans then you should have this on.</b>
335     Holds Policy:
336         -
337             - pref: AllowHoldPolicyOverride
338               choices:
339                   yes: Allow
340                   no: "Don't allow"
341             - staff to override hold policies when placing holds.
342         -
343             - pref: AllowHoldsOnDamagedItems
344               choices:
345                   yes: Allow
346                   no: "Don't allow"
347             - hold requests to be placed on damaged items.
348         -
349             - pref: AllowOnShelfHolds
350               choices:
351                   yes: Allow
352                   no: "Don't allow"
353             - hold requests to be placed on items that are not checked out.
354         -
355             - pref: AllowHoldDateInFuture
356               choices:
357                   yes: Allow
358                   no: "Don't allow"
359             - hold requests to be placed that do not enter the waiting list until a certain future date.
360         -
361             - pref: OPACAllowHoldDateInFuture
362               choices:
363                   yes: Allow
364                   no: "Don't allow"
365             - "patrons to place holds that don't enter the waiting list until a certain future date. (AllowHoldDateInFuture must also be enabled)."
366         -
367             - Check the
368             - pref: ReservesControlBranch
369               choices:
370                   ItemHomeLibrary: "item's home library"
371                   PatronLibrary: "patron's home library"
372             - to see if the patron can place a hold on the item.    
373         -
374             - Mark a hold as problematic if it has been waiting for more than
375             - pref: ReservesMaxPickUpDelay
376               class: integer
377             - days.
378         -
379             - pref: ExpireReservesMaxPickUpDelay
380               choices:
381                   yes: Allow
382                   no: "Don't allow"
383             - "holds to expire automatically if they have not been picked by within the time period specified in ReservesMaxPickUpDelay"
384         -
385             - If using ExpireReservesMaxPickUpDelay, charge a borrower who allows his or her waiting hold to expire a fee of
386             - pref: ExpireReservesMaxPickUpDelayCharge
387               class: currency
388         -
389             - Satisfy holds from the libraries
390             - pref: StaticHoldsQueueWeight
391               class: multi
392             - (as branchcodes, separated by commas; if empty, uses all libraries)
393             - pref: RandomizeHoldsQueueWeight
394               choices:
395                   yes: in random order.
396                   no: in that order.
397             -
398         -
399             - pref: canreservefromotherbranches
400               choices:
401                   yes: Allow
402                   no: "Don't allow (with independent branches)"
403             - a user from one library to place a hold on an item from another library
404         -
405             - pref: OPACAllowUserToChooseBranch
406               choices:
407                   yes: Allow
408                   no: "Don't allow"
409             - a user to choose the library to pick up a hold from.
410         -
411             - pref: ReservesNeedReturns
412               choices:
413                   yes: "Don't automatically"
414                   no: Automatically
415             - mark holds as found and waiting when a hold is placed specifically on them and they are already checked in.
416         -
417             - Patrons can only have
418             - pref: maxreserves
419               class: integer
420             - holds at once.
421         -
422             - pref: emailLibrarianWhenHoldIsPlaced
423               choices:
424                   yes: Enable
425                   no:  "Don't enable"
426             - "sending an email to the Koha administrator email address whenever a hold request is placed."
427         -
428             - pref: DisplayMultiPlaceHold
429               choices:
430                   yes: Enable
431                   no:  "Don't enable"
432             - "the ability to place holds on multiple biblio from the search results"       
433         -
434             - pref: TransferWhenCancelAllWaitingHolds
435               choices:
436                   yes: Transfer
437                   no: "Don't transfer"
438             - items when cancelling all waiting holds.
439         -
440             - pref: AutoResumeSuspendedHolds
441               choices:
442                   yes: Allow
443                   no: "Don't allow"
444             - suspended holds to be automatically resumed by a set date.
445         -
446             - pref: SuspendHoldsIntranet
447               choices:
448                   yes: Allow
449                   no: "Don't allow"
450             - holds to be suspended from the intranet.
451         -
452             - pref: SuspendHoldsOpac
453               choices:
454                   yes: Allow
455                   no: "Don't allow"
456             - holds to be suspended from the OPAC.
457         -
458             - pref: decreaseLoanHighHolds
459               choices:
460                   yes: Enable
461                   no:  "Don't enable"
462             - the reduction of loan period to
463             - pref: decreaseLoanHighHoldsDuration
464               class: integer
465             - days for items with more than
466             - pref: decreaseLoanHighHoldsValue
467               class: integer
468             - holds.
469         -
470             - pref: AllowHoldsOnPatronsPossessions
471               choices:
472                   yes: Allow
473                   no: "Don't allow"
474             - a patron to place a hold on a record where the patron already has one or more items attached to that record checked out.
475     Fines Policy:
476         -
477             - Calculate fines based on days overdue
478             - pref: finesCalendar
479               type: choice
480               choices:
481                   ignoreCalendar: directly.
482                   noFinesWhenClosed: not including days the library is closed.
483             -
484         -
485             - pref: finesMode
486               type: choice
487               choices:
488                   off: "Don't calculate"
489                   test: Calculate (but only for mailing to the admin)
490                   production: Calculate and charge
491             - fines (when <code>misc/cronjobs/fines.pl</code> is being run).
492         -
493             - pref: RefundLostItemFeeOnReturn
494               choices:
495                   yes: Refund
496                   no: "Don't refund"
497             - lost item fees charged to a borrower when the lost item is returned.
498         -
499             - pref: FinesIncludeGracePeriod
500               choices:
501                   yes: Include
502                   no: "Don't include"
503             - the grace period when calculating the fine for an overdue item.
504     Self Checkout:
505         -
506             - "Include the following JavaScript on all pages in the web-based self checkout:"
507             - pref: SCOUserJS
508               type: textarea
509               class: code
510         -
511             - "Include the following CSS on all pages in the web-based self checkout:"
512             - pref: SCOUserCSS
513               type: textarea
514               class: code
515         -
516             - pref: ShowPatronImageInWebBasedSelfCheck
517               choices:
518                   yes: Show
519                   no: "Don't show"
520             - "the patron's picture (if one has been added) when they use the web-based self checkout."
521         -
522             - pref: WebBasedSelfCheck
523               choices:
524                   yes: Enable
525                   no: "Don't enable"
526             - "the web-based self checkout system. (available at: /cgi-bin/koha/sco/sco-main.pl)"
527         -
528             - Have patrons login into the web-based self checkout system with their 
529             - pref: SelfCheckoutByLogin
530               choices:
531                   yes: Username and Password
532                   no: Barcode
533         -
534             - "Time out the current patron's web-based self checkout system login after"
535             - pref: SelfCheckTimeout
536               class: integer
537             - seconds.
538         -
539             - pref: AllowSelfCheckReturns
540               choices:
541                   yes: Allow
542                   no: "Don't allow"
543             - patrons to return items through web-based self checkout system. 
544         -
545             - "Include the following HTML in the Help page of the web-based self checkout system:"
546             - pref: SelfCheckHelpMessage
547               type: textarea
548               class: code
549         -
550             - pref: AutoSelfCheckAllowed
551               choices:
552                   yes: Allow
553                   no: "Don't allow"
554             - "the web-based self checkout system to automatically login with this staff login"
555             - pref: AutoSelfCheckID
556             - and this password
557             - pref: AutoSelfCheckPass
558             - .
559     Course Reserves:
560         -
561             - pref: UseCourseReserves
562               choices:
563                   yes: Use
564                   no: "Don't use"
565             - course reserves