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