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