1 <h5>Guided reports</h5>
3 <li><a href="/cgi-bin/koha/reports/guided_reports.pl">Guided reports</a></li>
4 [% IF ( CAN_user_reports_create_reports ) %]
5 <li><a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Build%20new">Build new</a></li>
7 [% IF ( CAN_user_reports_execute_reports ) %]
8 <li><a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Use%20saved">Use saved</a></li>
10 [% IF ( CAN_user_reports_create_reports ) %]
11 <li><a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Create%20report%20from%20SQL">Create from SQL</a></li>
15 <h5>Statistics wizards</h5>
17 <li><a href="/cgi-bin/koha/reports/acquisitions_stats.pl">Acquisitions</a></li>
18 <li><a href="/cgi-bin/koha/reports/borrowers_stats.pl">Patrons</a></li>
19 <li><a href="/cgi-bin/koha/reports/catalogue_stats.pl">Catalog</a></li>
20 <li><a href="/cgi-bin/koha/reports/issues_stats.pl">Circulation</a></li>
21 <li><a href="/cgi-bin/koha/reports/serials_stats.pl">Serials</a></li>
22 <li><a href="/cgi-bin/koha/reports/cash_register_stats.pl">Cash register</a></li>
23 <li><a href="/cgi-bin/koha/reports/reserves_stats.pl">Holds</a></li>
26 [% IF UseKohaPlugins %]
27 <h5>Report plugins</h5>
29 <li><a href="/cgi-bin/koha/plugins/plugins-home.pl?method=report">Report plugins</a></li>
35 <li><a href="/cgi-bin/koha/reports/bor_issues_top.pl">Patrons with the most checkouts</a></li>
36 <li><a href="/cgi-bin/koha/reports/cat_issues_top.pl">Most-circulated items</a></li>
41 <li><a href="/cgi-bin/koha/reports/borrowers_out.pl">Patrons who haven't checked out</a></li>
42 <li><a href="/cgi-bin/koha/reports/catalogue_out.pl">Items with no checkouts</a></li>
48 <li><a href="/cgi-bin/koha/reports/itemslost.pl">Lost items</a></li>
49 <li><a href="/cgi-bin/koha/reports/orders_by_fund.pl">Orders by fund</a></li>
50 <li><a href="/cgi-bin/koha/reports/manager.pl?report_name=itemtypes">Catalog by item type</a></li>
51 <li><a href="/cgi-bin/koha/reports/issues_avg_stats.pl">Average loan time</a></li>