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