Merge branch 'bug_8641' into 3.12-master
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / help / members / member.tt
1 [% INCLUDE 'help-top.inc' %]   
2
3 <h1>Patron Search</h1>
4
5 <p>From here you can search for a patron by using the search boxes at the top of the page.</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.</p>
8
9 <p>Depending on what you have chosen for the 'Search fields' you can search for patrons in various different ways.</p>
10
11 <ul>
12     <li>Standard:
13 <ul>
14     <li>Enter any part of their name, username, email address or barcode</li>
15 </ul>
16 </li>
17     <li>Email:
18 <ul>
19     <li>Enter any part of their email address.</li>
20 </ul>
21 </li>
22     <li>Borrower number:
23 <ul>
24     <li>Enter the Koha borrower number</li>
25 </ul>
26 </li>
27     <li>Phone number:
28 <ul>
29     <li>Enter the phone number exactly as it is in the system or by using spaces between each batch of numbers.</li>
30     <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>
31 </ul>
32 </li>
33 </ul>
34
35 <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>
36
37 <p>You can also browse through the patron records by clicking on the linked letters across the top.</p>
38
39 <p><strong>See the full documentation for Patron Search in the <a href="http://manual.koha-community.org/3.10/en/patronsearch.html">manual</a> (online).</strong></p>
40
41 [% INCLUDE 'help-bottom.inc' %]