Koha/koha-tmpl/intranet-tmpl/default/en/reports/reports-home.tmpl
hdl ba7ea2fa5a Adding lists for borrowers and items with no issues.
Minor bug fixes to Top lists catalogue and borrowers.
2005-03-24 15:19:48 +00:00

70 lines
2.1 KiB
Cheetah

<!-- TMPL_INCLUDE NAME="reports-top.inc" -->
<!-- ------------------------MAIN BODY OF PAGE------------------------ -->
<div id="mainbloc">
<h1 class="reports">Reports</h1>
<table>
<tbody>
<tr>
<td>
<p>
<div id="bloc25">
<h2 class="reports">Top Lists </h2>
<p>on issues</p>
<ul>
<li><a href="/cgi-bin/koha/reports/bor_issues_top.pl">Borrowers</a></li>
<li><a href="/cgi-bin/koha/reports/cat_issues_top.pl">Items</a></li>
</ul>
</div>
</p>
<p>
<div id="bloc25">
<h2 class="reports">Stat wizard on </h2>
<p><a href="/cgi-bin/koha/reports/acquisitions_stats.pl">Acquisitions</a></p>
<p><a href="/cgi-bin/koha/reports/borrowers_stats.pl">Borrowers</a></p>
<p><a href="/cgi-bin/koha/reports/catalogue_stats.pl">Catalogue</a></p>
<p><a href="/cgi-bin/koha/reports/issues_stats.pl">Issues</a></p>
</div>
</p>
</td>
<td>
<div id="bloc25">
<h2 class="reports">Other stats</h2>
<p>on catalogue</p>
<ul>
<li><a href="/cgi-bin/koha/reports/inventory.pl">Inventory/Stocktaking</a></li>
<li><a href="/cgi-bin/koha/reports/manager.pl?report_name=itemtypes">Catalogue by itemtype</a></li>
</ul>
<p>on issues</p>
<ul>
<li><a href="/cgi-bin/koha/stats.pl?time=yesterday">Till Reconciliation:</a> Daily Report (yesterday)</li>
<li><a href="/cgi-bin/koha/stats.pl?time=today">Till Reconciliation:</a> Daily Report (today)</li>
<li><a href="/cgi-bin/koha/overdue.pl">Overdue items</a></li>
<li><a href="/cgi-bin/koha/reports/manager.pl?report_name=issues_by_borrower_category">Issues by borrower category</a></li>
<li><a href="/cgi-bin/koha/reports/issues_avg_stats.pl">Average loan time</a></li>
</ul>
</div>
</td>
<td>
<p>
<div id="bloc25">
<h2 class="reports">Outsiders</h2>
<p><a href="/cgi-bin/koha/reports/borrowers_out.pl">No issue Borrowers</a></p>
<p><a href="/cgi-bin/koha/reports/catalogue_out.pl">No issue Items</a></p>
</div>
</p>
<div id="bloc25">
<h2 class="reports">data exports</h2>
<li>Borrowers</li>
<li>Circulation</li>
<li>Acquisitions</li>
<li>Issues</li>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- TMPL_INCLUDE NAME="reports-bottom.inc" -->