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