|
Lines 171-183
canned reports and writing custom SQL reports.</p>
Link Here
|
| 171 |
</td> |
171 |
</td> |
| 172 |
<td> |
172 |
<td> |
| 173 |
<a href="/cgi-bin/koha/reports/guided_reports.pl?reports=[% savedreport.id %]&phase=Show%20SQL">Show</a> |
173 |
<a href="/cgi-bin/koha/reports/guided_reports.pl?reports=[% savedreport.id %]&phase=Show%20SQL">Show</a> |
| 174 |
[% IF ( savedreport.CAN_user_reports_create_reports ) %] |
174 |
[% IF ( CAN_user_reports_create_reports ) %] |
| 175 |
<a href="/cgi-bin/koha/reports/guided_reports.pl?reports=[% savedreport.id %]&phase=Edit%20SQL">Edit</a> |
175 |
<a href="/cgi-bin/koha/reports/guided_reports.pl?reports=[% savedreport.id %]&phase=Edit%20SQL">Edit</a> |
| 176 |
[% END %] |
176 |
[% END %] |
| 177 |
</td> |
177 |
</td> |
| 178 |
<td><a href="/cgi-bin/koha/reports/guided_reports.pl?reports=[% savedreport.id %]&phase=Run%20this%20report">Run</a> |
178 |
<td><a href="/cgi-bin/koha/reports/guided_reports.pl?reports=[% savedreport.id %]&phase=Run%20this%20report">Run</a> |
| 179 |
<a href="/cgi-bin/koha/tools/scheduler.pl?id=[% savedreport.id %]">Schedule</a></td> |
179 |
<a href="/cgi-bin/koha/tools/scheduler.pl?id=[% savedreport.id %]">Schedule</a></td> |
| 180 |
[% IF ( savedreport.CAN_user_reports_create_reports ) %] |
180 |
[% IF ( CAN_user_reports_create_reports ) %] |
| 181 |
<td><a class="confirmdelete" title="Delete this saved report" href="/cgi-bin/koha/reports/guided_reports.pl?reports=[% savedreport.id %]&phase=Delete%20Saved">Delete</a></td> |
181 |
<td><a class="confirmdelete" title="Delete this saved report" href="/cgi-bin/koha/reports/guided_reports.pl?reports=[% savedreport.id %]&phase=Delete%20Saved">Delete</a></td> |
| 182 |
[% END %] |
182 |
[% END %] |
| 183 |
</tr> |
183 |
</tr> |
| 184 |
- |
|
|