a350d02b99
This patch adds the missing discharge help file and updates the moremember file with info on discharges. To test: * Visit a patron * View and confirm help is right * Visit the discharge page on the patron * Confirm help file loads and is right Signed-off-by: Mark Tompsett <mtompset@hotmail.com> Signed-off-by: Jonathan Druart <jonathan.druart@koha-community.org> Signed-off-by: Tomas Cohen Arazi <tomascohen@unc.edu.ar>
21 lines
No EOL
1.1 KiB
Text
21 lines
No EOL
1.1 KiB
Text
[% INCLUDE 'help-top.inc' %]
|
|
|
|
<h1>Patron discharges</h1>
|
|
|
|
<p>A discharge is a certificate that says the patron has no current checkouts, no holds and owe no money. To enable this option on the patron record you need to set the useDischarge system preference to 'Allow'.</p>
|
|
|
|
<p>Note: In France a "quitus" ("discharge") is needed if you want to register for an account in a library or a university).</p>
|
|
|
|
<p>Note: Academic libraries often require that you have a clear record at the library before you can graduate.</p>
|
|
|
|
<p>To generate a discharge for a patron click the 'Discharge' tab on the left of the patron record</p>
|
|
|
|
<p>If the patron can have a discharge generated then it will have a button that says 'Generate discharge'</p>
|
|
|
|
<p>If not then you'll see an error explaining why you can't discharge the patron.</p>
|
|
|
|
<p>Once the letter is generated you will have a PDF to download</p>
|
|
|
|
<p><strong>See the full documentation for the Patron discharges in the <a href="http://manual.koha-community.org/[% helpVersion %]/en/patroninformation.html#patrondischarge">manual</a> (online).</strong></p>
|
|
|
|
[% INCLUDE 'help-bottom.inc' %] |