|
Lines 163-170
canned reports and writing custom SQL reports.</p>
Link Here
|
| 163 |
<th class="title-string">Creation date</th> |
163 |
<th class="title-string">Creation date</th> |
| 164 |
<th class="title-string">Last edit</th> |
164 |
<th class="title-string">Last edit</th> |
| 165 |
<th class="title-string">Last run</th> |
165 |
<th class="title-string">Last run</th> |
| 166 |
<th>Public</th> |
166 |
<th class="report_public">Public</th> |
| 167 |
<th>JSON URL</th> |
167 |
<th class="report_json_url">JSON URL</th> |
| 168 |
[% IF (usecache) %] <th>Cache expiry (seconds)</th> [% END %] |
168 |
[% IF (usecache) %] <th>Cache expiry (seconds)</th> [% END %] |
| 169 |
<th>Saved results</th> |
169 |
<th>Saved results</th> |
| 170 |
[% IF has_obsolete_reports %]<th>Update</th>[% END %] |
170 |
[% IF has_obsolete_reports %]<th>Update</th>[% END %] |
|
Lines 195-212
canned reports and writing custom SQL reports.</p>
Link Here
|
| 195 |
<td><span title="[% savedreport.date_created %]">[% savedreport.date_created | $KohaDates %]</span></td> |
195 |
<td><span title="[% savedreport.date_created %]">[% savedreport.date_created | $KohaDates %]</span></td> |
| 196 |
<td><span title="[% savedreport.last_modified %]">[% savedreport.last_modified | $KohaDates with_hours => 1 %]</span></td> |
196 |
<td><span title="[% savedreport.last_modified %]">[% savedreport.last_modified | $KohaDates with_hours => 1 %]</span></td> |
| 197 |
<td><span title="[% savedreport.last_run %]">[% savedreport.last_run | $KohaDates with_hours => 1 %]</span></td> |
197 |
<td><span title="[% savedreport.last_run %]">[% savedreport.last_run | $KohaDates with_hours => 1 %]</span></td> |
| 198 |
<td> |
198 |
<td class="report_public"> |
| 199 |
[% IF (savedreport.public) %] |
199 |
[% IF (savedreport.public) %] |
| 200 |
Yes |
200 |
Yes |
| 201 |
[% ELSE %] |
201 |
[% ELSE %] |
| 202 |
No |
202 |
No |
| 203 |
[% END %] |
203 |
[% END %] |
| 204 |
</td> |
204 |
</td> |
| 205 |
<td> |
205 |
<td class="report_json_url"> |
| 206 |
[% IF (savedreport.public) %] |
206 |
[% IF (savedreport.public) %] |
| 207 |
<a href="[% OPACBaseURL %]/cgi-bin/koha/svc/report?id=[% savedreport.id | html %]">[% OPACBaseURL %]/cgi-bin/koha/svc/report?id=[% savedreport.id | html %]</a> |
207 |
<a href="[% OPACBaseURL %]/cgi-bin/koha/svc/report?id=[% savedreport.id | html %]">[% OPACBaseURL %]/cgi-bin/koha/svc/report?id=[% savedreport.id | html %]</a> |
| 208 |
[% ELSE %] |
208 |
[% ELSE %] |
| 209 |
<a href="/cgi-bin/koha/svc/report?id=[% savedreport.id | html %]">[% staffClientBaseURL %]/cgi-bin/koha/svc/report?id=[% savedreport.id | html %]</a> |
209 |
<a href="/cgi-bin/koha/svc/report?id=[% savedreport.id | html %]">[% Koha.Preference('staffClientBaseURL') %]/cgi-bin/koha/svc/report?id=[% savedreport.id | html %]</a> |
| 210 |
[% END %] |
210 |
[% END %] |
| 211 |
</td> |
211 |
</td> |
| 212 |
[% IF (usecache) %] <td>[% savedreport.cache_expiry %]</td> [% END %] |
212 |
[% IF (usecache) %] <td>[% savedreport.cache_expiry %]</td> [% END %] |
| 213 |
- |
|
|