|
Lines 167-173
Link Here
|
| 167 |
[% INCLUDE "reports-toolbar.inc" %] |
167 |
[% INCLUDE "reports-toolbar.inc" %] |
| 168 |
|
168 |
|
| 169 |
[% IF ( start ) %] |
169 |
[% IF ( start ) %] |
| 170 |
<h2>Guided reports</h2> |
170 |
<h1>Guided reports</h1> |
| 171 |
<p>Use the guided reports engine to create non standard reports. This feature aims to provide some middle ground between the built in canned reports and writing custom SQL reports.</p> |
171 |
<p>Use the guided reports engine to create non standard reports. This feature aims to provide some middle ground between the built in canned reports and writing custom SQL reports.</p> |
| 172 |
|
172 |
|
| 173 |
<h3>Build and run reports</h3> |
173 |
<h3>Build and run reports</h3> |
|
Lines 214-221
Link Here
|
| 214 |
[% END %] |
214 |
[% END %] |
| 215 |
|
215 |
|
| 216 |
[% IF ( saved1 ) %] |
216 |
[% IF ( saved1 ) %] |
| 217 |
[% IF ( savedreports ) %] |
|
|
| 218 |
<h1>Saved reports</h1> |
217 |
<h1>Saved reports</h1> |
|
|
218 |
[% IF ( savedreports ) %] |
| 219 |
|
219 |
|
| 220 |
[% IF ( filters.date || filters.author || filters.keyword ) %] |
220 |
[% IF ( filters.date || filters.author || filters.keyword ) %] |
| 221 |
<p>Filtered by: |
221 |
<p>Filtered by: |
|
Lines 1100-1105
Link Here
|
| 1100 |
[% END #/IF ( execute ) %] |
1100 |
[% END #/IF ( execute ) %] |
| 1101 |
|
1101 |
|
| 1102 |
[% IF ( create ) %] |
1102 |
[% IF ( create ) %] |
|
|
1103 |
<h1>Create from SQL</h1> |
| 1103 |
<form action="/cgi-bin/koha/reports/guided_reports.pl" method="post" id="sql_report_form"> |
1104 |
<form action="/cgi-bin/koha/reports/guided_reports.pl" method="post" id="sql_report_form"> |
| 1104 |
<fieldset class="rows"> |
1105 |
<fieldset class="rows"> |
| 1105 |
<legend>Create report from SQL</legend> |
1106 |
<legend>Create report from SQL</legend> |
|
Lines 1185-1190
Link Here
|
| 1185 |
[% END # /IF saved_results %] |
1186 |
[% END # /IF saved_results %] |
| 1186 |
|
1187 |
|
| 1187 |
[% IF ( showsql ) %] |
1188 |
[% IF ( showsql ) %] |
|
|
1189 |
<h1>Saved reports - SQL</h1> |
| 1188 |
<fieldset class="rows"> |
1190 |
<fieldset class="rows"> |
| 1189 |
<legend>[% reportname | html %]</legend> |
1191 |
<legend>[% reportname | html %]</legend> |
| 1190 |
<ol> |
1192 |
<ol> |