Merge remote-tracking branch 'origin/new/bug_7613'
[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     <li>The <a href="http://schema.koha-community.org/" target="blank">Koha database schema</a> will help you learn the Koha database structure so that you can write effective SQL Queries</li>
12     <li>The <a href="http://wiki.koha-community.org/wiki/SQL_Reports_Library" target="blank">Koha reports library</a> lists reports written by Koha users around the world.</li>
13 </ul>
14 </li>
15         <li>Statistical Reports
16 <ul>
17         <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>
18 </ul>
19 </li>
20 </ul>
21
22 <p><strong>See the full documentation for Reports in the <a href="http://manual.koha-community.org/3.8/en/reports.html">manual</a> (online).</strong></p>
23
24 [% INCLUDE 'help-bottom.inc' %]