Merge remote-tracking branch 'origin/master' into new/bug_6679
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / help / members / pay.tt
1 [% INCLUDE 'help-top.inc' %]
2
3 <h1>Pay and Writeoff Fines</h1>
4
5 <p>Each line item can be paid in full, partially paid, or written off.</p>
6
7 <h4>Pay a fine in full</h4>
8 <ul>
9         <li>Click "Pay" next to the fine you want to pay in full</li>
10         <li>The full amount of the fine will be populated for you in the "Collect From Patron" box</li>
11         <li>Click "Confirm" </li>
12         <li>The fine will be removed from outstanding fines, and displayed as fully paid.</li>
13 </ul>
14
15 <h4>Pay a partial fine</h4>
16 <ul>
17         <li>Click "Pay" next to the fine you want to partially pay</li>
18         <li>Enter the amount you are collecting from the patron in the "Collect From Patron" box</li>
19         <li>Click "Confirm" </li>
20         <li>The fine will be updated to show the original Amount, and the current Amount Outstanding</li>
21 </ul>
22
23 <h4>Writeoff a single fine</h4>
24 <ul>
25         <li>Click "Writeoff" next to the fine you wish to writeoff.</li>
26         <li>The fine will be removed from outstanding fines, and displayed as fully paid.</li>
27 </ul>
28
29 <h4>Pay an amount towards all fines</h4>
30 <ul>
31         <li>Click the "Pay Amount" button</li>
32         <li>Enter the amount you are collecting from the patron in "Collect from Patron." The sum of all fines is shown in "Total Amount Outstanding"</li>
33         <li>Click "Confirm"</li>
34         <li>The fine totals will be updated with the payment applied to oldest fines first.</li>
35 </ul>
36
37 <h4>Writeoff All fines</h4>
38 <ul>
39         <li>Click the "Writeoff All" button</li>
40         <li>All fines will be removed from outstanding fines, and displayed as written off.</li>
41 </ul> 
42
43 <h4>Pay Selected fines</h4>
44 <ul>
45         <li>Check the selection boxes next to the fines you wish to pay, click "Pay Selected"</li>
46         <li>Enter an amount to pay towards the fines.</li>
47         <li>Click "Confirm"</li>
48         <li>The fine totals will be updated with the payment applied to the oldest selected fines first.</li>
49 </ul>
50
51 <p><strong>See the full documentation for Paying Fines in the <a href="http://manual.koha-community.org/3.6/en/patroninformation.html#payfines">manual</a> (online).</strong></p>
52
53 [% INCLUDE 'help-bottom.inc' %]