Bug 6942 - Add link to manual to help/admin/admin-home.tt
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / help / admin / patron-attr-types.tt
1 [% INCLUDE 'help-top.inc' %]
2
3 <h1>Patron Attribute Types</h1>
4
5 <p>Patron attributes can be used to define custom fields to associate with your patron records. In order to enable the use of custom fields you need to set the ExtendedPatronAttributes system preference.</p>
6
7 <p>A common use for this field would be for a student ID number or a Driver's license number.</p>
8
9 <h2>Adding Patron Attributes</h2>
10
11 <p>To add a new Patron Attribute Type, click the 'New Patron Attribute Type' button at the top of the page</p>
12
13 <ul>
14         <li>In the 'Patron attribute type code', enter a short code to identify this field
15 <ul>
16         <li>This field is limited to 10 characters (numbers and letters only)</li>
17         <li>This setting cannot be changed after an attribute is defined</li>
18 </ul>
19 </li>
20         <li>In the 'Description' field, enter a longer (plain text) explanation of what this field will contain</li>
21         <li>Check the box next to 'Repeatable' to let a patron record have multiple values of this attribute.
22 <ul>
23         <li>This setting cannot be changed after an attribute is defined</li>
24 </ul>
25 </li>
26         <li>If 'Unique identifier' is checked, the attribute will be a unique identifier which means, if a value is given to a patron record, the same value cannot be given to a different record.
27 <ul>
28         <li>This setting cannot be changed after an attribute is defined</li>
29 </ul>
30 </li>
31         <li>Check 'Allow password' to make it possible to associate a password with this attribute.</li>
32         <li>Check 'Display in OPAC' to display this attribute on a patron's details page in the OPAC.</li>
33         <li>Check 'Searchable' to make this attribute searchable in the staff patron search.</li>
34         <li>Authorized value category; if one is selected, the patron record input page will only allow values to be chosen from the authorized value list.
35 <ul>
36         <li>You will first need to add an authorized value list for it to appear in this menu</li>
37         <li>An authorized value list is not enforced during batch patron import.</li>
38 </ul>
39 </li>
40         <li>Click Save to save your new attribute</li>
41 </ul>
42
43 <p>Once added your attribute will appear on the list of attributes and also on the patron record add/edit form</p>
44
45 <h2>Editing/Deleting Patron Attributes</h2>
46
47 <p>Each patron attribute has an edit and a delete link beside it on the list of attributes.</p>
48
49 <p>Some fields in the attribute will not be editable once created:</p>
50
51 <ul>
52         <li>Patron attribute type code</li>
53         <li>Repeatable</li>
54         <li>Unique identifier</li>
55 </ul>
56
57 <p>You will be unable to delete an attribute if it's in use.</p>
58
59 <p><strong>See the full documentation for Patron Attribute Types in the <a href="http://manual.koha-community.org/3.6/en/patscirc.html#patronattributetypes">manual</a> (online).</strong></p>
60
61 [% INCLUDE 'help-bottom.inc' %]