Koha/koha-tmpl/intranet-tmpl/default/en/reports/reports-home.tmpl
tipaul 7c2c39dea5 NEW :
template for report writing.
with 2 nice reports.
pls test.
documentation of the template syntax coming soon
2004-03-30 16:09:04 +00:00

16 lines
802 B
Cheetah

<!-- TMPL_INCLUDE NAME="reports-top.inc" -->
<!--------------------------MAIN BODY OF PAGE-------------------------->
<div id="mainbloc">
<h1>Reports</h1>
<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>
<li><a href="/cgi-bin/koha/reports/manager.pl?report_name=itemtypes">Catalogue by itemtype</a></li>
<li><a href="/cgi-bin/koha/reports/manager.pl?report_name=issues_by_borrower_category">Issues by borrower category</a></li>
</ul>
</div>
<!-- TMPL_INCLUDE NAME="reports-bottom.inc" -->