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