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