Merge remote-tracking branch 'origin/new/bug_6291'
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / help / reports / reports-home.tt
1 [% INCLUDE 'help-top.inc' %]
2
3 <h1>Reports</h1>
4
5 <p>Koha's reporting module allows you to gather data from your system.  There are two main types of reports:
6
7 <ul>
8         <li>Custom Reports
9 <ul>
10         <li>Koha's data is stored in a MySQL database which means that librarians can generate nearly any report they would like by either using the Guided Reports Wizard or writing their own SQL query.</li>
11 </ul>
12 </li>
13         <li>Statistical Reports
14 <ul>
15         <li>Statistic reports will show you counts and sums. These reports are all about numbers and statistics, for reports that return more detailed data, use the Guided Report Wizard.</li>
16 </ul>
17 </li>
18 </ul>
19
20 <p><strong>See the full documentation for Reports in the <a href="http://manual.koha-community.org/3.6/en/reports.html">manual</a> (online).</strong></p>
21
22 [% INCLUDE 'help-bottom.inc' %]