|
Lines 3-8
Link Here
|
| 3 |
[%- USE AuthorisedValues -%] |
3 |
[%- USE AuthorisedValues -%] |
| 4 |
[%- USE Branches -%] |
4 |
[%- USE Branches -%] |
| 5 |
|
5 |
|
|
|
6 |
[% PROCESS 'accounts.inc' %] |
| 7 |
|
| 6 |
[% INCLUDE 'doc-head-open.inc' %] |
8 |
[% INCLUDE 'doc-head-open.inc' %] |
| 7 |
<title>Koha › Patrons › Account for [% INCLUDE 'patron-title.inc' %]</title> |
9 |
<title>Koha › Patrons › Account for [% INCLUDE 'patron-title.inc' %]</title> |
| 8 |
[% INCLUDE 'doc-head-close.inc' %] |
10 |
[% INCLUDE 'doc-head-close.inc' %] |
|
Lines 41-47
Link Here
|
| 41 |
<span title="[% accountline.date | html %]">[% accountline.date |$KohaDates %]</span> |
43 |
<span title="[% accountline.date | html %]">[% accountline.date |$KohaDates %]</span> |
| 42 |
</td> |
44 |
</td> |
| 43 |
<td> |
45 |
<td> |
| 44 |
[%- INCLUDE 'accounttype.inc' account => accountline -%] |
46 |
[%- PROCESS account_type_description account=accountline -%] |
| 45 |
[%- IF accountline.payment_type -%] |
47 |
[%- IF accountline.payment_type -%] |
| 46 |
, [% AuthorisedValues.GetByCode('PAYMENT_TYPE', accountline.payment_type) | html %] |
48 |
, [% AuthorisedValues.GetByCode('PAYMENT_TYPE', accountline.payment_type) | html %] |
| 47 |
[%- END =%] |
49 |
[%- END =%] |
|
Lines 109-120
Link Here
|
| 109 |
<td>[% offset_accountline.timestamp | $KohaDates with_hours => 1 | html %]</td> |
111 |
<td>[% offset_accountline.timestamp | $KohaDates with_hours => 1 | html %]</td> |
| 110 |
<td>[% offset_accountline.amount | $Price %]</td> |
112 |
<td>[% offset_accountline.amount | $Price %]</td> |
| 111 |
<td>[% offset_accountline.amountoutstanding | $Price %]</td> |
113 |
<td>[% offset_accountline.amountoutstanding | $Price %]</td> |
| 112 |
<td>[% INCLUDE 'accounttype.inc' account => offset_accountline %]</td> |
114 |
<td>[% PROCESS account_type_description account=offset_accountline %]</td> |
| 113 |
<td>[% offset_accountline.note | html %]</td> |
115 |
<td>[% offset_accountline.note | html %]</td> |
| 114 |
<td>[% IF offset_accountline.manager_id %]<a href="moremember.pl?borrowernumber=[% offset_accountline.manager_id | uri %]">[% offset_accountline.manager_id | html %]</a>[% END %]</td> |
116 |
<td>[% IF offset_accountline.manager_id %]<a href="moremember.pl?borrowernumber=[% offset_accountline.manager_id | uri %]">[% offset_accountline.manager_id | html %]</a>[% END %]</td> |
| 115 |
<td>[% ao.created_on | $KohaDates with_hours => 1 | html %]</td> |
117 |
<td>[% ao.created_on | $KohaDates with_hours => 1 | html %]</td> |
| 116 |
<td>[% ao.amount | $Price %]</td> |
118 |
<td>[% ao.amount | $Price %]</td> |
| 117 |
<td>[% INCLUDE 'account_offset_type.inc' account_offset => ao %]</td> |
119 |
<td>[% PROCESS offset_type_description account_offset=ao %]</td> |
| 118 |
<td><a href="accountline-details.pl?accountlines_id=[% offset_accountline.id | uri %]" class="btn btn-default btn-xs"><i class="fa fa-list"></i> Details</a></td> |
120 |
<td><a href="accountline-details.pl?accountlines_id=[% offset_accountline.id | uri %]" class="btn btn-default btn-xs"><i class="fa fa-list"></i> Details</a></td> |
| 119 |
</tr> |
121 |
</tr> |
| 120 |
[% END %] |
122 |
[% END %] |