Bug 15690: Hardcoded 16 is uncool
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / admin / preferences / patrons.pref
1 Patrons:
2     General:
3      -
4          - pref: AutoEmailOpacUser
5            choices:
6                yes: Send
7                no: "Don't send"
8          - an email to newly created patrons with their account details.
9      -
10          - "Use"
11          - pref: AutoEmailPrimaryAddress
12            default: "OFF"
13            choices:
14                email: home
15                emailpro: work
16                B_email: alternate
17                cardnumber: cardnumber as
18                "OFF": first valid
19          - "patron email address for sending out emails."
20      -
21          - pref: autoMemberNum
22            choices:
23                yes: Do
24                no: "Don't"
25          - default the card number field on the patron addition screen to the next available card number (for example, if the largest currently used card number is 26345000012941, then this field will default to 26345000012942).
26      -
27          - "The following <a href='http://schema.koha-community.org/tables/borrowers.html' target='blank'>database columns</a> must be filled in on the patron entry screen:"
28          - pref: BorrowerMandatoryField
29            class: multi
30          - (separate columns with |)
31      -
32          - "The following <a href='http://schema.koha-community.org/tables/borrowers.html' target='blank'>database columns</a> will not appear on the patron entry screen:"
33          - pref: BorrowerUnwantedField
34            class: multi
35          - (separate columns with |)
36      -
37          - "Guarantors can be the following of those they guarantee:"
38          - pref: borrowerRelationship
39            class: multi
40          - (input multiple choices separated by |). Leave empty to deactivate
41      -
42          - "Borrowers can have the following titles:"
43          - pref: BorrowersTitles
44            class: multi
45          - (separate multiple choices with |)
46      -
47          - pref: CheckPrevCheckout
48            default: no
49            choices:
50                hardyes: "Do"
51                softyes: "Unless overridden, do"
52                softno: "Unless overridden, do not"
53                hardno: "Do not"
54          - " check borrower checkout history to see if the current item has been checked out before."
55      -
56          - pref: checkdigit
57            choices:
58                none: "Don't"
59                katipo: Do
60          - check and construct borrower card numbers in the Katipo style. This overrides <code>autoMemberNum</code> if on.
61      -
62          - pref: EnhancedMessagingPreferences
63            choices:
64                yes: Allow
65                no: "Don't allow"
66          - "Staff to manage which notices patrons will receive and when they will receive them. Note: this only applies to courtesy notices. To manage if patrons have also access to these settings, use EnhancedMessagingPreferencesOPAC."
67      -
68          - pref: ExtendedPatronAttributes
69            choices:
70                yes: Enable
71                no: "Don't enable"
72          - searching, editing and display of custom attributes on patrons.
73      -
74          - pref: intranetreadinghistory
75            choices:
76                yes: "Allow"
77                no: "Don't allow"
78          - "staff to access a patron's checkout history (reading history is still stored, regardless of staff being allowed access or not)."
79      -
80          - The late fine for all checkouts will only go up to
81          - pref: MaxFine
82            class: currency
83          - '[% local_currency %].'
84          - Empty value means no limit. Single item caps are specified in the circulation rules matrix.
85      -
86          - Login passwords for staff and patrons must be at least
87          - pref: minPasswordLength
88            class: integer
89          - characters long.
90      -
91          - Show a notice if the patron is about to expire or has expired
92          - pref: NotifyBorrowerDeparture
93            class: integer
94          - days beforehand.
95      -
96          - Send an account expiration notice when a patron's card will expire in
97          - pref: MembershipExpiryDaysNotice
98            class: integer
99          - days.
100      -
101          - pref: patronimages
102            choices:
103                yes: Allow
104                no: "Don't allow"
105          - images to be uploaded and shown for patrons on the staff client.
106      -
107          - By default, show
108          - pref: PatronsPerPage
109            class: integer
110          - results per page in the staff client.
111      -
112          - pref: DefaultPatronSearchFields
113            class: multi
114          - "Comma separated list defining the default fields to be used during a patron search"
115      -
116          - pref: PatronQuickAddFields
117            class: multi
118          - (separate columns with |)
119          - "add these fields to the patron quick add form when entering a new patron. Displays only mandatory fields and fields specified here. If applicable the guarantor form will be shown as well, individual fields in that form will be ignored."
120      -
121          - "Use the SMS::Send::"
122          - pref: SMSSendDriver
123          - driver to send SMS messages.
124          - "Define a username/login"
125          - pref: SMSSendUsername
126          - "and a password"
127          - pref: SMSSendPassword
128      -
129          - pref: uppercasesurnames
130            choices:
131                yes: Do
132                no: "Don't"
133          - store and display surnames in upper case.
134      -
135          - When renewing borrowers, base the new expiry date on
136          - pref: BorrowerRenewalPeriodBase
137            choices:
138                now: current date.
139                dateexpiry: current membership expiry date.
140                combination: the latter of the current and expiry date.
141      -
142          - pref: TalkingTechItivaPhoneNotification
143            choices:
144                yes: Enable
145                no: Disable
146          - patron phone notifications using Talking Tech i-tiva (overdues, predues and holds notices currently supported).
147      -
148          - "Show the following fields from the items database table as columns on the statistics tab on the patron record: "
149          - pref: StatisticsFields
150            class: multi
151          - "(separate fields with |, without trailing |). Default if empty: location|itype|ccode"
152      -
153          - pref: EnableBorrowerFiles
154            choices:
155                yes: Do
156                no: "Don't"
157          - enable the ability to upload and attach arbitrary files to a borrower record.
158      -
159          - pref: AllowStaffToSetCheckoutsVisibilityForGuarantor
160            choices:
161                yes: Allow
162                no: "Don't allow"
163          - staff to set the ability for a patron's checkouts to be viewed by linked patrons in the OPAC.
164      -
165          - Card numbers for patrons must be
166          - pref: CardnumberLength
167          - "characters long. The length can be a single number to specify an exact length, a range separated by a comma (i.e., 'Min,Max'), or a maximum with no minimum (i.e., ',Max')."
168          - "If 'cardnumber' is included in the BorrowerMandatoryField list, the minimum length, if not specified here, defaults to one. Maximum cannot be bigger than the database field size."
169      -
170          - pref: useDischarge
171            choices:
172                yes: Allow
173                no: "Don't allow"
174          - librarians to discharge borrowers and borrowers to request a discharge.
175      -
176          - pref: FeeOnChangePatronCategory
177            choices:
178                yes: Do
179                no: "Don't"
180          - charge a fee when a patron changes to a category with an enrollment fee.
181      -
182          - pref: EnhancedMessagingPreferencesOPAC
183            choices:
184                yes: Show
185                no: "Don't show"
186          - "patron messaging setting on the OPAC (note: EnhancedMessagingPreferences must be enabled)."
187      -
188          - pref: TrackLastPatronActivity
189            choices:
190                yes: Do
191                no: "Don't"
192          - track last patron activity.
193          - Everytime a patron will connect, the borrowers.lastseen will be updated with the current time.
194     "Norwegian patron database":
195      -
196          - pref: NorwegianPatronDBEnable
197            choices:
198                yes: Enable
199                no: Disable
200          - the ability to communicate with the Norwegian national patron database via the
201          - pref: NorwegianPatronDBEndpoint
202          - endpoint.
203      -
204          - Communicate with the Norwegian national patron database using the username
205          - pref: NorwegianPatronDBUsername
206          - and the password
207          - pref: NorwegianPatronDBPassword
208          - . You can get these from "Base Bibliotek", which is maintained by the Norwegian National Library.
209      -
210          - pref: NorwegianPatronDBSearchNLAfterLocalHit
211            choices:
212                yes: Do
213                no: "Don't"
214          - search the Norwegian national patron database after a local search result was found.