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