Merge branch 'bug_7189' into 3.12-master
[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: AllowNotForLoanOverride
130               choices:
131                   yes: Allow
132                   no: "Don't allow"
133             - staff to override and check out items that are marked as not for loan.
134         -
135             - pref: AllowRenewalLimitOverride
136               choices:
137                   yes: Allow
138                   no: "Don't allow"
139             - staff to manually override the renewal limit and renew a checkout when it would go over the renewal limit.
140         -
141             - pref: AllowItemsOnHoldCheckout
142               choices:
143                   yes: Allow
144                   no: "Don't allow"
145             - checkouts of items reserved to someone else. If allowed do not generate RESERVE_WAITING and RESERVED warning. This allows self checkouts for those items.
146         -
147             - pref: AllFinesNeedOverride
148               choices:
149                   yes: Require
150                   no: "Don't require"
151             - staff to manually override all fines, even fines less than noissuescharge.
152         -
153             - pref: AllowFineOverride
154               choices:
155                   yes: Allow
156                   no: "Don't allow"
157             - staff to manually override and check out items to patrons who have more than noissuescharge in fines.
158         -
159             - pref: InProcessingToShelvingCart
160               choices:
161                   yes: Move
162                   no: "Don't move"
163             - items that have the location PROC to the location CART when they are checked in.
164         -
165             - pref: ReturnToShelvingCart
166               choices:
167                   yes: Move
168                   no: "Don't move"
169             - all items to the location CART when they are checked in.
170         -
171             - pref: AutomaticItemReturn
172               choices:
173                   yes: Do
174                   no: "Don't"
175             - automatically transfer items to their home library when they are returned.
176         -
177             - pref: UseBranchTransferLimits
178               choices:
179                   yes: Enforce
180                   no: "Don't enforce"
181             - library transfer limits based on
182             - pref: BranchTransferLimitsType
183               choices:
184                   ccode: collection code
185                   itemtype: item type
186             - .
187         -
188             - pref: UseTransportCostMatrix
189               choices:
190                   yes: Use
191                   no: "Don't use"
192             - Transport Cost Matrix for calculating optimal holds filling between branches.
193         -
194             - Use the checkout and fines rules of
195             - pref: CircControl
196               type: choice
197               choices:
198                   PickupLibrary: the library you are logged in at.
199                   PatronLibrary: the library the patron is from.
200                   ItemHomeLibrary: the library the item is from.
201         -
202             - Use the checkout and fines rules of
203             - pref: HomeOrHoldingBranch
204               type: choice
205               choices:
206                   homebranch: the library the item is from.
207                   holdingbranch: the library the item was checked out from.
208         -
209             - Allow materials to be returned to
210             - pref: AllowReturnToBranch
211               type: choice
212               choices:
213                   anywhere: to any library.
214                   homebranch: only the library the item is from.
215                   holdingbranch: only the library the item was checked out from.
216                   homeorholdingbranch: either the library the item is from or the library it was checked out from.
217         -
218             - Calculate the due date using 
219             - pref: useDaysMode
220               choices:
221                   Days: circulation rules only.
222                   Calendar: the calendar to skip all days the library is closed.
223                   Datedue: the calendar to push the due date to the next open day
224         -
225             - When renewing checkouts, base the new due date on
226             - pref: RenewalPeriodBase
227               choices:
228                   date_due: the old due date of the checkout.
229                   now: the current date.
230         -
231             - Prevent patrons from making holds on the OPAC if they owe more than
232             - pref: maxoutstanding
233               class: currency
234             - '[% local_currency %] in fines.'
235         -
236             - Show a warning on the "Transfers to Receive" screen if the transfer has not been received
237             - pref: TransfersMaxDaysWarning
238               class: integer
239             - days after it was sent.
240         -
241             - pref: IssuingInProcess
242               choices:
243                   yes: "Don't prevent"
244                   no: "Prevent"
245             - patrons from checking out an item whose rental charge would take them over the limit.
246         -
247             - "Restrict patrons with the following target audience values from checking out inappropriate materials:"
248             - pref: AgeRestrictionMarker
249             - "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."
250         -
251             - pref: AgeRestrictionOverride
252               choices:
253                   yes: Allow
254                   no: "Don't allow"
255             - staff to check out an item with age restriction.
256         -
257             - Prevent patrons from checking out books if they have more than
258             - pref: noissuescharge
259               class: integer
260             - '[% local_currency %] in fines.'
261         -
262             - pref: ReturnBeforeExpiry
263               choices:
264                   yes: Require
265                   no: "Don't require"
266             - "patrons to return books before their accounts expire (by restricting due dates to before the patron's expiration date)."
267         -
268             - Send all notices as a BCC to this email address
269             - pref: OverdueNoticeBcc
270         - 
271             - Include up to
272             - pref: PrintNoticesMaxLines
273               class: integer
274             - "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."
275         -
276             - pref: OverduesBlockCirc
277               choices:
278                   block: Block
279                   noblock: "Don't block"
280                   confirmation: Ask for confirmation
281             - when checking out to a borrower that has overdues outstanding         
282         -
283             - On checkin route the returned item to
284             - pref: HomeOrHoldingBranchReturn
285               type: choice
286               choices:
287                   homebranch: the library the item is from.
288                   holdingbranch: the library the item was checked out from.
289         -
290             - "When issuing an item that has been marked as lost, "
291             - pref: IssueLostItem
292               choices:
293                   confirm: "require confirmation"
294                   alert: "display a message"
295                   nothing : "do nothing"
296             - .
297     Checkin Policy:
298         -
299             - pref: BlockReturnOfWithdrawnItems
300               choices:
301                   yes: Block
302                   no: "Don't block"
303             - returning of items that have been withdrawn.
304     Holds Policy:
305         -
306             - pref: AllowHoldPolicyOverride
307               choices:
308                   yes: Allow
309                   no: "Don't allow"
310             - staff to override hold policies when placing holds.
311         -
312             - pref: AllowHoldsOnDamagedItems
313               choices:
314                   yes: Allow
315                   no: "Don't allow"
316             - hold requests to be placed on damaged items.
317         -
318             - pref: AllowOnShelfHolds
319               choices:
320                   yes: Allow
321                   no: "Don't allow"
322             - hold requests to be placed on items that are not checked out.
323         -
324             - pref: AllowHoldDateInFuture
325               choices:
326                   yes: Allow
327                   no: "Don't allow"
328             - hold requests to be placed that do not enter the waiting list until a certain future date.
329         -
330             - pref: OPACAllowHoldDateInFuture
331               choices:
332                   yes: Allow
333                   no: "Don't allow"
334             - "patrons to place holds that don't enter the waiting list until a certain future date. (AllowHoldDateInFuture must also be enabled)."
335         -
336             - Check the
337             - pref: ReservesControlBranch
338               choices:
339                   ItemHomeLibrary: "item's home library"
340                   PatronLibrary: "patron's home library"
341             - to see if the patron can place a hold on the item.    
342         -
343             - Mark a hold as problematic if it has been waiting for more than
344             - pref: ReservesMaxPickUpDelay
345               class: integer
346             - days.
347         -
348             - pref: ExpireReservesMaxPickUpDelay
349               choices:
350                   yes: Allow
351                   no: "Don't allow"
352             - "holds to expire automatically if they have not been picked by within the time period specified in ReservesMaxPickUpDelay"
353         -
354             - If using ExpireReservesMaxPickUpDelay, charge a borrower who allows his or her waiting hold to expire a fee of
355             - pref: ExpireReservesMaxPickUpDelayCharge
356               class: currency
357         -
358             - Satisfy holds from the libraries
359             - pref: StaticHoldsQueueWeight
360               class: multi
361             - (as branchcodes, separated by commas; if empty, uses all libraries)
362             - pref: RandomizeHoldsQueueWeight
363               choices:
364                   yes: in random order.
365                   no: in that order.
366             -
367         -
368             - pref: canreservefromotherbranches
369               choices:
370                   yes: Allow
371                   no: "Don't allow (with independent branches)"
372             - a user from one library to place a hold on an item from another library
373         -
374             - pref: OPACAllowUserToChooseBranch
375               choices:
376                   yes: Allow
377                   no: "Don't allow"
378             - a user to choose the library to pick up a hold from.
379         -
380             - pref: ReservesNeedReturns
381               choices:
382                   yes: "Don't automatically"
383                   no: Automatically
384             - mark holds as found and waiting when a hold is placed specifically on them and they are already checked in.
385         -
386             - Patrons can only have
387             - pref: maxreserves
388               class: integer
389             - holds at once.
390         -
391             - pref: emailLibrarianWhenHoldIsPlaced
392               choices:
393                   yes: Enable
394                   no:  "Don't enable"
395             - "sending an email to the Koha administrator email address whenever a hold request is placed."
396         -
397             - pref: DisplayMultiPlaceHold
398               choices:
399                   yes: Enable
400                   no:  "Don't enable"
401             - "the ability to place holds on multiple biblio from the search results"       
402         -
403             - pref: TransferWhenCancelAllWaitingHolds
404               choices:
405                   yes: Transfer
406                   no: "Don't transfer"
407             - items when cancelling all waiting holds.
408         -
409             - pref: AutoResumeSuspendedHolds
410               choices:
411                   yes: Allow
412                   no: "Don't allow"
413             - suspended holds to be automatically resumed by a set date.
414         -
415             - pref: SuspendHoldsIntranet
416               choices:
417                   yes: Allow
418                   no: "Don't allow"
419             - holds to be suspended from the intranet.
420         -
421             - pref: SuspendHoldsOpac
422               choices:
423                   yes: Allow
424                   no: "Don't allow"
425             - holds to be suspended from the OPAC.
426         -
427             - pref: decreaseLoanHighHolds
428               choices:
429                   yes: Enable
430                   no:  "Don't enable"
431             - the reduction of loan period to
432             - pref: decreaseLoanHighHoldsDuration
433               class: integer
434             - days for items with more than
435             - pref: decreaseLoanHighHoldsValue
436               class: integer
437             - holds.
438     Fines Policy:
439         -
440             - Calculate fines based on days overdue
441             - pref: finesCalendar
442               type: choice
443               choices:
444                   ignoreCalendar: directly.
445                   noFinesWhenClosed: not including days the library is closed.
446             -
447         -
448             - pref: finesMode
449               type: choice
450               choices:
451                   off: "Don't calculate"
452                   test: Calculate (but only for mailing to the admin)
453                   production: Calculate and charge
454             - fines (when <code>misc/cronjobs/fines.pl</code> is being run).
455         -
456             - pref: RefundLostItemFeeOnReturn
457               choices:
458                   yes: Refund
459                   no: "Don't refund"
460             - lost item fees charged to a borrower when the lost item is returned.
461     Self Checkout:
462         -
463             - pref: ShowPatronImageInWebBasedSelfCheck
464               choices:
465                   yes: Show
466                   no: "Don't show"
467             - "the patron's picture (if one has been added) when they use the web-based self checkout."
468         -
469             - pref: WebBasedSelfCheck
470               choices:
471                   yes: Enable
472                   no: "Don't enable"
473             - "the web-based self checkout system. (available at: /cgi-bin/koha/sco/sco-main.pl)"
474         -
475             - Have patrons login into the web-based self checkout system with their 
476             - pref: SelfCheckoutByLogin
477               choices:
478                   yes: Username and Password
479                   no: Barcode
480         -
481             - "Time out the current patron's web-based self checkout system login after"
482             - pref: SelfCheckTimeout
483               class: integer
484             - seconds.
485         -
486             - pref: AllowSelfCheckReturns
487               choices:
488                   yes: Allow
489                   no: "Don't allow"
490             - patrons to return items through web-based self checkout system. 
491         -
492             - "Include the following HTML in the Help page of the web-based self checkout system:"
493             - pref: SelfCheckHelpMessage
494               type: textarea
495               class: code
496         -
497             - pref: AutoSelfCheckAllowed
498               choices:
499                   yes: Allow
500                   no: "Don't allow"
501             - "the web-based self checkout system to automatically login with this staff login"
502             - pref: AutoSelfCheckID
503             - and this password
504             - pref: AutoSelfCheckPass
505             - .