Owen Leonard
b4d14e4558
Signed-off-by: Chris Cormack <crc@liblime.com> Signed-off-by: Joshua Ferraro <jmf@liblime.com>
55 lines
No EOL
1.7 KiB
Cheetah
55 lines
No EOL
1.7 KiB
Cheetah
<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
|
|
<title>Koha › Circulation › Statistics</title>
|
|
<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
|
|
</head>
|
|
<body>
|
|
<!-- TMPL_INCLUDE NAME="header.inc" -->
|
|
<!-- TMPL_INCLUDE NAME="circ-search.inc" -->
|
|
|
|
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a> › Statistics</div>
|
|
|
|
<div id="doc3" class="yui-t2">
|
|
|
|
<div id="bd">
|
|
<div id="yui-main">
|
|
<div class="yui-b">
|
|
|
|
<!-- TMPL_IF NAME="notime" -->
|
|
<h1>Display statistics for:</h1>
|
|
<ul>
|
|
<li><a href="/cgi-bin/koha/circ/stats.pl?time=yesterday">yesterday</a></li>
|
|
<li><a href="/cgi-bin/koha/circ/stats.pl?time=today">today</a></li>
|
|
<!-- TMPL_ELSE -->
|
|
<!-- TMPL_IF NAME="loop1" -->
|
|
<table>
|
|
<caption>Statistics</caption>
|
|
<tr>
|
|
<th>Name</th>
|
|
<th>Type</th>
|
|
<th>Date/time</th>
|
|
<th>Amount</th>
|
|
<th>Library</th>
|
|
<tr>
|
|
<!-- TMPL_LOOP name="loop1" -->
|
|
<tr>
|
|
<td><!-- TMPL_VAR NAME="name" --></td>
|
|
<td><!-- TMPL_VAR NAME="type" --></td>
|
|
<td><!-- TMPL_VAR NAME="time" --></td>
|
|
<td><!-- TMPL_VAR NAME="amount" --></td>
|
|
<td><!-- TMPL_VAR NAME="branch" --></td>
|
|
</tr>
|
|
<!-- /TMPL_LOOP -->
|
|
</table>
|
|
<p>Total paid: <!-- TMPL_VAR NAME="total" --><br />Total written off: <!-- TMPL_VAR NAME="totalw" --></p>
|
|
<!-- TMPL_ELSE -->
|
|
<h3>No statistics to report</h3>
|
|
<!-- /TMPL_IF -->
|
|
|
|
<!-- /TMPL_IF -->
|
|
</div>
|
|
</div>
|
|
<div class="yui-b">
|
|
<!-- TMPL_INCLUDE NAME="circ-menu.inc" -->
|
|
</div>
|
|
</div>
|
|
<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" --> |