Bug 20706: Fixes the links to the manual to reflect chanced chapter file names
[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 (or written off) using the 'Pay Fines' tab.</p>
6
7 <ul>
8     <li>Each line item can be paid in full, partially paid, or written off.</li>
9     <li>Pay a fine in full
10 <ul>
11         <li>Click "Pay" next to the fine you want to pay in full</li>
12         <li>The full amount of the fine will be populated for you in the "Collect From Patron" box</li>
13     <li>Click "Confirm"</li>
14         <li>The fine will be removed from outstanding fines, and displayed as fully paid.</li>
15 </ul>
16 </li>
17     <li>Pay a partial fine
18 <ul>
19         <li>Click "Pay" next to the fine you want to partially pay</li>
20         <li>Enter the amount you are collecting from the patron in the "Collect From Patron" box</li>
21     <li>Click "Confirm"</li>
22         <li>The fine will be updated to show the original Amount, and the current Amount Outstanding</li>
23 </ul>
24 </li>
25     <li>Pay an amount towards all fines
26 <ul>
27         <li>Click the "Pay Amount" button</li>
28         <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>
29         <li>Click "Confirm"</li>
30         <li>The fine totals will be updated with the payment applied to oldest fines first.</li>
31 </ul>
32 </li>
33     <li>Pay Selected fines
34 <ul>
35         <li>Check the selection boxes next to the fines you wish to pay, click "Pay Selected"</li>
36         <li>Enter an amount to pay towards the fines.</li>
37         <li>Click "Confirm"</li>
38         <li>The fine totals will be updated with the payment applied to the oldest selected fines first.</li>
39 </ul>
40 </li>
41     <li>Writeoff a single fine
42 <ul>
43     <li>Click "Writeoff" next to the fine you wish to writeoff.</li>
44     <li>The fine will be removed from outstanding fines, and displayed as written off.</li>
45 </ul>
46 </li>
47     <li>Writeoff All fines
48 <ul>
49     <li>Click the "Writeoff All" button</li>
50     <li>All fines will be removed from outstanding fines, and displayed as written off.</li>
51 </ul>
52 </li>
53     <li>If you accidentally mark and item as paid, you can reverse that line item by clicking 'Reverse' to the right of the line
54 <ul>
55     <li>Once clicked a new line item will be added to the account, showing the payment as reversed</li>
56 </ul>
57 </li>
58 </ul>
59
60 <p><strong>See the full documentation for Paying Fines in the <a href="http://koha-community.org/manual/[% helpVersion %]/html/patrons.html#pay/reverse-fines">manual</a> (online).</strong></p>
61
62 [% INCLUDE 'help-bottom.inc' %]