Lines 1-10
Link Here
|
1 |
[% USE KohaDates %] |
1 |
[% USE KohaDates %] |
|
|
2 |
[% USE Price %] |
3 |
[% USE ItemTypes %] |
2 |
[% INCLUDE 'doc-head-open.inc' %] |
4 |
[% INCLUDE 'doc-head-open.inc' %] |
3 |
<title>Koha › Reports [% IF ( do_it ) %]› Cash register statistics › Results[% ELSE %]› Cash register statistics[% END %]</title> |
5 |
<title>Koha › Reports [% IF ( do_it ) %]› Cash register statistics › Results[% ELSE %]› Cash register statistics[% END %]</title> |
4 |
[% INCLUDE 'doc-head-close.inc' %] |
6 |
[% INCLUDE 'doc-head-close.inc' %] |
5 |
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" /> |
7 |
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" /> |
6 |
[% INCLUDE 'datatables.inc' %] |
8 |
[% INCLUDE 'datatables.inc' %] |
7 |
[% INCLUDE 'datatables-strings.inc' %] |
|
|
8 |
<script type="text/javascript" src="[% themelang %]/js/datatables.js"></script> |
9 |
<script type="text/javascript" src="[% themelang %]/js/datatables.js"></script> |
9 |
<script type="text/javascript" id="js"> |
10 |
<script type="text/javascript" id="js"> |
10 |
$(document).ready(function() { |
11 |
$(document).ready(function() { |
Lines 276-285
$(document).ready(function() {
Link Here
|
276 |
[% END %] |
277 |
[% END %] |
277 |
</td> |
278 |
</td> |
278 |
<td>[% loopresul.note %]</td> |
279 |
<td>[% loopresul.note %]</td> |
279 |
<td style="text-align:right;">[% loopresul.amount %]</td> |
280 |
<td style="text-align:right;">[% loopresul.amount | $Price %]</td> |
280 |
<td><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% loopresul.biblionumber %]">[% loopresul.title %]</a></td> |
281 |
<td><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% loopresul.biblionumber %]">[% loopresul.title %]</a></td> |
281 |
<td>[% loopresul.barcode %]</td> |
282 |
<td>[% loopresul.barcode %]</td> |
282 |
<td>[% loopresul.itype %]</td> |
283 |
<td>[% ItemTypes.GetDescription(loopresul.itype) %]</td> |
283 |
</tr> |
284 |
</tr> |
284 |
[% END %] |
285 |
[% END %] |
285 |
<tfoot> |
286 |
<tfoot> |