View | Details | Raw Unified | Return to bug 14424
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/discharge.tt (+21 lines)
Line 0 Link Here
1
[% INCLUDE 'help-top.inc' %]
2
3
<h1>Patron discharges</h1>
4
5
<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>
6
7
<p>Note: In France a "quitus" ("discharge") is needed if you want to register for an account in a library or a university).</p>
8
9
<p>Note: Academic libraries often require that you have a clear record at the library before you can graduate.</p>
10
11
<p>To generate a discharge for a patron click the 'Discharge' tab on the left of the patron record</p>
12
13
<p>If the patron can have a discharge generated then it will have a button that says 'Generate discharge'</p>
14
15
<p>If not then you'll see an error explaining why you can't discharge the patron.</p>
16
17
<p>Once the letter is generated you will have a PDF to download</p>
18
19
<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>
20
21
[% INCLUDE 'help-bottom.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/moremember.tt (-1 / +16 lines)
Lines 70-75 Link Here
70
70
71
<p>Learn more about Purchase suggestions in the Acquisitions chapter of the manual.</p>
71
<p>Learn more about Purchase suggestions in the Acquisitions chapter of the manual.</p>
72
72
73
<h2>Patron discharges</h2>
74
75
<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>
76
77
<p>Note: In France a "quitus" ("discharge") is needed if you want to register for an account in a library or a university).</p>
78
79
<p>Note: Academic libraries often require that you have a clear record at the library before you can graduate.</p>
80
81
<p>To generate a discharge for a patron click the 'Discharge' tab on the left of the patron record</p>
82
83
<p>If the patron can have a discharge generated then it will have a button that says 'Generate discharge'</p>
84
85
<p>If not then you'll see an error explaining why you can't discharge the patron.</p>
86
87
<p>Once the letter is generated you will have a PDF to download</p>
88
73
<h2>Editing Patrons</h2>
89
<h2>Editing Patrons</h2>
74
90
75
<p>Patrons in Koha can be edited using one of many edit buttons.</p>
91
<p>Patrons in Koha can be edited using one of many edit buttons.</p>
76
- 

Return to bug 14424