Merge remote-tracking branch 'origin/new/bug_6530'
[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 database columns must be filled in on the patron entry screen:"
33          - pref: BorrowerMandatoryField
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 |)
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 a specific checkout will only go up to
72          - pref: MaxFine
73            class: currency
74          - '[% local_currency %].'
75      -
76          - pref: memberofinstitution
77            choices:
78                yes: Do
79                no: "Don't"
80          - allow patrons to be linked to institutions (which must be set up as Institution patrons).
81      -
82          - Login passwords for staff and patrons must be at least
83          - pref: minPasswordLength
84            class: integer
85          - characters long.
86      -
87          - Show a notice that a patron is about to expire
88          - pref: NotifyBorrowerDeparture
89            class: integer
90          - days beforehand.
91      -
92          - pref: patronimages
93            choices:
94                yes: Allow
95                no: "Don't allow"
96          - images to be uploaded and shown for patrons on the staff client.
97      -
98          - By default, show
99          - pref: PatronsPerPage
100            class: integer
101          - results per page in the staff client.
102      -
103          - "Use the SMS::Send::"
104          - pref: SMSSendDriver
105          - driver to send SMS messages.
106      -
107          - pref: uppercasesurnames
108            choices:
109                yes: Do
110                no: "Don't"
111          - store and display surnames in upper case.