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