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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/pay.tt (-10 / +42 lines)
Lines 1-18 Link Here
1
[% INCLUDE 'help-top.inc' %]
1
[% INCLUDE 'help-top.inc' %]
2
2
3
<h1>Pay/Reverse Fines</h1>
3
<h1>Pay and Writeoff Fines</h1>
4
4
5
<p>Each line item can be paid in full (or written off) using the 'Pay Fines' tab.</p>
5
<p>Each line item can be paid in full, partially paid, or written off.</p>
6
6
7
<h4>Pay a fine in full</h4>
7
<ul>
8
<ul>
8
	<li>Choose the payment type (Unpaid, Paid, Writeoff) from the pull down menu</li>
9
	<li>Click "Pay" next to the fine you want to pay in full</li>
9
	<li>Click 'Make Payment'</li>
10
	<li>The full amount of the fine will be populated for you in the "Collect From Patron" box</li>
10
	<li>A line item will be added to the account information showing the fee paid in full (or written off)</li>
11
	<li>Click "Confirm" </li>
11
	<li>If you accidentally mark and item as paid, you can reverse that line item by clicking 'Reverse' to the right of the line
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>
12
<ul>
30
<ul>
13
	<li>Once clicked a new line item will be added to the account, showing the payment as reversed</li>
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>
14
</ul>
35
</ul>
15
</li>
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>
16
</ul>
49
</ul>
17
50
18
[% INCLUDE 'help-bottom.inc' %]
51
[% INCLUDE 'help-bottom.inc' %]
19
- 

Return to bug 3498