Lines 7-12
Link Here
|
7 |
[% USE ColumnsSettings %] |
7 |
[% USE ColumnsSettings %] |
8 |
[% USE KohaDates %] |
8 |
[% USE KohaDates %] |
9 |
[% SET footerjs = 1 %] |
9 |
[% SET footerjs = 1 %] |
|
|
10 |
[% PROCESS 'accounts.inc' %] |
10 |
[% INCLUDE 'doc-head-open.inc' %] |
11 |
[% INCLUDE 'doc-head-open.inc' %] |
11 |
<title>Koha › Patrons › Make a payment for [% patron.firstname | html %] [% patron.surname | html %]</title> |
12 |
<title>Koha › Patrons › Make a payment for [% patron.firstname | html %] [% patron.surname | html %]</title> |
12 |
[% INCLUDE 'doc-head-close.inc' %] |
13 |
[% INCLUDE 'doc-head-close.inc' %] |
Lines 44-56
Link Here
|
44 |
<tr> |
45 |
<tr> |
45 |
<th class="NoSort"> </th> |
46 |
<th class="NoSort"> </th> |
46 |
<th class="NoSort">Actions</th> |
47 |
<th class="NoSort">Actions</th> |
|
|
48 |
<th>Account type</th> |
47 |
<th>Description</th> |
49 |
<th>Description</th> |
48 |
<th class="title-string">Date</th> |
50 |
<th class="title-string">Date</th> |
49 |
<th>Barcode</th> |
51 |
<th>Barcode</th> |
50 |
<th>Due date</th> |
52 |
<th>Due date</th> |
51 |
<th>Return date</th> |
53 |
<th>Return date</th> |
52 |
<th class="NoSort">Payment note</th> |
54 |
<th class="NoSort">Payment note</th> |
53 |
<th>Account type</th> |
|
|
54 |
<th>Amount</th> |
55 |
<th>Amount</th> |
55 |
<th>Amount outstanding</th> |
56 |
<th>Amount outstanding</th> |
56 |
</tr> |
57 |
</tr> |
Lines 80-109
Link Here
|
80 |
<input type="hidden" name="borrowernumber[% line.accountlines_id | html %]" value="[% line.borrowernumber | html %]" /> |
81 |
<input type="hidden" name="borrowernumber[% line.accountlines_id | html %]" value="[% line.borrowernumber | html %]" /> |
81 |
</td> |
82 |
</td> |
82 |
<td> |
83 |
<td> |
83 |
[% SWITCH line.accounttype %] |
84 |
[% PROCESS account_type_description account=line %] |
84 |
[% CASE 'Pay' %]Payment, thanks |
85 |
</td> |
85 |
[% CASE 'Pay00' %]Payment, thanks (cash via SIP2) |
86 |
<td> |
86 |
[% CASE 'Pay01' %]Payment, thanks (VISA via SIP2) |
87 |
[%- IF line.description %][% line.description | html %][% END %] |
87 |
[% CASE 'Pay02' %]Payment, thanks (credit card via SIP2) |
|
|
88 |
[% CASE 'N' %]New card |
89 |
[% CASE 'F' %]Fine |
90 |
[% CASE 'A' %]Account management fee |
91 |
[% CASE 'M' %]Sundry |
92 |
[% CASE 'L' %]Lost item |
93 |
[% CASE 'W' %]Writeoff |
94 |
[% CASE 'FU' %]Accruing fine |
95 |
[% CASE 'HE' %]Hold waiting too long |
96 |
[% CASE 'Rent' %]Rental fee |
97 |
[% CASE 'FOR' %]Forgiven |
98 |
[% CASE 'LR' %]Lost item fee refund |
99 |
[% CASE 'PF' %]Processing fee |
100 |
[% CASE 'PAY' %]Payment |
101 |
[% CASE 'WO' %]Writeoff |
102 |
[% CASE 'C' %]Credit |
103 |
[% CASE 'CR' %]Credit |
104 |
[% CASE %][% line.accounttype | html %] |
105 |
[%- END -%] |
106 |
[%- IF line.description %], [% line.description | html %][% END %] |
107 |
[% IF line.itemnumber %]([% line.item.biblio.title | html %])[% END %] |
88 |
[% IF line.itemnumber %]([% line.item.biblio.title | html %])[% END %] |
108 |
</td> |
89 |
</td> |
109 |
<td> |
90 |
<td> |
Lines 128-134
Link Here
|
128 |
<a href="#" class="add-note" data-accountlines_id="[% line.accountlines_id | html %]"><i class="fa fa-plus"></i> Add note</a> |
109 |
<a href="#" class="add-note" data-accountlines_id="[% line.accountlines_id | html %]"><i class="fa fa-plus"></i> Add note</a> |
129 |
<span class="payment_note" id="payment_note_[% line.accountlines_id | html %]" style="display:none"><input type="text" size="10" name="payment_note_[% line.accountlines_id | html %]" value="" /> <a href="#" class="cancel-note"><i class="fa fa-remove"></i></a></span> |
110 |
<span class="payment_note" id="payment_note_[% line.accountlines_id | html %]" style="display:none"><input type="text" size="10" name="payment_note_[% line.accountlines_id | html %]" value="" /> <a href="#" class="cancel-note"><i class="fa fa-remove"></i></a></span> |
130 |
</td> |
111 |
</td> |
131 |
<td>[% line.accounttype | html %]</td> |
|
|
132 |
<td class="debit" style="text-align: right;">[% line.amount | $Price %]</td> |
112 |
<td class="debit" style="text-align: right;">[% line.amount | $Price %]</td> |
133 |
<td class="debit" style="text-align: right;">[% line.amountoutstanding | $Price %]</td> |
113 |
<td class="debit" style="text-align: right;">[% line.amountoutstanding | $Price %]</td> |
134 |
</tr> |
114 |
</tr> |