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