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