Link Here
|
1 |
<h5>Guided reports</h5> |
1 |
<div id="navmenu"> |
2 |
<ul> |
2 |
<div id="navmenulist"> |
3 |
<li><a href="/cgi-bin/koha/reports/guided_reports.pl">Guided reports</a></li> |
3 |
|
4 |
[% IF ( CAN_user_reports_create_reports ) %] |
4 |
<h5>Guided reports</h5> |
5 |
<li><a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Build%20new">Build new</a></li> |
5 |
<ul> |
6 |
[% END %] |
6 |
<li><a href="/cgi-bin/koha/reports/guided_reports.pl">Guided reports</a></li> |
7 |
[% IF ( CAN_user_reports_execute_reports ) %] |
7 |
[% IF ( CAN_user_reports_create_reports ) %] |
8 |
<li><a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Use%20saved">Use saved</a></li> |
8 |
<li><a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Build%20new">Build new</a></li> |
9 |
[% END %] |
9 |
[% END %] |
10 |
[% IF ( CAN_user_reports_create_reports ) %] |
10 |
[% IF ( CAN_user_reports_execute_reports ) %] |
11 |
<li><a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Create%20report%20from%20SQL">Create from SQL</a></li> |
11 |
<li><a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Use%20saved">Use saved</a></li> |
12 |
[% END %] |
12 |
[% END %] |
13 |
</ul> |
13 |
[% IF ( CAN_user_reports_create_reports ) %] |
|
|
14 |
<li><a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Create%20report%20from%20SQL">Create from SQL</a></li> |
15 |
[% END %] |
16 |
</ul> |
17 |
|
18 |
<h5>Statistics wizards</h5> |
19 |
<ul> |
20 |
<li><a href="/cgi-bin/koha/reports/acquisitions_stats.pl">Acquisitions</a></li> |
21 |
<li><a href="/cgi-bin/koha/reports/borrowers_stats.pl">Patrons</a></li> |
22 |
<li><a href="/cgi-bin/koha/reports/catalogue_stats.pl">Catalog</a></li> |
23 |
<li><a href="/cgi-bin/koha/reports/issues_stats.pl">Circulation</a></li> |
24 |
<li><a href="/cgi-bin/koha/reports/serials_stats.pl">Serials</a></li> |
25 |
<li><a href="/cgi-bin/koha/reports/cash_register_stats.pl">Cash register</a></li> |
26 |
<li><a href="/cgi-bin/koha/reports/reserves_stats.pl">Holds</a></li> |
27 |
</ul> |
14 |
|
28 |
|
15 |
<h5>Statistics wizards</h5> |
29 |
[% IF UseKohaPlugins %] |
16 |
<ul> |
30 |
<h5>Report plugins</h5> |
17 |
<li><a href="/cgi-bin/koha/reports/acquisitions_stats.pl">Acquisitions</a></li> |
31 |
<ul> |
18 |
<li><a href="/cgi-bin/koha/reports/borrowers_stats.pl">Patrons</a></li> |
32 |
<li><a href="/cgi-bin/koha/plugins/plugins-home.pl?method=report">Report plugins</a></li> |
19 |
<li><a href="/cgi-bin/koha/reports/catalogue_stats.pl">Catalog</a></li> |
33 |
</ul> |
20 |
<li><a href="/cgi-bin/koha/reports/issues_stats.pl">Circulation</a></li> |
34 |
[% END %] |
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> |
24 |
</ul> |
25 |
|
35 |
|
26 |
[% IF UseKohaPlugins %] |
36 |
<h5>Top lists</h5> |
27 |
<h5>Report plugins</h5> |
|
|
28 |
<ul> |
37 |
<ul> |
29 |
<li><a href="/cgi-bin/koha/plugins/plugins-home.pl?method=report">Report plugins</a></li> |
38 |
<li><a href="/cgi-bin/koha/reports/bor_issues_top.pl">Patrons with the most checkouts</a></li> |
|
|
39 |
<li><a href="/cgi-bin/koha/reports/cat_issues_top.pl">Most-circulated items</a></li> |
30 |
</ul> |
40 |
</ul> |
31 |
[% END %] |
|
|
32 |
|
41 |
|
33 |
<h5>Top lists</h5> |
42 |
<h5>Inactive</h5> |
34 |
<ul> |
43 |
<ul> |
35 |
<li><a href="/cgi-bin/koha/reports/bor_issues_top.pl">Patrons with the most checkouts</a></li> |
44 |
<li><a href="/cgi-bin/koha/reports/borrowers_out.pl">Patrons who haven't checked out</a></li> |
36 |
<li><a href="/cgi-bin/koha/reports/cat_issues_top.pl">Most-circulated items</a></li> |
45 |
<li><a href="/cgi-bin/koha/reports/catalogue_out.pl">Items with no checkouts</a></li> |
37 |
</ul> |
46 |
</ul> |
38 |
|
|
|
39 |
<h5>Inactive</h5> |
40 |
<ul> |
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> |
43 |
</ul> |
44 |
|
47 |
|
45 |
|
48 |
|
46 |
<h5>Other</h5> |
49 |
<h5>Other</h5> |
47 |
<ul> |
50 |
<ul> |
48 |
<li><a href="/cgi-bin/koha/reports/itemslost.pl">Lost items</a></li> |
51 |
<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> |
52 |
<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> |
53 |
<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> |
54 |
<li><a href="/cgi-bin/koha/reports/issues_avg_stats.pl">Average loan time</a></li> |
52 |
</ul> |
55 |
</ul> |
|
|
56 |
</div> |
57 |
</div> |
53 |
- |
|
|