Bug 11401: Add support for Norwegian national library card
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / admin / preferences / patrons.pref
1 Patrons:
2     General:
3      -
4          - List
5          - pref: AddPatronLists
6            choices:
7                categorycode: specific categories
8                category_type: general patron types
9          - under the new patron menu.
10      -
11          - pref: AutoEmailOpacUser
12            choices:
13                yes: Send
14                no: "Don't send"
15          - an email to newly created patrons with their account details.
16      -
17          - "Use"
18          - pref: AutoEmailPrimaryAddress
19            default: "OFF"
20            choices:
21                email: home
22                emailpro: work
23                B_email: alternate
24                cardnumber: cardnumber as
25                "OFF": first valid
26          - "patron email address for sending out emails."
27      -
28          - pref: autoMemberNum
29            choices:
30                yes: Do
31                no: "Don't"
32          - 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).
33      -
34          - "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:"
35          - pref: BorrowerMandatoryField
36            class: multi
37          - (separate columns with |)
38      -
39          - "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:"
40          - pref: BorrowerUnwantedField
41            class: multi
42          - (separate columns with |)
43      -
44          - "Guarantors can be the following of those they guarantee:"
45          - pref: borrowerRelationship
46            class: multi
47          - (input multiple choices separated by |). Leave empty to deactivate
48      -
49          - "Borrowers can have the following titles:"
50          - pref: BorrowersTitles
51            class: multi
52          - (separate multiple choices with |)
53      -
54          - pref: checkdigit
55            choices:
56                none: "Don't"
57                katipo: Do
58          - check and construct borrower card numbers in the Katipo style. This overrides <code>autoMemberNum</code> if on.
59      -
60          - pref: EnhancedMessagingPreferences
61            choices:
62                yes: Allow
63                no: "Don't allow"
64          - patrons to choose which notices they receive and when they receive them. Note that this only applies to certain kinds of notices.
65      -
66          - pref: ExtendedPatronAttributes
67            choices:
68                yes: Enable
69                no: "Don't enable"
70          - searching, editing and display of custom attributes on patrons.
71      -
72          - pref: intranetreadinghistory
73            choices:
74                yes: "Allow"
75                no: "Don't allow"
76          - "staff to access a patron's checkout history (it is stored regardless)."
77      -
78          - The late fine for all checkouts will only go up to
79          - pref: MaxFine
80            class: currency
81          - '[% local_currency %].'
82          - Empty value means no limit. Single item caps are specified in the circulation rules matrix.
83      -
84          - Login passwords for staff and patrons must be at least
85          - pref: minPasswordLength
86            class: integer
87          - characters long.
88      -
89          - Show a notice if the patron is about to expire or has expired
90          - pref: NotifyBorrowerDeparture
91            class: integer
92          - days beforehand.
93      -
94          - pref: patronimages
95            choices:
96                yes: Allow
97                no: "Don't allow"
98          - images to be uploaded and shown for patrons on the staff client.
99      -
100          - By default, show
101          - pref: PatronsPerPage
102            class: integer
103          - results per page in the staff client.
104      -
105          - "Use the SMS::Send::"
106          - pref: SMSSendDriver
107          - driver to send SMS messages.
108      -
109          - pref: uppercasesurnames
110            choices:
111                yes: Do
112                no: "Don't"
113          - store and display surnames in upper case.
114      -
115          - When renewing borrowers, base the new expiry date on
116          - pref: BorrowerRenewalPeriodBase
117            choices:
118                now: current date.
119                dateexpiry: current membership expiry date.
120      -
121          - pref: TalkingTechItivaPhoneNotification
122            choices:
123                yes: Enable
124                no: Disable
125          - patron phone notifications using Talking Tech i-tiva (overdues, predues and holds notices currently supported).
126      -
127          - "Show the following fields from the items database table as columns on the statistics tab on the patron record: "
128          - pref: StatisticsFields
129            class: multi
130          - (separate fields with |)
131      -
132          - pref: EnableBorrowerFiles
133            choices:
134                yes: Do
135                no: "Don't"
136          - enable the ability to upload and attach arbitrary files to a borrower record.
137      -
138          - Card numbers for patrons must be
139          - pref: CardnumberLength
140          - "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')."
141          - "If 'cardnumber' is included in the BorrowerMandatoryField list, the minimum length, if not specified here, defaults to one."
142     Norwegian patron database:
143     -
144          - pref: NorwegianPatronDBEnable
145            choices:
146                yes: Enable
147                no: Disable
148          - the ability to communicate with the Norwegian national patron database via the
149          - pref: NorwegianPatronDBEndpoint
150          - endpoint.
151     -
152          - Communicate with the Norwegian national patron database using the username
153          - pref: NorwegianPatronDBUsername
154          - and the password
155          - pref: NorwegianPatronDBPassword
156          - . You can get these from "Base Bibliotek", which is maintained by the Norwegian National Library.
157     -
158          - pref: NorwegianPatronDBSearchNLAfterLocalHit
159            choices:
160                yes: Do
161                no: "Don't"
162          - search the Norwegian national patron database after a local search result was found.