Koha/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/member.tt
Jonathan Druart 572c586793 Bug 11238: contruct links to the appropriate manual version dynamically
This patch uses the version number of the Koha database to
dynamically generate links from help to the appropriate version
of the manual.

Test plan (for 3.15 branch):
- Open a help page
- Verify the manual link is correct (point to 3.14 manual)
- change the version in mysql:
update systempreferences set value="3.1600000" where variable="version";
- Verify the manual link now points to the future 3.16 manual.

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Work as described. No koha-qa errors

Tested on top of Bug 10671
On master (BD version 3.13.xxx) help links point to 3.12 manual
Changing version to 3.14/15 points to 3.14 manual
Changing version to 3.16 points to the future :)

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
2013-11-23 19:30:16 +00:00

53 lines
No EOL
2.1 KiB
Text

[% INCLUDE 'help-top.inc' %]
<h1>Patron search</h1>
<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>
<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>
<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 and choose 'Contains' instead of 'Starts with'</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>
<li>Street address:
<ul>
<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>
</ul>
</li>
<li>Date of birth
<ul>
<li>A tooltip will appear telling you how to enter the date of birth, most libraries will be entering MM/DD/YYYY for the birthday search</li>
</ul>
</li>
</ul>
<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>
<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>
<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/[% helpVersion %]/en/patronsearch.html">manual</a> (online).</strong></p>
[% INCLUDE 'help-bottom.inc' %]