Merge remote branch 'kc/new/enh/bug_5917' 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             - <!-- TMPL_VAR NAME="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             - <!-- TMPL_VAR NAME="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     Holds Policy:
212         -
213             - pref: AllowHoldPolicyOverride
214               choices:
215                   yes: Allow
216                   no: "Don't allow"
217             - staff to override hold policies when placing holds.
218         -
219             - pref: AllowHoldsOnDamagedItems
220               choices:
221                   yes: Allow
222                   no: "Don't allow"
223             - hold requests to be placed on damaged items.
224         -
225             - pref: AllowOnShelfHolds
226               choices:
227                   yes: Allow
228                   no: "Don't allow"
229             - hold requests to be placed on items that are not checked out.
230         -
231             - pref: AllowHoldDateInFuture
232               choices:
233                   yes: Allow
234                   no: "Don't allow"
235             - hold requests to be placed that do not enter the waiting list until a certain future date.
236         -
237             - pref: OPACAllowHoldDateInFuture
238               choices:
239                   yes: Allow
240                   no: "Don't allow"
241             - "patrons to place holds that don't enter the waiting list until a certain future date. (AllowHoldDateInFuture must also be enabled)."
242         -
243             - Check the
244             - pref: ReservesControlBranch
245               choices:
246                   ItemHomeLibrary: "item's home library"
247                   PatronLibrary: "patron's home library"
248             - to see if the patron can place a hold on the item.    
249         -
250             - Mark a hold as problematic if it has been waiting for more than
251             - pref: ReservesMaxPickUpDelay
252               class: integer
253             - days.
254         -
255             - Satisfy holds from the libraries
256             - pref: StaticHoldsQueueWeight
257               class: multi
258             - (as branchcodes, separated by commas; if empty, uses all libraries)
259             - pref: RandomizeHoldsQueueWeight
260               choices:
261                   yes: in random order.
262                   no: in that order.
263             -
264         -
265             - pref: canreservefromotherbranches
266               choices:
267                   yes: Allow
268                   no: "Don't allow (with independent branches)"
269             - a user from one library to place a hold on an item from another library
270         -
271             - pref: OPACAllowUserToChooseBranch
272               choices:
273                   yes: Allow
274                   no: "Don't allow"
275             - a user to choose the branch to pick up a hold from.
276         -
277             - pref: ReservesNeedReturns
278               choices:
279                   yes: "Don't automatically"
280                   no: Automatically
281             - mark holds as found and waiting when a hold is placed specifically on them and they are already checked in.
282         -
283             - Patrons can only have
284             - pref: maxreserves
285               class: integer
286             - holds at once.
287         -
288             - pref: emailLibrarianWhenHoldIsPlaced
289               choices:
290                   yes: Enable
291                   no:  "Don't enable"
292             - "sending an email to the Koha administrator email address whenever a hold request is placed."
293         -
294             - pref: DisplayMultiPlaceHold
295               choices:
296                   yes: Enable
297                   no:  "Don't enable"
298             - "the ability to place holds on multiple biblio from the search results"       
299     Fines Policy:
300         -
301             - Calculate fines based on days overdue
302             - pref: finesCalendar
303               type: choice
304               choices:
305                   ignoreCalendar: directly.
306                   noFinesWhenClosed: not including days the library is closed.
307             -
308         -
309             - pref: finesMode
310               type: choice
311               choices:
312                   off: "Don't calculate"
313                   test: Calculate (but only for mailing to the admin)
314                   production: Calculate and charge
315             - fines (when <code>misc/cronjobs/fines.pl</code> is being run).
316     Self Checkout:
317         -
318             - pref: ShowPatronImageInWebBasedSelfCheck
319               choices:
320                   yes: Show
321                   no: "Don't show"
322             - "the patron's picture (if one has been added) when they use the web-based self checkout."
323         -
324             - pref: WebBasedSelfCheck
325               choices:
326                   yes: Enable
327                   no: "Don't enable"
328             - "the web-based self checkout system. (available at: /cgi-bin/koha/sco/sco-main.pl)"
329         -
330             - Have patrons login into the web-based self checkout system with their 
331             - pref: SelfCheckoutByLogin
332               choices:
333                   yes: Username and Password
334                   no: Barcode
335         -
336             - "Time out the current patron's web-based self checkout system login after"
337             - pref: SelfCheckTimeout
338               class: integer
339             - seconds.
340         -
341             - pref: AllowSelfCheckReturns
342               choices:
343                   yes: Allow
344                   no: "Don't allow"
345             - patrons to return items through web-based self checkout system. 
346         -
347             - "Include the following HTML in the Help page of the web-based self checkout system:"
348             - pref: SelfCheckHelpMessage
349               type: textarea
350               class: code
351         -
352             - pref: AutoSelfCheckAllowed
353               choices:
354                   yes: Allow
355                   no: "Don't allow"
356             - "the web-based self checkout system to automatically login with this staff login"
357             - pref: AutoSelfCheckID
358             - and this password
359             - pref: AutoSelfCheckPass
360             - .