Bug 13497: Remove the pref AddPatronsLists
[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: checkdigit
48            choices:
49                none: "Don't"
50                katipo: Do
51          - check and construct borrower card numbers in the Katipo style. This overrides <code>autoMemberNum</code> if on.
52      -
53          - pref: EnhancedMessagingPreferences
54            choices:
55                yes: Allow
56                no: "Don't allow"
57          - patrons to choose which notices they receive and when they receive them. Note that this only applies to certain kinds of notices.
58      -
59          - pref: ExtendedPatronAttributes
60            choices:
61                yes: Enable
62                no: "Don't enable"
63          - searching, editing and display of custom attributes on patrons.
64      -
65          - pref: intranetreadinghistory
66            choices:
67                yes: "Allow"
68                no: "Don't allow"
69          - "staff to access a patron's checkout history (it is stored regardless)."
70      -
71          - The late fine for all checkouts will only go up to
72          - pref: MaxFine
73            class: currency
74          - '[% local_currency %].'
75          - Empty value means no limit. Single item caps are specified in the circulation rules matrix.
76      -
77          - Login passwords for staff and patrons must be at least
78          - pref: minPasswordLength
79            class: integer
80          - characters long.
81      -
82          - Show a notice if the patron is about to expire or has expired
83          - pref: NotifyBorrowerDeparture
84            class: integer
85          - days beforehand.
86      -
87          - pref: patronimages
88            choices:
89                yes: Allow
90                no: "Don't allow"
91          - images to be uploaded and shown for patrons on the staff client.
92      -
93          - By default, show
94          - pref: PatronsPerPage
95            class: integer
96          - results per page in the staff client.
97      -
98          - "Use the SMS::Send::"
99          - pref: SMSSendDriver
100          - driver to send SMS messages.
101      -
102          - pref: uppercasesurnames
103            choices:
104                yes: Do
105                no: "Don't"
106          - store and display surnames in upper case.
107      -
108          - When renewing borrowers, base the new expiry date on
109          - pref: BorrowerRenewalPeriodBase
110            choices:
111                now: current date.
112                dateexpiry: current membership expiry date.
113      -
114          - pref: TalkingTechItivaPhoneNotification
115            choices:
116                yes: Enable
117                no: Disable
118          - patron phone notifications using Talking Tech i-tiva (overdues, predues and holds notices currently supported).
119      -
120          - "Show the following fields from the items database table as columns on the statistics tab on the patron record: "
121          - pref: StatisticsFields
122            class: multi
123          - (separate fields with |)
124      -
125          - pref: EnableBorrowerFiles
126            choices:
127                yes: Do
128                no: "Don't"
129          - enable the ability to upload and attach arbitrary files to a borrower record.
130      -
131          - Card numbers for patrons must be
132          - pref: CardnumberLength
133          - "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')."
134          - "If 'cardnumber' is included in the BorrowerMandatoryField list, the minimum length, if not specified here, defaults to one."
135     "Norwegian patron database":
136      -
137          - pref: NorwegianPatronDBEnable
138            choices:
139                yes: Enable
140                no: Disable
141          - the ability to communicate with the Norwegian national patron database via the
142          - pref: NorwegianPatronDBEndpoint
143          - endpoint.
144      -
145          - Communicate with the Norwegian national patron database using the username
146          - pref: NorwegianPatronDBUsername
147          - and the password
148          - pref: NorwegianPatronDBPassword
149          - . You can get these from "Base Bibliotek", which is maintained by the Norwegian National Library.
150      -
151          - pref: NorwegianPatronDBSearchNLAfterLocalHit
152            choices:
153                yes: Do
154                no: "Don't"
155          - search the Norwegian national patron database after a local search result was found.