Merge remote branch 'kc/master' into new/bug_3013
[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         -
11             - pref: itemBarcodeInputFilter
12               choices:
13                   OFF: "Don't filter"
14                   whitespace: Remove spaces from
15                   cuecat: Convert from CueCat form
16                   T-prefix: Remove the first number from T-prefix style
17                   libsuite8: Convert from Libsuite8 form
18             - scanned item barcodes.
19         -
20             - Sort previous checkouts on the circulation page from
21             - pref: previousIssuesDefaultSortOrder
22               choices:
23                   asc: earliest to latest
24                   desc: latest to earliest
25             - due date.
26         -
27             - "Sort today's checkouts on the circulation page from"
28             - pref: todaysIssuesDefaultSortOrder
29               type: choice
30               choices:
31                   asc: earliest to latest
32                   desc: latest to earliest
33             - due date.
34         -
35             - pref: UseTablesortForCirc
36               choices:
37                   yes: "Enable"
38                   no: "Don't enable"
39             - "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."
40         -
41             - pref: soundon
42               choices: 
43                  yes: "Enable"
44                  no: "Don't enable"
45             - circulation sounds during checkin and checkout in the staff interface.  Not supported by all web browsers yet.
46         -
47             - pref: SpecifyDueDate
48               choices:
49                   yes: Allow
50                   no: "Don't allow"
51             - staff to specify a due date for a checkout.
52         -
53             - pref: AllowAllMessageDeletion
54               choices:
55                   yes: Allow
56                   no: "Don't allow"
57             - staff to delete messages added from other libraries.
58         -
59             - Show the
60             - pref: numReturnedItemsToShow
61               class: integer
62             - last returned items on the checkin screen.
63         -
64             - pref: FilterBeforeOverdueReport
65               choices:
66                   yes: Require
67                   no: "Don't require"
68             - staff to choose which checkouts to show before running the overdues report.
69         -            
70             - pref: DisplayClearScreenButton
71               choices:
72                   yes: Show
73                   no: "Don't show"
74             - a button to clear the current patron from the screen on the circulation screen.
75     Checkout Policy:
76         -
77             - pref: AllowNotForLoanOverride
78               choices:
79                   yes: Allow
80                   no: "Don't allow"
81             - staff to override and check out items that are marked as not for loan.
82         -
83             - pref: AllowRenewalLimitOverride
84               choices:
85                   yes: Allow
86                   no: "Don't allow"
87             - staff to manually override the renewal limit and renew a checkout when it would go over the renewal limit.
88         -
89             - pref: AllFinesNeedOverride
90               choices:
91                   yes: Require
92                   no: "Don't require"
93             - staff to manually override all fines, even fines less than noissuescharge.
94         -
95             - pref: AllowFineOverride
96               choices:
97                   yes: Allow
98                   no: "Don't allow"
99             - staff to manually override and check out items to patrons who have more than noissuescharge in fines.
100         -
101             - pref: InProcessingToShelvingCart
102               choices:
103                   yes: Move
104                   no: "Don't move"
105             - items that have the location PROC to the location CART when they are checked in.
106         -
107             - pref: ReturnToShelvingCart
108               choices:
109                   yes: Move
110                   no: "Don't move"
111             - all items to the location CART when they are checked in.
112         -
113             - pref: AutomaticItemReturn
114               choices:
115                   yes: Do
116                   no: "Don't"
117             - automatically transfer items to their home branch when they are returned.
118         -
119             - pref: UseBranchTransferLimits
120               choices:
121                   yes: Enforce
122                   no: "Don't enforce"
123             - branch transfer limits based on
124             - pref: BranchTransferLimitsType
125               choices:
126                   ccode: collection code
127                   itemtype: item type
128             - .
129         -
130             - Use the checkout and fines rules of
131             - pref: CircControl
132               type: choice
133               choices:
134                   PickupLibrary: the library you are logged in at.
135                   PatronLibrary: the library the patron is from.
136                   ItemHomeLibrary: the library the item is from.
137         -
138             - Use the checkout and fines rules of
139             - pref: HomeOrHoldingBranch
140               type: choice
141               choices:
142                   homebranch: the library the item is from.
143                   holdingbranch: the library the item was checked out from.
144         -
145             - Make all checkouts have a due date of
146             - pref: globalDueDate
147               class: date
148             - .
149         -
150             - Make all checkouts due on or before
151             - pref: ceilingDueDate
152               class: date
153             - .
154         -
155             - Calculate the due date using 
156             - pref: useDaysMode
157               choices:
158                   Days: circulation rules only.
159                   Calendar: the calendar to skip all days the library is closed.
160                   Datedue: the calendar to push the due date to the next open day
161         -
162             - When renewing checkouts, base the new due date on
163             - pref: RenewalPeriodBase
164               choices:
165                   date_due: the old due date of the checkout.
166                   now: the current date.
167         -
168             - Prevent patrons from making holds on the OPAC if they owe more than
169             - pref: maxoutstanding
170               class: currency
171             - <!-- TMPL_VAR NAME="local_currency" --> in fines.
172         -
173             - Show a warning on the "Transfers to Receive" screen if the transfer has not been received
174             - pref: TransfersMaxDaysWarning
175               class: integer
176             - days after it was sent.
177         -
178             - pref: IssuingInProcess
179               choices:
180                   yes: Prevent
181                   no: "Don't prevent"
182             - patrons from checking out an item whose rental charge would take them over the limit.
183         -
184             - Prevent patrons from checking out books if they have more than
185             - pref: noissuescharge
186               class: integer
187             - <!-- TMPL_VAR NAME="local_currency" --> in fines.
188         -
189             - pref: ReturnBeforeExpiry
190               choices:
191                   yes: Require
192                   no: "Don't require"
193             - "patrons to return books before their accounts expire (by restricting due dates to before the patron's expiration date)."
194         -
195             - Send all notices as a BCC to this email address
196             - pref: OverdueNoticeBcc
197         - 
198             - Include up to
199             - pref: PrintNoticesMaxLines
200               class: integer
201             - "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."
202         -
203             - pref: OverduesBlockCirc
204               choices:
205                   block: Block
206                   noblock: "Don't block"
207                   confirmation: Ask for confirmation
208             - when checking out to a borrower that has overdues outstanding         
209     Holds Policy:
210         -
211             - pref: AllowHoldPolicyOverride
212               choices:
213                   yes: Allow
214                   no: "Don't allow"
215             - staff to override hold policies when placing holds.
216         -
217             - pref: AllowHoldsOnDamagedItems
218               choices:
219                   yes: Allow
220                   no: "Don't allow"
221             - hold requests to be placed on damaged items.
222         -
223             - pref: AllowOnShelfHolds
224               choices:
225                   yes: Allow
226                   no: "Don't allow"
227             - hold requests to be placed on items that are not checked out.
228         -
229             - pref: AllowHoldDateInFuture
230               choices:
231                   yes: Allow
232                   no: "Don't allow"
233             - hold requests to be placed that do not enter the waiting list until a certain future date.
234         -
235             - pref: OPACAllowHoldDateInFuture
236               choices:
237                   yes: Allow
238                   no: "Don't allow"
239             - "patrons to place holds that don't enter the waiting list until a certain future date. (AllowHoldDateInFuture must also be enabled)."
240         -
241             - Check the
242             - pref: ReservesControlBranch
243               choices:
244                   ItemHomeLibrary: "item's home library"
245                   PatronLibrary: "patron's home library"
246             - to see if the patron can place a hold on the item.    
247         -
248             - Mark a hold as problematic if it has been waiting for more than
249             - pref: ReservesMaxPickUpDelay
250               class: integer
251             - days.
252         -
253             - Satisfy holds from the libraries
254             - pref: StaticHoldsQueueWeight
255               class: multi
256             - (as branchcodes, separated by commas; if empty, uses all libraries)
257             - pref: RandomizeHoldsQueueWeight
258               choices:
259                   yes: in random order.
260                   no: in that order.
261             -
262         -
263             - pref: canreservefromotherbranches
264               choices:
265                   yes: Allow
266                   no: "Don't allow (with independent branches)"
267             - a user from one library to place a hold on an item from another library
268         -
269             - pref: ReservesNeedReturns
270               choices:
271                   yes: "Don't automatically"
272                   no: Automatically
273             - mark holds as found and waiting when a hold is placed specifically on them and they are already checked in.
274         -
275             - Patrons can only have
276             - pref: maxreserves
277               class: integer
278             - holds at once.
279         -
280             - pref: emailLibrarianWhenHoldIsPlaced
281               choices:
282                   yes: Enable
283                   no:  "Don't enable"
284             - "sending an email to the Koha administrator email address whenever a hold request is placed."
285         -
286             - pref: DisplayMultiPlaceHold
287               choices:
288                   yes: Enable
289                   no:  "Don't enable"
290             - "the ability to place holds on multiple biblio from the search results"       
291     Fines Policy:
292         -
293             - Calculate fines based on days overdue
294             - pref: finesCalendar
295               type: choice
296               choices:
297                   ignoreCalendar: directly.
298                   noFinesWhenClosed: not including days the library is closed.
299             -
300         -
301             - pref: finesMode
302               type: choice
303               choices:
304                   off: "Don't calculate"
305                   test: Calculate (but only for mailing to the admin)
306                   production: Calculate and charge
307             - fines (when <code>misc/cronjobs/fines.pl</code> is being run).
308     Self Checkout:
309         -
310             - pref: ShowPatronImageInWebBasedSelfCheck
311               choices:
312                   yes: Show
313                   no: "Don't show"
314             - "the patron's picture (if one has been added) when they use the web-based self checkout."
315         -
316             - pref: WebBasedSelfCheck
317               choices:
318                   yes: Enable
319                   no: "Don't enable"
320             - "the web-based self checkout system. (available at: /cgi-bin/koha/sco/sco-main.pl)"
321         -
322             - pref: AutoSelfCheckAllowed
323               choices:
324                   yes: Allow
325                   no: "Don't allow"
326             - "the web-based self checkout system to automatically login with this staff login"
327             - pref: AutoSelfCheckID
328             - and this password
329             - pref: AutoSelfCheckPass
330             - .