d08387dd28
Signed-off-by: Chris Cormack <crc@liblime.com>
39 lines
1.3 KiB
Cheetah
39 lines
1.3 KiB
Cheetah
<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
|
|
<title>Statistics</title>
|
|
<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
|
|
<!--TMPL_INCLUDE NAME="menus.inc" -->
|
|
<!-- TMPL_INCLUDE NAME="menu-circ.inc"-->
|
|
|
|
<!-- 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 -->
|
|
<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
|