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