Koha/koha-tmpl/intranet-tmpl/default/en/reports/reports-home.tmpl
tipaul 58951e551f new feature : stocktaking/inventory.
Look in reports menu
(no DB changes)
2004-02-12 09:16:18 +00:00

12 lines
552 B
Cheetah

<!-- TMPL_INCLUDE NAME="reports-top.inc" -->
<!-------------------------MAIN BODY OF PAGE-------------------------->
<h1>Reports</h1><br/>
<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/inventory.pl">Inventory/Stocktaking</a></li>
</ul>
<!-- TMPL_INCLUDE NAME="reports-bottom.inc" -->