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