[PATCH] bug_7420: Added overduefinescap to issuingrules
[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          - pref: memberofinstitution
84            choices:
85                yes: Do
86                no: "Don't"
87          - allow patrons to be linked to institutions (which must be set up as Institution patrons).
88      -
89          - Login passwords for staff and patrons must be at least
90          - pref: minPasswordLength
91            class: integer
92          - characters long.
93      -
94          - Show a notice that a patron is about to expire
95          - pref: NotifyBorrowerDeparture
96            class: integer
97          - days beforehand.
98      -
99          - pref: patronimages
100            choices:
101                yes: Allow
102                no: "Don't allow"
103          - images to be uploaded and shown for patrons on the staff client.
104      -
105          - By default, show
106          - pref: PatronsPerPage
107            class: integer
108          - results per page in the staff client.
109      -
110          - "Use the SMS::Send::"
111          - pref: SMSSendDriver
112          - driver to send SMS messages.
113      -
114          - pref: uppercasesurnames
115            choices:
116                yes: Do
117                no: "Don't"
118          - store and display surnames in upper case.
119      -
120          - When renewing borrowers, base the new expiry date on
121          - pref: BorrowerRenewalPeriodBase
122            choices:
123                now: current date.
124                dateexpiry: current membership expiry date.
125      -
126          - pref: TalkingTechItivaPhoneNotification
127            choices:
128                yes: Enable
129                no: Disable
130          - patron phone notifications using Talking Tech i-tiva (overdues, predues and holds notices currently supported).
131      -
132          - "Show the following fields from the items database table as columns on the statistics tab on the patron record: "
133          - pref: StatisticsFields
134            class: multi
135          - (separate fields with |)
136      -
137          - pref: EnableBorrowerFiles
138            choices:
139                yes: Do
140                no: "Don't"
141          - enable the ability to upload and attach arbitrary files to a borrower record.