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