Add and change preferences, change tab names in sysprefs editor
[srvgit] / koha-tmpl / intranet-tmpl / prog / en / modules / admin / preferences / circulation.pref
1 Circulation:
2 # broken, omitted: emailLibrarianWhenHoldIsPlaced, holdCancelLength, WebBasedSelfCheck
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: SpecifyDueDate
36               choices:
37                   yes: Allow
38                   no: "Don't allow"
39             - staff to specify a due date for a checkout.
40         -
41             - pref: AllowAllMessageDeletion
42               choices:
43                   yes: Allow
44                   no: "Don't allow"
45             - staff to delete messages added from other libraries.
46         -
47             - Mark a hold as problematic if it has been waiting for more than
48             - pref: ReservesMaxPickUpDelay
49               class: integer
50             - days.
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             - pref: DisplayClearScreenButton
63               choices:
64                   yes: Show
65                   no: "Don't show"
66             - a button to clear the current patron from the screen on the circulation screen.
67     Checkout Policy:
68         -
69             - pref: AllowNotForLoanOverride
70               choices:
71                   yes: Allow
72                   no: "Don't allow"
73             - staff to override and check out items that are marked as not for loan.
74         -
75             - pref: AllowRenewalLimitOverride
76               choices:
77                   yes: Allow
78                   no: "Don't allow"
79             - staff to manually override the renewal limit and renew a checkout when it would go over the renewal limit.
80         -
81             - When items are created, give them the temporary location of
82             - pref: NewItemsDefaultLocation
83               class: short
84             - (should be a location code or blank).
85         -
86             - pref: InProcessingToShelvingCart
87               choices:
88                   yes: Move
89                   no: "Don't move"
90             - items that have the location PROC to the location CART when they are checked in.
91         -
92             - pref: InProcessingToShelvingCart
93               choices:
94                   yes: Move
95                   no: "Don't move"
96             - all items to the location CART when they are checked in.
97         -
98             - pref: AutomaticItemReturn
99               choices:
100                   yes: Do
101                   no: "Don't"
102             - automatically transfer items to their home branch when they are returned.
103         -
104             - pref: UseBranchTransferLimits
105               choices:
106                   yes: Enforce
107                   no: "Don't enforce"
108             - branch transfer limits based on
109             - pref: BranchTransferLimitsType
110               choices:
111                   ccode: collection code
112                   itemtype: item type
113             - .
114         -
115             - Use the checkout and fines rules of
116             - pref: CircControl
117               type: choice
118               choices:
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                   ItemHomeBranch: the library the item is from.
125             -
126         -
127             - Use the checkout and fines rules of
128             - pref: HomeOrHoldingBranch
129               type: choice
130               choices:
131                   homebranch: the library the item is from.
132                   holdingbranch: the library the item was checked out from.
133             - "<br />NOTE: This is older than <code>CircControl</code>, but used by some parts of Koha. It will be removed soon."
134         -
135             - Make all checkouts have a due date of
136             - pref: globalDueDate
137               class: date
138             - .
139         -
140             - Make all checkouts due on or before
141             - pref: ceilingDueDate
142               class: date
143             - .
144         -
145             - pref: useDaysMode
146               choices:
147                   Days: Include
148                   Calendar: "Don't include"
149             - days when the library in closed when calculating due dates.
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 Recieve" screen if the transfer has not been received
163             - pref: TransfersMaxDaysWarning
164               class: integer
165             - after it is 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     Holds Policy:
184         -
185             - pref: AllowHoldPolicyOverride
186               choices:
187                   yes: Allow
188                   no: "Don't allow"
189             - staff to override hold policies when placing holds.
190         -
191             - pref: AllowHoldsOnDamagedItems
192               choices:
193                   yes: Allow
194                   no: "Don't allow"
195             - hold requests to be placed on damaged items.
196         -
197             - pref: AllowOnShelfHolds
198               choices:
199                   yes: Allow
200                   no: "Don't allow"
201             - hold requests to be placed on items that are not checked out.
202         -
203             - Satisfy holds from the libraries
204             - pref: StaticHoldsQueueWeight
205               class: multi
206             - (as branchcodes, separated by commas; if empty, uses all libraries)
207             - pref: RandomizeHoldsQueueWeight
208               choices:
209                   yes: in random order.
210                   no: in that order.
211             -
212         -
213                   no: "Don't allow (with independent branches)"
214             - a user from one library to place a hold on an item from another library
215         -
216             - pref: ReservesNeedReturns
217               choices:
218                   yes: "Don't automatically"
219                   no: Automatically
220             - mark holds as found and waiting when a hold is placed specifically on them and they are already checked in.
221         -
222             - Patrons can only have
223             - pref: maxreserves
224               class: integer
225             - holds at once.
226     Fines Policy:
227         -
228             - Calculate fines based on days overdue
229             - pref: finesCalendar
230               type: choice
231               choices:
232                   ignoreCalendar: directly.
233                   noFinesWhenClosed: not including days the library is closed.
234             -
235         -
236             - pref: finesMode
237               type: choice
238               choices:
239                   off: "Don't calculate"
240                   test: Calculate (but only for mailing to the admin)
241                   production: Calculate and charge
242             - fines (when <code>misc/cronjobs/fines.pl</code> is being run).