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