Bug 7308: rework aqbudgets.pl table
[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                cardnumber: cardnumber as
24                "OFF": first valid
25          - "patron email address for sending out emails."
26      -
27          - pref: autoMemberNum
28            choices:
29                yes: Do
30                no: "Don't"
31          - 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).
32      -
33          - "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:"
34          - pref: BorrowerMandatoryField
35            class: multi
36          - (separate columns with |)
37      -
38          - "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:"
39          - pref: BorrowerUnwantedField
40            class: multi
41          - (separate columns with |)
42      -
43          - "Guarantors can be the following of those they guarantee:"
44          - pref: borrowerRelationship
45            class: multi
46          - (input multiple choices separated by |). Leave empty to deactivate
47      -
48          - "Borrowers can have the following titles:"
49          - pref: BorrowersTitles
50            class: multi
51          - (separate multiple choices with |)
52      -
53          - pref: checkdigit
54            choices:
55                none: "Don't"
56                katipo: Do
57          - check and construct borrower card numbers in the Katipo style. This overrides <code>autoMemberNum</code> if on.
58      -
59          - pref: EnhancedMessagingPreferences
60            choices:
61                yes: Allow
62                no: "Don't allow"
63          - patrons to choose which notices they receive and when they receive them. Note that this only applies to certain kinds of notices.
64      -
65          - pref: ExtendedPatronAttributes
66            choices:
67                yes: Enable
68                no: "Don't enable"
69          - searching, editing and display of custom attributes on patrons.
70      -
71          - pref: intranetreadinghistory
72            choices:
73                yes: "Allow"
74                no: "Don't allow"
75          - "staff to access a patron's checkout history (it is stored regardless)."
76      -
77          - The late fine for all checkouts will only go up to
78          - pref: MaxFine
79            class: currency
80          - '[% local_currency %].'
81          - Empty value means no limit. Single item caps are specified in the circulation rules matrix.
82      -
83          - Login passwords for staff and patrons must be at least
84          - pref: minPasswordLength
85            class: integer
86          - characters long.
87      -
88          - Show a notice that a patron is about to expire
89          - pref: NotifyBorrowerDeparture
90            class: integer
91          - days beforehand.
92      -
93          - pref: patronimages
94            choices:
95                yes: Allow
96                no: "Don't allow"
97          - images to be uploaded and shown for patrons on the staff client.
98      -
99          - By default, show
100          - pref: PatronsPerPage
101            class: integer
102          - results per page in the staff client.
103      -
104          - "Use the SMS::Send::"
105          - pref: SMSSendDriver
106          - driver to send SMS messages.
107      -
108          - pref: uppercasesurnames
109            choices:
110                yes: Do
111                no: "Don't"
112          - store and display surnames in upper case.
113      -
114          - When renewing borrowers, base the new expiry date on
115          - pref: BorrowerRenewalPeriodBase
116            choices:
117                now: current date.
118                dateexpiry: current membership expiry date.
119      -
120          - pref: TalkingTechItivaPhoneNotification
121            choices:
122                yes: Enable
123                no: Disable
124          - patron phone notifications using Talking Tech i-tiva (overdues, predues and holds notices currently supported).
125      -
126          - "Show the following fields from the items database table as columns on the statistics tab on the patron record: "
127          - pref: StatisticsFields
128            class: multi
129          - (separate fields with |)
130      -
131          - pref: EnableBorrowerFiles
132            choices:
133                yes: Do
134                no: "Don't"
135          - enable the ability to upload and attach arbitrary files to a borrower record.
136      -
137          - Card numbers for patrons must be
138          - pref: CardnumberLength
139          - "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')."
140          - "If 'cardnumber' is included in the BorrowerMandatoryField list, the minimum length, if not specified here, defaults to one."