|
Lines 10-16
Link Here
|
| 10 |
[% INCLUDE 'header.inc' %] |
10 |
[% INCLUDE 'header.inc' %] |
| 11 |
[% INCLUDE 'patron-search.inc' %] |
11 |
[% INCLUDE 'patron-search.inc' %] |
| 12 |
|
12 |
|
| 13 |
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a> › <a href="/cgi-bin/koha/members/boraccount.pl?borrowernumber=[% borrowernumber %]">Account for [% INCLUDE 'patron-title.inc' %]</a> › Details for account line [% accountline.id %]</div> |
13 |
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a> › <a href="/cgi-bin/koha/members/boraccount.pl?borrowernumber=[% patron.borrowernumber %]">Account for [% INCLUDE 'patron-title.inc' %]</a> › Details for account line [% accountline.id %]</div> |
| 14 |
|
14 |
|
| 15 |
<div id="doc3" class="yui-t2"> |
15 |
<div id="doc3" class="yui-t2"> |
| 16 |
<div id="bd"> |
16 |
<div id="bd"> |
|
Lines 40-46
Link Here
|
| 40 |
<span title="[% accountline.date %]">[% accountline.date |$KohaDates %]</span> |
40 |
<span title="[% accountline.date %]">[% accountline.date |$KohaDates %]</span> |
| 41 |
</td> |
41 |
</td> |
| 42 |
<td> |
42 |
<td> |
| 43 |
[% INCLUDE 'accounttype.inc' accountline => accountline %] |
43 |
[%- INCLUDE 'accounttype.inc' account => accountline -%] |
| 44 |
[%- IF accountline.payment_type -%] |
44 |
[%- IF accountline.payment_type -%] |
| 45 |
, [% AuthorisedValues.GetByCode('PAYMENT_TYPE', accountline.payment_type) %] |
45 |
, [% AuthorisedValues.GetByCode('PAYMENT_TYPE', accountline.payment_type) %] |
| 46 |
[%- END =%] |
46 |
[%- END =%] |
|
Lines 85-91
Link Here
|
| 85 |
<th>Amount outstanding</th> |
85 |
<th>Amount outstanding</th> |
| 86 |
<th>Type</th> |
86 |
<th>Type</th> |
| 87 |
<th>Note</th> |
87 |
<th>Note</th> |
| 88 |
<th>Transacting<br/>librarian id</th> |
88 |
<th>Transacting librarian</th> |
| 89 |
<th>Date/Time of change</th> |
89 |
<th>Date/Time of change</th> |
| 90 |
<th>Amount of change</th> |
90 |
<th>Amount of change</th> |
| 91 |
<th>Type of change</th> |
91 |
<th>Type of change</th> |
|
Lines 107-113
Link Here
|
| 107 |
<td>[% offset_accountline.timestamp | $KohaDates with_hours => 1 %]</td> |
107 |
<td>[% offset_accountline.timestamp | $KohaDates with_hours => 1 %]</td> |
| 108 |
<td>[% offset_accountline.amount | $Price %]</td> |
108 |
<td>[% offset_accountline.amount | $Price %]</td> |
| 109 |
<td>[% offset_accountline.amountoutstanding | $Price %]</td> |
109 |
<td>[% offset_accountline.amountoutstanding | $Price %]</td> |
| 110 |
<td>[% INCLUDE 'accounttype.inc' accountline => offset_accountline %]</td> |
110 |
<td>[% INCLUDE 'accounttype.inc' account => offset_accountline %]</td> |
| 111 |
<td>[% offset_accountline.note %]</td> |
111 |
<td>[% offset_accountline.note %]</td> |
| 112 |
<td>[% IF offset_accountline.manager_id %]<a href="moremember.pl?borrowernumber=[% offset_accountline.manager_id %]">[% offset_accountline.manager_id %]</a>[% END %]</td> |
112 |
<td>[% IF offset_accountline.manager_id %]<a href="moremember.pl?borrowernumber=[% offset_accountline.manager_id %]">[% offset_accountline.manager_id %]</a>[% END %]</td> |
| 113 |
<td>[% ao.created_on | $KohaDates with_hours => 1 %]</td> |
113 |
<td>[% ao.created_on | $KohaDates with_hours => 1 %]</td> |