Koha/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/member.tt
Nicole C. Engard cc748481d1 Bug 8945: Update patron help files
This patch adds two missing help files and updates the
existing help files in the members folder.

Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
2012-10-22 18:15:10 +02:00

41 lines
No EOL
1.4 KiB
Text

[% INCLUDE 'help-top.inc' %]
<h1>Patron Search</h1>
<p>From here you can search for a patron by using the search boxes at the top of the page.</p>
<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>
<p>Depending on what you have chosen for the 'Search fields' you can search for patrons in various different ways.</p>
<ul>
<li>Standard:
<ul>
<li>Enter any part of their name, username, email address or barcode</li>
</ul>
</li>
<li>Email:
<ul>
<li>Enter any part of their email address.</li>
</ul>
</li>
<li>Borrower number:
<ul>
<li>Enter the Koha borrower number</li>
</ul>
</li>
<li>Phone number:
<ul>
<li>Enter the phone number exactly as it is in the system or by using spaces between each batch of numbers.</li>
<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>
</ul>
</li>
</ul>
<p>If you want to filter your results to a specific branch or category, you can click the plus sign [+] to the right of the search box.</p>
<p>You can also browse through the patron records by clicking on the linked letters across the top.</p>
<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>
[% INCLUDE 'help-bottom.inc' %]