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