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