]> git.koha-community.org Git - koha.git/blob - koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref
Bug 5396: New system preference UseTablesortForCirc
[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             - scanned patron barcodes.
18         -
19             - Sort previous checkouts on the circulation page from
20             - pref: previousIssuesDefaultSortOrder
21               choices:
22                   asc: earliest to latest
23                   desc: latest to earliest
24             - due date.
25         -
26             - "Sort today's checkouts on the circulation page from"
27             - pref: todaysIssuesDefaultSortOrder
28               type: choice
29               choices:
30                   asc: earliest to latest
31                   desc: latest to earliest
32             - due date.
33         -
34             - pref: UseTablesortForCirc
35               choices:
36                   yes: "Enable"
37                   no: "Don't enable"
38             - "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."
39         -
40             - pref: soundon
41               choices: 
42                  yes: "Enable"
43                  no: "Don't enable"
44             - circulation sounds during checkin and checkout in the staff interface.  Not supported by all web browsers yet.
45         -
46             - pref: SpecifyDueDate
47               choices:
48                   yes: Allow
49                   no: "Don't allow"
50             - staff to specify a due date for a checkout.
51         -
52             - pref: AllowAllMessageDeletion
53               choices:
54                   yes: Allow
55                   no: "Don't allow"
56             - staff to delete messages added from other libraries.
57         -
58             - Show the
59             - pref: numReturnedItemsToShow
60               class: integer
61             - last returned items on the checkin screen.
62         -
63             - pref: FilterBeforeOverdueReport
64               choices:
65                   yes: Require
66                   no: "Don't require"
67             - staff to choose which checkouts to show before running the overdues report.
68         -            
69             - pref: DisplayClearScreenButton
70               choices:
71                   yes: Show
72                   no: "Don't show"
73             - a button to clear the current patron from the screen on the circulation screen.
74     Checkout Policy:
75         -
76             - pref: AllowNotForLoanOverride
77               choices:
78                   yes: Allow
79                   no: "Don't allow"
80             - staff to override and check out items that are marked as not for loan.
81         -
82             - pref: AllowRenewalLimitOverride
83               choices:
84                   yes: Allow
85                   no: "Don't allow"
86             - staff to manually override the renewal limit and renew a checkout when it would go over the renewal limit.
87         -
88             - pref: InProcessingToShelvingCart
89               choices:
90                   yes: Move
91                   no: "Don't move"
92             - items that have the location PROC to the location CART when they are checked in.
93         -
94             - pref: ReturnToShelvingCart
95               choices:
96                   yes: Move
97                   no: "Don't move"
98             - all items to the location CART when they are checked in.
99         -
100             - pref: AutomaticItemReturn
101               choices:
102                   yes: Do
103                   no: "Don't"
104             - automatically transfer items to their home branch when they are returned.
105         -
106             - pref: UseBranchTransferLimits
107               choices:
108                   yes: Enforce
109                   no: "Don't enforce"
110             - branch transfer limits based on
111             - pref: BranchTransferLimitsType
112               choices:
113                   ccode: collection code
114                   itemtype: item type
115             - .
116         -
117             - Use the checkout and fines rules of
118             - pref: CircControl
119               type: choice
120               choices:
121                   PickupLibrary: the library you are logged in at.
122                   PatronLibrary: the library the patron is from.
123                   ItemHomeLibrary: the library the item is from.
124         -
125             - Use the checkout and fines rules of
126             - pref: HomeOrHoldingBranch
127               type: choice
128               choices:
129                   homebranch: the library the item is from.
130                   holdingbranch: the library the item was checked out from.
131             - "<br />NOTE: This is older than <code>CircControl</code>, but used by some parts of Koha. It will be removed soon."
132         -
133             - Make all checkouts have a due date of
134             - pref: globalDueDate
135               class: date
136             - .
137         -
138             - Make all checkouts due on or before
139             - pref: ceilingDueDate
140               class: date
141             - .
142         -
143             - Calculate the due date using 
144             - pref: useDaysMode
145               choices:
146                   Days: circulation rules only.
147                   Calendar: the calendar to skip all days the library is closed.
148                   Datedue: the calendar to push the due date to the next open day
149         -
150             - When renewing checkouts, base the new due date on
151             - pref: RenewalPeriodBase
152               choices:
153                   date_due: the old due date of the checkout.
154                   now: the current date.
155         -
156             - Prevent patrons from making holds on the OPAC if they owe more than
157             - pref: maxoutstanding
158               class: currency
159             - <!-- TMPL_VAR NAME="local_currency" --> in fines.
160         -
161             - Show a warning on the "Transfers to Receive" screen if the transfer has not been received
162             - pref: TransfersMaxDaysWarning
163               class: integer
164             - days after it was sent.
165         -
166             - pref: IssuingInProcess
167               choices:
168                   yes: Prevent
169                   no: "Don't prevent"
170             - patrons from checking out an item whose rental charge would take them over the limit.
171         -
172             - Prevent patrons from checking out books if they have more than
173             - pref: noissuescharge
174               class: integer
175             - <!-- TMPL_VAR NAME="local_currency" --> in fines.
176         -
177             - pref: ReturnBeforeExpiry
178               choices:
179                   yes: Require
180                   no: "Don't require"
181             - "patrons to return books before their accounts expire (by restricting due dates to before the patron's expiration date)."
182         -
183             - Send all notices as a BCC to this email address
184             - pref: OverdueNoticeBcc
185         - 
186             - Include up to
187             - pref: PrintNoticesMaxLines
188               class: integer
189             - "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."
190         -
191             - pref: OverduesBlockCirc
192               choices:
193                   block: Block
194                   noblock: "Don't block"
195                   confirmation: Ask for confirmation
196             - when checking out to a borrower that has overdues outstanding         
197     Holds Policy:
198         -
199             - pref: AllowHoldPolicyOverride
200               choices:
201                   yes: Allow
202                   no: "Don't allow"
203             - staff to override hold policies when placing holds.
204         -
205             - pref: AllowHoldsOnDamagedItems
206               choices:
207                   yes: Allow
208                   no: "Don't allow"
209             - hold requests to be placed on damaged items.
210         -
211             - pref: AllowOnShelfHolds
212               choices:
213                   yes: Allow
214                   no: "Don't allow"
215             - hold requests to be placed on items that are not checked out.
216         -
217             - pref: AllowHoldDateInFuture
218               choices:
219                   yes: Allow
220                   no: "Don't allow"
221             - hold requests to be placed that do not enter the waiting list until a certain future date.
222         -
223             - pref: OPACAllowHoldDateInFuture
224               choices:
225                   yes: Allow
226                   no: "Don't allow"
227             - "patrons to place holds that don't enter the waiting list until a certain future date. (AllowHoldDateInFuture must also be enabled)."
228         -
229             - Check the
230             - pref: ReservesControlBranch
231               choices:
232                   ItemHomeLibrary: "item's home library"
233                   PatronLibrary: "patron's home library"
234             - to see if the patron can place a hold on the item.    
235         -
236             - Mark a hold as problematic if it has been waiting for more than
237             - pref: ReservesMaxPickUpDelay
238               class: integer
239             - days.
240         -
241             - Satisfy holds from the libraries
242             - pref: StaticHoldsQueueWeight
243               class: multi
244             - (as branchcodes, separated by commas; if empty, uses all libraries)
245             - pref: RandomizeHoldsQueueWeight
246               choices:
247                   yes: in random order.
248                   no: in that order.
249             -
250         -
251             - pref: canreservefromotherbranches
252               choices:
253                   yes: Allow
254                   no: "Don't allow (with independent branches)"
255             - a user from one library to place a hold on an item from another library
256         -
257             - pref: ReservesNeedReturns
258               choices:
259                   yes: "Don't automatically"
260                   no: Automatically
261             - mark holds as found and waiting when a hold is placed specifically on them and they are already checked in.
262         -
263             - Patrons can only have
264             - pref: maxreserves
265               class: integer
266             - holds at once.
267         -
268             - pref: emailLibrarianWhenHoldIsPlaced
269               choices:
270                   yes: Enable
271                   no:  "Don't enable"
272             - "sending an email to the Koha administrator email address whenever a hold request is placed."
273         -
274             - pref: DisplayMultiPlaceHold
275               choices:
276                   yes: Enable
277                   no:  "Don't enable"
278             - "the ability to place holds on multiple biblio from the search results"       
279     Fines Policy:
280         -
281             - Calculate fines based on days overdue
282             - pref: finesCalendar
283               type: choice
284               choices:
285                   ignoreCalendar: directly.
286                   noFinesWhenClosed: not including days the library is closed.
287             -
288         -
289             - pref: finesMode
290               type: choice
291               choices:
292                   off: "Don't calculate"
293                   test: Calculate (but only for mailing to the admin)
294                   production: Calculate and charge
295             - fines (when <code>misc/cronjobs/fines.pl</code> is being run).
296     Self Checkout:
297         -
298             - pref: ShowPatronImageInWebBasedSelfCheck
299               choices:
300                   yes: Show
301                   no: "Don't show"
302             - "the patron's picture (if one has been added) when they use the web-based self checkout."
303         -
304             - pref: WebBasedSelfCheck
305               choices:
306                   yes: Enable
307                   no: "Don't enable"
308             - "the web-based self checkout system. (available at: /cgi-bin/koha/sco/sco-main.pl)"
309         -
310             - pref: AutoSelfCheckAllowed
311               choices:
312                   yes: Allow
313                   no: "Don't allow"
314             - "the web-based self checkout system to automatically login with this staff login"
315             - pref: AutoSelfCheckID
316             - and this password
317             - pref: AutoSelfCheckPass
318             - .