Merge remote-tracking branch 'origin/new/bug_5327'
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / admin / preferences / patrons.pref
1 Patrons:
2      -
3          - List
4          - pref: AddPatronLists
5            choices:
6                categorycode: specific categories
7                category_type: general patron types
8          - under the new patron menu.
9      -
10          - pref: AutoEmailOpacUser
11            choices:
12                yes: Send
13                no: "Don't send"
14          - an email to newly created patrons with their account details.
15      -
16          - "Use"
17          - pref: AutoEmailPrimaryAddress
18            default: "OFF"
19            choices:
20                email: home
21                emailpro: work
22                B_email: alternate
23                "OFF": first valid
24          - "patron email address for sending out emails."
25      -
26          - pref: autoMemberNum
27            choices:
28                yes: Do
29                no: "Don't"
30          - 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).
31      -
32          - "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:"
33          - pref: BorrowerMandatoryField
34            class: multi
35          - (separate columns with |)
36      -
37          - "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:"
38          - pref: BorrowerUnwantedField
39            class: multi
40          - (separate columns with |)
41      -
42          - "Guarantors can be the following of those they guarantee:"
43          - pref: borrowerRelationship
44            class: multi
45          - (input multiple choices separated by |)
46      -
47          - "Borrowers can have the following titles:"
48          - pref: BorrowersTitles
49            class: multi
50          - (separate multiple choices with |)
51      -
52          - pref: checkdigit
53            choices:
54                none: "Don't"
55                katipo: Do
56          - check and construct borrower card numbers in the Katipo style. This overrides <code>autoMemberNum</code> if on.
57      -
58          - pref: EnhancedMessagingPreferences
59            choices:
60                yes: Allow
61                no: "Don't allow"
62          - patrons to choose which notices they receive and when they receive them. Note that this only applies to certain kinds of notices.
63      -
64          - pref: ExtendedPatronAttributes
65            choices:
66                yes: Enable
67                no: "Don't enable"
68          - searching, editing and display of custom attributes on patrons.
69      -
70          - pref: intranetreadinghistory
71            choices:
72                yes: "Allow"
73                no: "Don't allow"
74          - "staff to access a patron's checkout history (it is stored regardless)."
75      -
76          - The late fine for a specific checkout will only go up to
77          - pref: MaxFine
78            class: currency
79          - '[% local_currency %].'
80      -
81          - pref: memberofinstitution
82            choices:
83                yes: Do
84                no: "Don't"
85          - allow patrons to be linked to institutions (which must be set up as Institution patrons).
86      -
87          - Login passwords for staff and patrons must be at least
88          - pref: minPasswordLength
89            class: integer
90          - characters long.
91      -
92          - Show a notice that a patron is about to expire
93          - pref: NotifyBorrowerDeparture
94            class: integer
95          - days beforehand.
96      -
97          - pref: patronimages
98            choices:
99                yes: Allow
100                no: "Don't allow"
101          - images to be uploaded and shown for patrons on the staff client.
102      -
103          - By default, show
104          - pref: PatronsPerPage
105            class: integer
106          - results per page in the staff client.
107      -
108          - "Use the SMS::Send::"
109          - pref: SMSSendDriver
110          - driver to send SMS messages.
111      -
112          - pref: uppercasesurnames
113            choices:
114                yes: Do
115                no: "Don't"
116          - store and display surnames in upper case.