Merge branch 'bug_9052' 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             - pref: RenewalSendNotice
232               choices:
233                   yes: Send
234                   no: "Don't send"
235             - a renewal notice according to patron checkout alert preferences.
236         -
237             - Prevent patrons from making holds on the OPAC if they owe more than
238             - pref: maxoutstanding
239               class: currency
240             - '[% local_currency %] in fines.'
241         -
242             - Show a warning on the "Transfers to Receive" screen if the transfer has not been received
243             - pref: TransfersMaxDaysWarning
244               class: integer
245             - days after it was sent.
246         -
247             - pref: IssuingInProcess
248               choices:
249                   yes: "Don't prevent"
250                   no: "Prevent"
251             - patrons from checking out an item whose rental charge would take them over the limit.
252         -
253             - "Restrict patrons with the following target audience values from checking out inappropriate materials:"
254             - pref: AgeRestrictionMarker
255             - "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."
256         -
257             - pref: AgeRestrictionOverride
258               choices:
259                   yes: Allow
260                   no: "Don't allow"
261             - staff to check out an item with age restriction.
262         -
263             - Prevent patrons from checking out books if they have more than
264             - pref: noissuescharge
265               class: integer
266             - '[% local_currency %] in fines.'
267         -
268             - pref: ReturnBeforeExpiry
269               choices:
270                   yes: Require
271                   no: "Don't require"
272             - "patrons to return books before their accounts expire (by restricting due dates to before the patron's expiration date)."
273         -
274             - Send all notices as a BCC to this email address
275             - pref: OverdueNoticeBcc
276         - 
277             - Include up to
278             - pref: PrintNoticesMaxLines
279               class: integer
280             - "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."
281         -
282             - pref: OverduesBlockCirc
283               choices:
284                   block: Block
285                   noblock: "Don't block"
286                   confirmation: Ask for confirmation
287             - when checking out to a borrower that has overdues outstanding         
288         -
289             - On checkin route the returned item to
290             - pref: HomeOrHoldingBranchReturn
291               type: choice
292               choices:
293                   homebranch: the library the item is from.
294                   holdingbranch: the library the item was checked out from.
295         -
296             - "When issuing an item that has been marked as lost, "
297             - pref: IssueLostItem
298               choices:
299                   confirm: "require confirmation"
300                   alert: "display a message"
301                   nothing : "do nothing"
302             - .
303     Checkin Policy:
304         -
305             - pref: BlockReturnOfWithdrawnItems
306               choices:
307                   yes: Block
308                   no: "Don't block"
309             - returning of items that have been withdrawn.
310     Holds Policy:
311         -
312             - pref: AllowHoldPolicyOverride
313               choices:
314                   yes: Allow
315                   no: "Don't allow"
316             - staff to override hold policies when placing holds.
317         -
318             - pref: AllowHoldsOnDamagedItems
319               choices:
320                   yes: Allow
321                   no: "Don't allow"
322             - hold requests to be placed on damaged items.
323         -
324             - pref: AllowOnShelfHolds
325               choices:
326                   yes: Allow
327                   no: "Don't allow"
328             - hold requests to be placed on items that are not checked out.
329         -
330             - pref: AllowHoldDateInFuture
331               choices:
332                   yes: Allow
333                   no: "Don't allow"
334             - hold requests to be placed that do not enter the waiting list until a certain future date.
335         -
336             - pref: OPACAllowHoldDateInFuture
337               choices:
338                   yes: Allow
339                   no: "Don't allow"
340             - "patrons to place holds that don't enter the waiting list until a certain future date. (AllowHoldDateInFuture must also be enabled)."
341         -
342             - Check the
343             - pref: ReservesControlBranch
344               choices:
345                   ItemHomeLibrary: "item's home library"
346                   PatronLibrary: "patron's home library"
347             - to see if the patron can place a hold on the item.    
348         -
349             - Mark a hold as problematic if it has been waiting for more than
350             - pref: ReservesMaxPickUpDelay
351               class: integer
352             - days.
353         -
354             - pref: ExpireReservesMaxPickUpDelay
355               choices:
356                   yes: Allow
357                   no: "Don't allow"
358             - "holds to expire automatically if they have not been picked by within the time period specified in ReservesMaxPickUpDelay"
359         -
360             - If using ExpireReservesMaxPickUpDelay, charge a borrower who allows his or her waiting hold to expire a fee of
361             - pref: ExpireReservesMaxPickUpDelayCharge
362               class: currency
363         -
364             - Satisfy holds from the libraries
365             - pref: StaticHoldsQueueWeight
366               class: multi
367             - (as branchcodes, separated by commas; if empty, uses all libraries)
368             - pref: RandomizeHoldsQueueWeight
369               choices:
370                   yes: in random order.
371                   no: in that order.
372             -
373         -
374             - pref: canreservefromotherbranches
375               choices:
376                   yes: Allow
377                   no: "Don't allow (with independent branches)"
378             - a user from one library to place a hold on an item from another library
379         -
380             - pref: OPACAllowUserToChooseBranch
381               choices:
382                   yes: Allow
383                   no: "Don't allow"
384             - a user to choose the library to pick up a hold from.
385         -
386             - pref: ReservesNeedReturns
387               choices:
388                   yes: "Don't automatically"
389                   no: Automatically
390             - mark holds as found and waiting when a hold is placed specifically on them and they are already checked in.
391         -
392             - Patrons can only have
393             - pref: maxreserves
394               class: integer
395             - holds at once.
396         -
397             - pref: emailLibrarianWhenHoldIsPlaced
398               choices:
399                   yes: Enable
400                   no:  "Don't enable"
401             - "sending an email to the Koha administrator email address whenever a hold request is placed."
402         -
403             - pref: DisplayMultiPlaceHold
404               choices:
405                   yes: Enable
406                   no:  "Don't enable"
407             - "the ability to place holds on multiple biblio from the search results"       
408         -
409             - pref: TransferWhenCancelAllWaitingHolds
410               choices:
411                   yes: Transfer
412                   no: "Don't transfer"
413             - items when cancelling all waiting holds.
414         -
415             - pref: AutoResumeSuspendedHolds
416               choices:
417                   yes: Allow
418                   no: "Don't allow"
419             - suspended holds to be automatically resumed by a set date.
420         -
421             - pref: SuspendHoldsIntranet
422               choices:
423                   yes: Allow
424                   no: "Don't allow"
425             - holds to be suspended from the intranet.
426         -
427             - pref: SuspendHoldsOpac
428               choices:
429                   yes: Allow
430                   no: "Don't allow"
431             - holds to be suspended from the OPAC.
432         -
433             - pref: decreaseLoanHighHolds
434               choices:
435                   yes: Enable
436                   no:  "Don't enable"
437             - the reduction of loan period to
438             - pref: decreaseLoanHighHoldsDuration
439               class: integer
440             - days for items with more than
441             - pref: decreaseLoanHighHoldsValue
442               class: integer
443             - holds.
444         -
445             - pref: AllowHoldsOnPatronsPossessions
446               choices:
447                   yes: Allow
448                   no: "Don't allow"
449             - a patron to place a hold on a record where the patron already has one or more items attached to that record checked out.
450     Fines Policy:
451         -
452             - Calculate fines based on days overdue
453             - pref: finesCalendar
454               type: choice
455               choices:
456                   ignoreCalendar: directly.
457                   noFinesWhenClosed: not including days the library is closed.
458             -
459         -
460             - pref: finesMode
461               type: choice
462               choices:
463                   off: "Don't calculate"
464                   test: Calculate (but only for mailing to the admin)
465                   production: Calculate and charge
466             - fines (when <code>misc/cronjobs/fines.pl</code> is being run).
467         -
468             - pref: RefundLostItemFeeOnReturn
469               choices:
470                   yes: Refund
471                   no: "Don't refund"
472             - lost item fees charged to a borrower when the lost item is returned.
473     Self Checkout:
474         -
475             - "Include the following JavaScript on all pages in the web-based self checkout:"
476             - pref: SCOUserJS
477               type: textarea
478               class: code
479         -
480             - "Include the following CSS on all pages in the web-based self checkout:"
481             - pref: SCOUserCSS
482               type: textarea
483               class: code
484         -
485             - pref: ShowPatronImageInWebBasedSelfCheck
486               choices:
487                   yes: Show
488                   no: "Don't show"
489             - "the patron's picture (if one has been added) when they use the web-based self checkout."
490         -
491             - pref: WebBasedSelfCheck
492               choices:
493                   yes: Enable
494                   no: "Don't enable"
495             - "the web-based self checkout system. (available at: /cgi-bin/koha/sco/sco-main.pl)"
496         -
497             - Have patrons login into the web-based self checkout system with their 
498             - pref: SelfCheckoutByLogin
499               choices:
500                   yes: Username and Password
501                   no: Barcode
502         -
503             - "Time out the current patron's web-based self checkout system login after"
504             - pref: SelfCheckTimeout
505               class: integer
506             - seconds.
507         -
508             - pref: AllowSelfCheckReturns
509               choices:
510                   yes: Allow
511                   no: "Don't allow"
512             - patrons to return items through web-based self checkout system. 
513         -
514             - "Include the following HTML in the Help page of the web-based self checkout system:"
515             - pref: SelfCheckHelpMessage
516               type: textarea
517               class: code
518         -
519             - pref: AutoSelfCheckAllowed
520               choices:
521                   yes: Allow
522                   no: "Don't allow"
523             - "the web-based self checkout system to automatically login with this staff login"
524             - pref: AutoSelfCheckID
525             - and this password
526             - pref: AutoSelfCheckPass
527             - .