Merge branch 'bug_7143' into 3.12-master
[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>From here you can search for a patron by using the search boxes at the top of the page.</p>
8
9 <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.</p>
10
11 <p>Depending on what you have chosen for the 'Search fields' you can search for patrons in various different ways.</p>
12
13 <ul>
14     <li>Standard:
15 <ul>
16     <li>Enter any part of their name, username, email address or barcode</li>
17 </ul>
18 </li>
19     <li>Email:
20 <ul>
21     <li>Enter any part of their email address.</li>
22 </ul>
23 </li>
24     <li>Borrower number:
25 <ul>
26     <li>Enter the Koha borrower number</li>
27 </ul>
28 </li>
29     <li>Phone number:
30 <ul>
31     <li>Enter the phone number exactly as it is in the system or by using spaces between each batch of numbers.</li>
32     <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>
33 </ul>
34 </li>
35 </ul>
36
37 <p>If you want to filter your results to a specific library or category, you can click the plus sign [+] to the right of the search box.</p>
38
39 <p>You can also browse through the patron records by clicking on the linked letters across the top.</p>
40
41 <p><strong>See the full documentation for the Patrons module in the <a href="http://manual.koha-community.org/3.10/en/patrons.html">manual</a> (online).</strong></p>
42         
43 [% INCLUDE 'help-bottom.inc' %]