Bug 20706: Fixes the links to the manual to reflect chanced chapter file names
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / help / members / members-home.tt
1 [% INCLUDE 'help-top.inc' %]
2
3 <h1>Patrons</h1>
4
5 <p>The Patrons module stores the information you add about your patrons.</p>
6
7 <p>Clicking on the link to the Patron module will bring you to a search/browse screen for patrons. From here you can search for a patron by any part of their name or their card number.</p>
8
9 <p>Clicking the small plus sign [+] to the right of the search box will open up an advanced patron search with more filters including the ability to limit to a specific category and/or library.</p>
10
11 <p>You can also filter your patron results using the search options on the left hand side of the page.</p>
12
13 <p>Depending on what you have chosen for the 'Search fields' you can search for patrons in various different ways.</p>
14
15 <ul>
16         <li>Standard:
17 <ul>
18         <li>Enter any part of their name, username, email address or barcode</li>
19 </ul>
20 </li>
21         <li>Email:
22 <ul>
23         <li>Enter any part of their email address and choose 'Contains' instead of 'Starts with'</li>
24 </ul>
25 </li>
26         <li>Borrower number:
27 <ul>
28         <li>Enter the Koha borrower number</li>
29 </ul>
30 </li>
31         <li>Phone number:
32 <ul>
33         <li>Enter the phone number exactly as it is in the system or by using spaces between each batch of numbers.</li>
34         <li>Example: To find (212) 555-1212 you can search for it exactly as it was entered or by searching for 212 555 1212</li>
35 </ul>
36 </li>
37         <li>Street address:
38 <ul>
39         <li>Enter any part of the patron's address (includes all address fields) and choose 'Contains' instead of 'Starts with' to find the string anywhere in the address</li>
40 </ul>
41 </li>
42         <li>Date of birth
43 <ul>
44         <li>Birthdates should be entered using the format set forth in the dateformat preference.</li>
45 </ul>
46 </li>
47 <li>Sort field 1
48 <ul>
49         <li>This is a custom field that libraries can use for any type of data about the patron.</li>
50 </ul>
51 </li>
52 <li>Sort field 2
53 <ul>
54         <li>This is a custom field that libraries can use for any type of data about the patron.</li>
55 </ul>
56 </li>
57 </ul>
58
59 <p>You can also choose to either search for fields that start with the string you entered or contain the string. Choosing 'Contains' will work like a wildcard search.</p>
60
61 <p>You can also choose how your results will be sorted by using the 'Order by' pull down menu at the end of the form.</p>
62
63 <p>You can also browse through the patron records by clicking on the linked letters across the top.</p>
64
65 <p><strong>See the full documentation for the Patrons module in the <a href="http://koha-community.org/manual/[% helpVersion %]/html/patrons.html">manual</a> (online).</strong></p>
66         
67 [% INCLUDE 'help-bottom.inc' %]