Synching with default template
[koha.git] / koha-tmpl / intranet-tmpl / npl / en / reports / reports-home.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Reports<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
2 <!-- TMPL_INCLUDE NAME="masthead.inc" -->
3 <!-- TMPL_INCLUDE NAME="intranet-nav.inc" -->
4
5
6 <div id="main"><h1>Reports</h1>
7 <div class="details">
8         <h2>Patron Statistics</h2>
9         <ul>
10                 <li><a href="/cgi-bin/koha/reports/borrowers_stats.pl">Borrowers</a></li>
11         </ul>
12         <h2>Catalog Statistics</h2>
13         <ul>
14                 <li><a href="/cgi-bin/koha/reports/inventory.pl">Inventory/Stocktaking</a></li>
15                 <li><a href="/cgi-bin/koha/reports/manager.pl?report_name=itemtypes">Catalog by Itemtype</a></li>
16         </ul>
17         <h2>Statistics on Issues</h2>
18         <ul>
19                 <li><a href="/cgi-bin/koha/stats.pl?time=yesterday">Till Reconciliation:</a> Daily Report (yesterday)</li>
20                 <li><a href="/cgi-bin/koha/stats.pl?time=today">Till Reconciliation:</a> Daily Report (today)</li>
21                 <li><a href="/cgi-bin/koha/overdue.pl">Overdue items</a></li>
22                 <li><a href="/cgi-bin/koha/reports/manager.pl?report_name=issues_by_borrower_category">Issues by Borrower Bategory</a></li>
23         </ul>
24 </div>
25 <div class="details">
26         <h2>Data Exports</h2>
27                 <li>Unfinished</li>
28 </div>
29 </div>
30
31 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
32