Link Here
|
1 |
<h5>Guided reports</h5> |
1 |
<h5>Guided reports</h5> |
2 |
<ul> |
2 |
<ul> |
3 |
<li><a href="/cgi-bin/koha/reports/guided_reports.pl">Guided reports</a></li> |
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> |
6 |
[% END %] |
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> |
9 |
[% END %] |
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> |
12 |
[% END %] |
4 |
</ul> |
13 |
</ul> |
5 |
|
14 |
|
6 |
<h5>Statistics wizards</h5> |
15 |
<h5>Statistics wizards</h5> |
Link Here
|
14 |
<li><a href="/cgi-bin/koha/reports/reserves_stats.pl">Holds</a></li> |
23 |
<li><a href="/cgi-bin/koha/reports/reserves_stats.pl">Holds</a></li> |
15 |
</ul> |
24 |
</ul> |
16 |
|
25 |
|
|
|
26 |
[% IF UseKohaPlugins %] |
27 |
<h5>Report plugins</h5> |
28 |
<ul> |
29 |
<li><a href="/cgi-bin/koha/plugins/plugins-home.pl?method=report">Report plugins</a></li> |
30 |
</ul> |
31 |
[% END %] |
17 |
|
32 |
|
18 |
<h5>Top lists</h5> |
33 |
<h5>Top lists</h5> |
19 |
<ul> |
34 |
<ul> |
Link Here
|
31 |
<h5>Other</h5> |
46 |
<h5>Other</h5> |
32 |
<ul> |
47 |
<ul> |
33 |
<li><a href="/cgi-bin/koha/reports/itemslost.pl">Lost items</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> |
34 |
<li><a href="/cgi-bin/koha/reports/manager.pl?report_name=itemtypes">Catalog by item type</a></li> |
50 |
<li><a href="/cgi-bin/koha/reports/manager.pl?report_name=itemtypes">Catalog by item type</a></li> |
35 |
<li><a href="/cgi-bin/koha/reports/issues_avg_stats.pl">Average loan time</a></li> |
51 |
<li><a href="/cgi-bin/koha/reports/issues_avg_stats.pl">Average loan time</a></li> |
36 |
</ul> |
52 |
</ul> |
37 |
- |
|
|