Lines 389-394
canned reports and writing custom SQL reports.</p>
Link Here
|
389 |
<th class="title-string">Last edit</th> |
389 |
<th class="title-string">Last edit</th> |
390 |
<th class="title-string">Last run</th> |
390 |
<th class="title-string">Last run</th> |
391 |
<th>Public</th> |
391 |
<th>Public</th> |
|
|
392 |
<th>JSON URL</th> |
392 |
[% IF (usecache) %] <th>Cache expiry (seconds)</th> [% END %] |
393 |
[% IF (usecache) %] <th>Cache expiry (seconds)</th> [% END %] |
393 |
<th>Saved results</th> |
394 |
<th>Saved results</th> |
394 |
[% IF has_obsolete_reports %]<th>Update</th>[% END %] |
395 |
[% IF has_obsolete_reports %]<th>Update</th>[% END %] |
Lines 419-429
canned reports and writing custom SQL reports.</p>
Link Here
|
419 |
<td><span title="[% savedreport.date_created %]">[% savedreport.date_created | $KohaDates %]</span></td> |
420 |
<td><span title="[% savedreport.date_created %]">[% savedreport.date_created | $KohaDates %]</span></td> |
420 |
<td><span title="[% savedreport.last_modified %]">[% savedreport.last_modified | $KohaDates with_hours => 1 %]</span></td> |
421 |
<td><span title="[% savedreport.last_modified %]">[% savedreport.last_modified | $KohaDates with_hours => 1 %]</span></td> |
421 |
<td><span title="[% savedreport.last_run %]">[% savedreport.last_run | $KohaDates with_hours => 1 %]</span></td> |
422 |
<td><span title="[% savedreport.last_run %]">[% savedreport.last_run | $KohaDates with_hours => 1 %]</span></td> |
|
|
423 |
<td> |
424 |
[% IF (savedreport.public) %] |
425 |
Yes |
426 |
[% ELSE %] |
427 |
No |
428 |
[% END %] |
429 |
<td> |
422 |
[% IF (savedreport.public) %] |
430 |
[% IF (savedreport.public) %] |
423 |
<td>Yes</td> |
431 |
<a href="[% OPACBaseURL %]/cgi-bin/koha/svc/report?id=[% savedreport.id | html %]">[% OPACBaseURL %]/cgi-bin/koha/svc/report?id=[% savedreport.id | html %]</a> |
424 |
[% ELSE %] |
432 |
[% ELSE %] |
425 |
<td>No</td> |
433 |
<a href="/cgi-bin/koha/svc/report?id=[% savedreport.id | html %]">[% staffClientBaseURL %]/cgi-bin/koha/svc/report?id=[% savedreport.id | html %]</a> |
426 |
[% END %] |
434 |
[% END %] |
|
|
435 |
</td> |
427 |
[% IF (usecache) %] <td>[% savedreport.cache_expiry %]</td> [% END %] |
436 |
[% IF (usecache) %] <td>[% savedreport.cache_expiry %]</td> [% END %] |
428 |
<td> |
437 |
<td> |
429 |
[% FOR result IN savedreport.results %] |
438 |
[% FOR result IN savedreport.results %] |
430 |
- |
|
|