|
Lines 173-179
Link Here
|
| 173 |
[% INCLUDE "reports-toolbar.inc" %] |
173 |
[% INCLUDE "reports-toolbar.inc" %] |
| 174 |
|
174 |
|
| 175 |
[% IF ( start ) %] |
175 |
[% IF ( start ) %] |
| 176 |
<h2>Guided reports</h2> |
176 |
<h1>Guided reports</h1> |
| 177 |
<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> |
177 |
<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> |
| 178 |
|
178 |
|
| 179 |
<h3>Build and run reports</h3> |
179 |
<h3>Build and run reports</h3> |
|
Lines 220-227
Link Here
|
| 220 |
[% END %] |
220 |
[% END %] |
| 221 |
|
221 |
|
| 222 |
[% IF ( saved1 ) %] |
222 |
[% IF ( saved1 ) %] |
| 223 |
[% IF ( savedreports ) %] |
|
|
| 224 |
<h1>Saved reports</h1> |
223 |
<h1>Saved reports</h1> |
|
|
224 |
[% IF ( savedreports ) %] |
| 225 |
|
225 |
|
| 226 |
[% IF ( filters.date || filters.author || filters.keyword ) %] |
226 |
[% IF ( filters.date || filters.author || filters.keyword ) %] |
| 227 |
<p>Filtered by: |
227 |
<p>Filtered by: |
|
Lines 1106-1111
Link Here
|
| 1106 |
[% END #/IF ( execute ) %] |
1106 |
[% END #/IF ( execute ) %] |
| 1107 |
|
1107 |
|
| 1108 |
[% IF ( create ) %] |
1108 |
[% IF ( create ) %] |
|
|
1109 |
<h1>Create from SQL</h1> |
| 1109 |
<form action="/cgi-bin/koha/reports/guided_reports.pl" method="post" id="sql_report_form"> |
1110 |
<form action="/cgi-bin/koha/reports/guided_reports.pl" method="post" id="sql_report_form"> |
| 1110 |
<fieldset class="rows"> |
1111 |
<fieldset class="rows"> |
| 1111 |
<legend>Create report from SQL</legend> |
1112 |
<legend>Create report from SQL</legend> |
|
Lines 1190-1195
Link Here
|
| 1190 |
[% END # /IF saved_results %] |
1191 |
[% END # /IF saved_results %] |
| 1191 |
|
1192 |
|
| 1192 |
[% IF ( showsql ) %] |
1193 |
[% IF ( showsql ) %] |
|
|
1194 |
<h1>Saved reports - SQL</h1> |
| 1193 |
<fieldset class="rows"> |
1195 |
<fieldset class="rows"> |
| 1194 |
<legend>[% reportname | html %]</legend> |
1196 |
<legend>[% reportname | html %]</legend> |
| 1195 |
<ol> |
1197 |
<ol> |