View | Details | Raw Unified | Return to bug 6940
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/guided_reports.tt (+12 lines)
Lines 65-68 Link Here
65
<p>Sample :</p>
65
<p>Sample :</p>
66
<ul><li>SELECT surname,firstname FROM borrowers WHERE branchcode=&lt;&lt;Enter patrons library|branches&gt;&gt; AND surname like &lt;&lt;Enter filter for patron surname (% if none)&gt;&gt;</li></ul>
66
<ul><li>SELECT surname,firstname FROM borrowers WHERE branchcode=&lt;&lt;Enter patrons library|branches&gt;&gt; AND surname like &lt;&lt;Enter filter for patron surname (% if none)&gt;&gt;</li></ul>
67
67
68
<p>
69
<p>
70
<h4>Useful Links</h4>
71
<ul>
72
	<li><a href="http://schema.koha-community.org/">Koha Database Schema</a></li>
73
	<li><a href="http://http://wiki.koha-community.org/wiki/SQL_Reports_Library">Koha Report Library</a></li>
74
</ul>
75
76
<p>
77
See the full documentation for custom reports in the <a href="http://manual.koha-community.org/3.6/en/reports.html#customreports">manual</a> (online).
78
79
68
[% INCLUDE 'help-bottom.inc' %]
80
[% INCLUDE 'help-bottom.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/reports-home.tt (-1 / +3 lines)
Lines 12-14 Link Here
12
<p><strong>Guided Reports Wizard</strong></p>
12
<p><strong>Guided Reports Wizard</strong></p>
13
<p>The Guided Reports Wizard helps you build reports using all the fields in the database for each module. The reports can then be saved and run using the scheduler. </p>[% INCLUDE 'help-bottom.inc' %]
13
<p>The Guided Reports Wizard helps you build reports using all the fields in the database for each module. The reports can then be saved and run using the scheduler. </p>[% INCLUDE 'help-bottom.inc' %]
14
14
15
- 
15
16
<p>
17
See the full documentation for Reports in the <a href="http://manual.koha-community.org/3.6/en/reports.html">manual</a> (online).

Return to bug 6940