Bug 7621: Follow up to clarify preference language
[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                   EAN13: EAN-13 or zero-padded UPC-A from
20             - scanned item barcodes.
21         -
22             - Sort previous checkouts on the circulation page from
23             - pref: previousIssuesDefaultSortOrder
24               choices:
25                   asc: earliest to latest
26                   desc: latest to earliest
27             - due date.
28         -
29             - "Sort today's checkouts on the circulation page from"
30             - pref: todaysIssuesDefaultSortOrder
31               type: choice
32               choices:
33                   asc: earliest to latest
34                   desc: latest to earliest
35             - due date.
36         -
37             - pref: UseTablesortForCirc
38               choices:
39                   yes: "Enable"
40                   no: "Don't enable"
41             - "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."
42         -
43             - pref: soundon
44               choices: 
45                  yes: "Enable"
46                  no: "Don't enable"
47             - circulation sounds during checkin and checkout in the staff interface.  Not supported by all web browsers yet.
48         -
49             - pref: SpecifyDueDate
50               choices:
51                   yes: Allow
52                   no: "Don't allow"
53             - staff to specify a due date for a checkout.
54         -
55             - pref: AllowAllMessageDeletion
56               choices:
57                   yes: Allow
58                   no: "Don't allow"
59             - staff to delete messages added from other libraries.
60         -
61             - Show the
62             - pref: numReturnedItemsToShow
63               class: integer
64             - last returned items on the checkin screen.
65         -
66             - pref: FineNotifyAtCheckin
67               choices:
68                   yes: Notify
69                   no: "Don't notify"
70             - librarians of overdue fines on the items they are checking in.
71         -
72             - pref: WaitingNotifyAtCheckin
73               choices:
74                   yes: Notify
75                   no: "Don't notify"
76             - librarians of waiting holds for the patron whose items they are checking in.
77         -
78             - pref: FilterBeforeOverdueReport
79               choices:
80                   yes: Require
81                   no: "Don't require"
82             - staff to choose which checkouts to show before running the overdues report.
83         -
84             - pref: DisplayClearScreenButton
85               choices:
86                   yes: Show
87                   no: "Don't show"
88             - a button to clear the current patron from the screen on the circulation screen.
89         -
90             - pref: RecordLocalUseOnReturn
91               choices:
92                   yes: Record
93                   no: "Don't record"
94             - local use when an unissued item is checked in.
95         -
96             - When an empty barcode field is submitted in circulation
97             - pref: CircAutoPrintQuickSlip
98               choices:
99                   yes: "open a print quick slip window"
100                   no: "clear the screen"
101             - .
102         -
103             - Include the stylesheet at
104             - pref: NoticeCSS
105               class: url
106             - on Notices. (This should be a complete URL, starting with <code>http://</code>)
107         -
108             - pref: UpdateTotalIssuesOnCirc
109               choices:
110                   yes: Do
111                   no: "Do not"
112             - update a bibliographic record's total issues count whenever an item is issued (WARNING! This increases server load significantly; if performance is a concern, use the update_totalissues.pl cron job to update the total issues count).
113     Checkout Policy:
114         -
115             - pref: AllowNotForLoanOverride
116               choices:
117                   yes: Allow
118                   no: "Don't allow"
119             - staff to override and check out items that are marked as not for loan.
120         -
121             - pref: AllowRenewalLimitOverride
122               choices:
123                   yes: Allow
124                   no: "Don't allow"
125             - staff to manually override the renewal limit and renew a checkout when it would go over the renewal limit.
126         -
127             - pref: AllowItemsOnHoldCheckout
128               choices:
129                   yes: Allow
130                   no: "Don't allow"
131             - checkouts of items items reserved to someone else. If allowed do not generate RESERVE_WAITING and RESERVED warning. This allows self checkouts for those items.
132         -
133             - pref: AllFinesNeedOverride
134               choices:
135                   yes: Require
136                   no: "Don't require"
137             - staff to manually override all fines, even fines less than noissuescharge.
138         -
139             - pref: AllowFineOverride
140               choices:
141                   yes: Allow
142                   no: "Don't allow"
143             - staff to manually override and check out items to patrons who have more than noissuescharge in fines.
144         -
145             - pref: InProcessingToShelvingCart
146               choices:
147                   yes: Move
148                   no: "Don't move"
149             - items that have the location PROC to the location CART when they are checked in.
150         -
151             - pref: ReturnToShelvingCart
152               choices:
153                   yes: Move
154                   no: "Don't move"
155             - all items to the location CART when they are checked in.
156         -
157             - pref: AutomaticItemReturn
158               choices:
159                   yes: Do
160                   no: "Don't"
161             - automatically transfer items to their home library when they are returned.
162         -
163             - pref: UseBranchTransferLimits
164               choices:
165                   yes: Enforce
166                   no: "Don't enforce"
167             - library transfer limits based on
168             - pref: BranchTransferLimitsType
169               choices:
170                   ccode: collection code
171                   itemtype: item type
172             - .
173         -
174             - Use the checkout and fines rules of
175             - pref: CircControl
176               type: choice
177               choices:
178                   PickupLibrary: the library you are logged in at.
179                   PatronLibrary: the library the patron is from.
180                   ItemHomeLibrary: the library the item is from.
181         -
182             - Use the checkout and fines rules of
183             - pref: HomeOrHoldingBranch
184               type: choice
185               choices:
186                   homebranch: the library the item is from.
187                   holdingbranch: the library the item was checked out from.
188         -
189             - Calculate the due date using 
190             - pref: useDaysMode
191               choices:
192                   Days: circulation rules only.
193                   Calendar: the calendar to skip all days the library is closed.
194                   Datedue: the calendar to push the due date to the next open day
195         -
196             - When renewing checkouts, base the new due date on
197             - pref: RenewalPeriodBase
198               choices:
199                   date_due: the old due date of the checkout.
200                   now: the current date.
201         -
202             - Prevent patrons from making holds on the OPAC if they owe more than
203             - pref: maxoutstanding
204               class: currency
205             - '[% local_currency %] in fines.'
206         -
207             - Show a warning on the "Transfers to Receive" screen if the transfer has not been received
208             - pref: TransfersMaxDaysWarning
209               class: integer
210             - days after it was sent.
211         -
212             - pref: IssuingInProcess
213               choices:
214                   yes: "Don't prevent"
215                   no: "Prevent"
216             - patrons from checking out an item whose rental charge would take them over the limit.
217         -
218             - "Restrict patrons with the following target audience values from checking out inappropriate materials:"
219             - pref: AgeRestrictionMarker
220             - "E.g. enter target audience keyword(s) split by | (bar) FSK|PEGI|Age| (No white space near |). Be sure to map agerestriction in Koha to MARC mapping (e.g. 521$a). A MARC field value of FSK 12 or PEGI 12 would mean: Borrower must be 12 years old. Leave empty to not apply an age restriction."
221         -
222             - pref: AgeRestrictionOverride
223               choices:
224                   yes: Allow
225                   no: "Don't allow"
226             - staff to check out an item with age restriction.
227         -
228             - Prevent patrons from checking out books if they have more than
229             - pref: noissuescharge
230               class: integer
231             - '[% local_currency %] in fines.'
232         -
233             - pref: ReturnBeforeExpiry
234               choices:
235                   yes: Require
236                   no: "Don't require"
237             - "patrons to return books before their accounts expire (by restricting due dates to before the patron's expiration date)."
238         -
239             - Send all notices as a BCC to this email address
240             - pref: OverdueNoticeBcc
241         - 
242             - Include up to
243             - pref: PrintNoticesMaxLines
244               class: integer
245             - "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."
246         -
247             - pref: OverduesBlockCirc
248               choices:
249                   block: Block
250                   noblock: "Don't block"
251                   confirmation: Ask for confirmation
252             - when checking out to a borrower that has overdues outstanding         
253         -
254             - On checkin route the returned item to
255             - pref: HomeOrHoldingBranchReturn
256               type: choice
257               choices:
258                   homebranch: the library the item is from.
259                   holdingbranch: the library the item was checked out from.
260         -
261             - "When issuing an item that has been marked as lost, "
262             - pref: IssueLostItem
263               choices:
264                   confirm: "require confirmation"
265                   alert: "display a message"
266                   nothing : "do nothing"
267             - .
268     Holds Policy:
269         -
270             - pref: AllowHoldPolicyOverride
271               choices:
272                   yes: Allow
273                   no: "Don't allow"
274             - staff to override hold policies when placing holds.
275         -
276             - pref: AllowHoldsOnDamagedItems
277               choices:
278                   yes: Allow
279                   no: "Don't allow"
280             - hold requests to be placed on damaged items.
281         -
282             - pref: AllowOnShelfHolds
283               choices:
284                   yes: Allow
285                   no: "Don't allow"
286             - hold requests to be placed on items that are not checked out.
287         -
288             - pref: AllowHoldDateInFuture
289               choices:
290                   yes: Allow
291                   no: "Don't allow"
292             - hold requests to be placed that do not enter the waiting list until a certain future date.
293         -
294             - pref: OPACAllowHoldDateInFuture
295               choices:
296                   yes: Allow
297                   no: "Don't allow"
298             - "patrons to place holds that don't enter the waiting list until a certain future date. (AllowHoldDateInFuture must also be enabled)."
299         -
300             - Check the
301             - pref: ReservesControlBranch
302               choices:
303                   ItemHomeLibrary: "item's home library"
304                   PatronLibrary: "patron's home library"
305             - to see if the patron can place a hold on the item.    
306         -
307             - Mark a hold as problematic if it has been waiting for more than
308             - pref: ReservesMaxPickUpDelay
309               class: integer
310             - days.
311         -
312             - pref: ExpireReservesMaxPickUpDelay
313               choices:
314                   yes: Allow
315                   no: "Don't allow"
316             - "holds to expire automatically if they have not been picked by within the time period specified in ReservesMaxPickUpDelay"
317         -
318             - If using ExpireReservesMaxPickUpDelay, charge a borrower who allows his or her waiting hold to expire a fee of
319             - pref: ExpireReservesMaxPickUpDelayCharge
320               class: currency
321         -
322             - Satisfy holds from the libraries
323             - pref: StaticHoldsQueueWeight
324               class: multi
325             - (as branchcodes, separated by commas; if empty, uses all libraries)
326             - pref: RandomizeHoldsQueueWeight
327               choices:
328                   yes: in random order.
329                   no: in that order.
330             -
331         -
332             - pref: canreservefromotherbranches
333               choices:
334                   yes: Allow
335                   no: "Don't allow (with independent branches)"
336             - a user from one library to place a hold on an item from another library
337         -
338             - pref: OPACAllowUserToChooseBranch
339               choices:
340                   yes: Allow
341                   no: "Don't allow"
342             - a user to choose the library to pick up a hold from.
343         -
344             - pref: ReservesNeedReturns
345               choices:
346                   yes: "Don't automatically"
347                   no: Automatically
348             - mark holds as found and waiting when a hold is placed specifically on them and they are already checked in.
349         -
350             - Patrons can only have
351             - pref: maxreserves
352               class: integer
353             - holds at once.
354         -
355             - pref: emailLibrarianWhenHoldIsPlaced
356               choices:
357                   yes: Enable
358                   no:  "Don't enable"
359             - "sending an email to the Koha administrator email address whenever a hold request is placed."
360         -
361             - pref: DisplayMultiPlaceHold
362               choices:
363                   yes: Enable
364                   no:  "Don't enable"
365             - "the ability to place holds on multiple biblio from the search results"       
366         -
367             - pref: TransferWhenCancelAllWaitingHolds
368               choices:
369                   yes: Transfer
370                   no: "Don't transfer"
371             - items when cancelling all waiting holds.
372         -
373             - pref: AutoResumeSuspendedHolds
374               choices:
375                   yes: Allow
376                   no: "Don't allow"
377             - suspended holds to be automatically resumed by a set date.
378         -
379             - pref: SuspendHoldsIntranet
380               choices:
381                   yes: Allow
382                   no: "Don't allow"
383             - holds to be suspended from the intranet.
384         -
385             - pref: SuspendHoldsOpac
386               choices:
387                   yes: Allow
388                   no: "Don't allow"
389             - holds to be suspended from the OPAC.
390     Fines Policy:
391         -
392             - Calculate fines based on days overdue
393             - pref: finesCalendar
394               type: choice
395               choices:
396                   ignoreCalendar: directly.
397                   noFinesWhenClosed: not including days the library is closed.
398             -
399         -
400             - pref: finesMode
401               type: choice
402               choices:
403                   off: "Don't calculate"
404                   test: Calculate (but only for mailing to the admin)
405                   production: Calculate and charge
406             - fines (when <code>misc/cronjobs/fines.pl</code> is being run).
407     Self Checkout:
408         -
409             - pref: ShowPatronImageInWebBasedSelfCheck
410               choices:
411                   yes: Show
412                   no: "Don't show"
413             - "the patron's picture (if one has been added) when they use the web-based self checkout."
414         -
415             - pref: WebBasedSelfCheck
416               choices:
417                   yes: Enable
418                   no: "Don't enable"
419             - "the web-based self checkout system. (available at: /cgi-bin/koha/sco/sco-main.pl)"
420         -
421             - Have patrons login into the web-based self checkout system with their 
422             - pref: SelfCheckoutByLogin
423               choices:
424                   yes: Username and Password
425                   no: Barcode
426         -
427             - "Time out the current patron's web-based self checkout system login after"
428             - pref: SelfCheckTimeout
429               class: integer
430             - seconds.
431         -
432             - pref: AllowSelfCheckReturns
433               choices:
434                   yes: Allow
435                   no: "Don't allow"
436             - patrons to return items through web-based self checkout system. 
437         -
438             - "Include the following HTML in the Help page of the web-based self checkout system:"
439             - pref: SelfCheckHelpMessage
440               type: textarea
441               class: code
442         -
443             - pref: AutoSelfCheckAllowed
444               choices:
445                   yes: Allow
446                   no: "Don't allow"
447             - "the web-based self checkout system to automatically login with this staff login"
448             - pref: AutoSelfCheckID
449             - and this password
450             - pref: AutoSelfCheckPass
451             - .