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