Bug 31988: Remove reports/itemtypes.plugin
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / reports / reports-home.tt
1 [% USE Koha %]
2 [% USE raw %]
3 [% INCLUDE 'doc-head-open.inc' %]
4 <title>Reports &rsaquo; Koha</title>
5 [% INCLUDE 'doc-head-close.inc' %]
6 </head>
7 <body id="rep_reports-home" class="rep">
8 [% WRAPPER 'header.inc' %]
9     [% INCLUDE 'circ-search.inc' %]
10 [% END %]
11
12 [% WRAPPER 'sub-header.inc' %]
13     [% WRAPPER breadcrumbs %]
14         [% WRAPPER breadcrumb_item bc_active= 1 %]
15             <span>Reports</span>
16         [% END %]
17     [% END #/ WRAPPER breadcrumbs %]
18 [% END #/ WRAPPER sub-header.inc %]
19
20 <div class="main container-fluid">
21     <div class="row">
22         <div class="col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2">
23             <h1>Reports</h1>
24             <div class="row">
25                 <div class="col-xs-6">
26
27                     [% IF ( CAN_user_reports_execute_reports || CAN_user_reports_create_reports ) %]
28                         <form action="/cgi-bin/koha/reports/guided_reports.pl" method="get">
29                             <fieldset class="brief">
30                                 <h2>Guided reports</h2>
31                                 <input name="phase" value="Use saved" type="hidden">
32                                 <input name="filter_set" value="1" type="hidden">
33                                 [% IF ( CAN_user_reports_create_reports ) %]
34                                     <p>
35                                         <a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Build%20new"><i class="fa fa-code-fork"></i> Create guided report</a>
36                                     </p>
37                                     <p>
38                                         <a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Create%20report%20from%20SQL"><i class="fa fa-plus"></i> Create from SQL</a>
39                                     </p>
40                                 [% END %]
41                                 <p>
42                                     <a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Use%20saved"><i class="fa fa-list"></i> Use saved</a>
43                                 </p>
44                                 <label for="filter_keyword">Search by keyword:</label> <input id="filter_keyword" name="filter_keyword" value="" size="16" type="text" /> <input type="submit" class="btn btn-primary" value="Search" />
45                             </fieldset>
46                         </form>
47                     [% END %]
48
49         <h5>Reports dictionary</h5>
50         <ul>
51             <li><a href="/cgi-bin/koha/reports/dictionary.pl?phase=View%20Dictionary">View dictionary</a></li>
52         </ul>
53
54         <h2>Statistics wizards</h2>
55         <ul>
56             <li><a href="/cgi-bin/koha/reports/acquisitions_stats.pl">Acquisitions</a></li>
57             <li><a href="/cgi-bin/koha/reports/borrowers_stats.pl">Patrons</a></li>
58             <li><a href="/cgi-bin/koha/reports/catalogue_stats.pl">Catalog</a></li>
59             <li><a href="/cgi-bin/koha/reports/issues_stats.pl">Circulation</a></li>
60             <li><a href="/cgi-bin/koha/reports/serials_stats.pl">Serials</a></li>
61             <li><a href="/cgi-bin/koha/reports/cash_register_stats.pl">Cash register</a></li>
62             <li><a href="/cgi-bin/koha/reports/reserves_stats.pl">Holds</a></li>
63       </ul>
64
65         [% IF plugins_enabled %]
66             <h2>Report plugins</h2>
67             <ul>
68                 <li><a href="/cgi-bin/koha/plugins/plugins-home.pl?method=report">Report plugins</a></li>
69             </ul>
70         [% END %]
71
72     </div>
73
74     <div class="col-xs-6"><h2>Top lists</h2>
75         <ul>
76             <li><a href="/cgi-bin/koha/reports/bor_issues_top.pl">Patrons with the most checkouts</a></li>
77             <li><a href="/cgi-bin/koha/reports/cat_issues_top.pl">Most-circulated items</a></li>
78         </ul>
79
80         <h2>Inactive</h2>
81         <ul>
82                 <li><a href="/cgi-bin/koha/reports/borrowers_out.pl">Patrons who haven't checked out</a></li>
83                 <li><a href="/cgi-bin/koha/reports/catalogue_out.pl">Items with no checkouts</a></li>
84         </ul>
85
86         <h2>Other</h2>
87         <ul>
88             <li><a href="/cgi-bin/koha/reports/itemslost.pl">Items lost</a></li>
89             <li><a href="/cgi-bin/koha/reports/orders_by_fund.pl">Orders by fund</a></li>
90             <li><a href="/cgi-bin/koha/reports/catalog_by_itemtype.pl">Catalog by item type</a></li>
91             <li><a href="/cgi-bin/koha/reports/issues_avg_stats.pl">Average loan time</a></li>
92             [% SET koha_version = Koha.Version %]
93             [% IF koha_version.development %]
94                 <li><a href="http://schema.koha-community.org/master" target="blank">Koha database schema</a></li>
95             [% ELSE %]
96                 <li><a href="http://schema.koha-community.org/[% koha_version.major | uri %]_[% koha_version.minor | uri %]" target="blank">Koha database schema</a></li>
97             [% END %]
98
99             <li><a href="http://wiki.koha-community.org/wiki/SQL_Reports_Library" target="blank">Koha reports library</a></li>
100         </ul></div>
101 </div>
102
103
104 </div>
105     <div class="col-md-12" id="intranet-reports-home-html">
106         [% Koha.Preference('IntranetReportsHomeHTML') | $raw %]
107     </div>
108 </div>
109 [% INCLUDE 'intranet-bottom.inc' %]