|
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 1122-1127
Link Here
|
| 1122 |
[% END #/IF ( execute ) %] |
1122 |
[% END #/IF ( execute ) %] |
| 1123 |
|
1123 |
|
| 1124 |
[% IF ( create ) %] |
1124 |
[% IF ( create ) %] |
|
|
1125 |
<h1>Create from SQL</h1> |
| 1125 |
<form action="/cgi-bin/koha/reports/guided_reports.pl" method="post" id="sql_report_form"> |
1126 |
<form action="/cgi-bin/koha/reports/guided_reports.pl" method="post" id="sql_report_form"> |
| 1126 |
<fieldset class="rows"> |
1127 |
<fieldset class="rows"> |
| 1127 |
<legend>Create report from SQL</legend> |
1128 |
<legend>Create report from SQL</legend> |
|
Lines 1207-1212
Link Here
|
| 1207 |
[% END # /IF saved_results %] |
1208 |
[% END # /IF saved_results %] |
| 1208 |
|
1209 |
|
| 1209 |
[% IF ( showsql ) %] |
1210 |
[% IF ( showsql ) %] |
|
|
1211 |
<h1>Saved reports - SQL</h1> |
| 1210 |
<fieldset class="rows"> |
1212 |
<fieldset class="rows"> |
| 1211 |
<legend>[% reportname | html %]</legend> |
1213 |
<legend>[% reportname | html %]</legend> |
| 1212 |
<ol> |
1214 |
<ol> |