Bug 14874 - Add ability to search for patrons by date of birth from checkout and...
[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      -
141          - pref: TalkingTechItivaPhoneNotification
142            choices:
143                yes: Enable
144                no: Disable
145          - patron phone notifications using Talking Tech i-tiva (overdues, predues and holds notices currently supported).
146      -
147          - "Show the following fields from the items database table as columns on the statistics tab on the patron record: "
148          - pref: StatisticsFields
149            class: multi
150          - "(separate fields with |, without trailing |). Default if empty: location|itype|ccode"
151      -
152          - pref: EnableBorrowerFiles
153            choices:
154                yes: Do
155                no: "Don't"
156          - enable the ability to upload and attach arbitrary files to a borrower record.
157      -
158          - pref: AllowStaffToSetCheckoutsVisibilityForGuarantor
159            choices:
160                yes: Allow
161                no: "Don't allow"
162          - staff to set the ability for a patron's checkouts to be viewed by linked patrons in the OPAC.
163      -
164          - Card numbers for patrons must be
165          - pref: CardnumberLength
166          - "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')."
167          - "If 'cardnumber' is included in the BorrowerMandatoryField list, the minimum length, if not specified here, defaults to one."
168      -
169          - pref: useDischarge
170            choices:
171                yes: Allow
172                no: "Don't allow"
173          - librarians to discharge borrowers and borrowers to request a discharge.
174      -
175          - pref: FeeOnChangePatronCategory
176            choices:
177                yes: Do
178                no: "Don't"
179          - charge a fee when a patron changes to a category with an enrollment fee.
180      -
181          - pref: EnhancedMessagingPreferencesOPAC
182            choices:
183                yes: Show
184                no: "Don't show"
185          - "patron messaging setting on the OPAC (note: EnhancedMessagingPreferences must be enabled)."
186      -
187          - pref: TrackLastPatronActivity
188            choices:
189                yes: Do
190                no: "Don't"
191          - track last patron activity.
192          - Everytime a patron will connect, the borrowers.lastseen will be updated with the current time.
193     "Norwegian patron database":
194      -
195          - pref: NorwegianPatronDBEnable
196            choices:
197                yes: Enable
198                no: Disable
199          - the ability to communicate with the Norwegian national patron database via the
200          - pref: NorwegianPatronDBEndpoint
201          - endpoint.
202      -
203          - Communicate with the Norwegian national patron database using the username
204          - pref: NorwegianPatronDBUsername
205          - and the password
206          - pref: NorwegianPatronDBPassword
207          - . You can get these from "Base Bibliotek", which is maintained by the Norwegian National Library.
208      -
209          - pref: NorwegianPatronDBSearchNLAfterLocalHit
210            choices:
211                yes: Do
212                no: "Don't"
213          - search the Norwegian national patron database after a local search result was found.