Koha/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/members-home.tt
Owen Leonard 900e1d30b2 Bug 7731 [Follow-up] Library should be used instead of branch and site
This patch corrects new and old instances of the use of the
term "branch" and replaces them with "library."

Signed-off-by: Melia Meggs <melia@test.bywatersolutions.com>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
All tests pass, changes look good.
Also inlcudes some bookseller > vendor changes.
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
2012-11-28 19:10:36 -05:00

43 lines
No EOL
1.5 KiB
Text

[% INCLUDE 'help-top.inc' %]
<h1>Patrons</h1>
<p>The Patrons module stores the information you add about your patrons.</p>
<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 library 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 the Patrons module in the <a href="http://manual.koha-community.org/3.10/en/patrons.html">manual</a> (online).</strong></p>
[% INCLUDE 'help-bottom.inc' %]