bug 7249 follow-up, online help
authorPaul Poulain <paul.poulain@biblibre.com>
Fri, 11 May 2012 08:58:33 +0000 (10:58 +0200)
committerPaul Poulain <paul.poulain@biblibre.com>
Fri, 11 May 2012 08:58:33 +0000 (10:58 +0200)
koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/guided_reports.tt

index 0f109fb..1ebcc04 100644 (file)
 
 <h1>Questions</h1>
 
+<p><strong>What are duration and visibility?</strong></p>
+<p>The duration field may be visible or not, don't worry if you don't see it. If you see it, it says how long a report run is kept in Koha and, any subsequent re-run will in fact display the result run the 1st time</p>
+<p>The visibility field specify if your report is accessible <strong>without authentication</strong> from the OPAC. Reports can be retrieved from the following URLs:
+<ul><li> opac: http://localhost/cgi-bin/koha/svc/report?id=1</li>
+<li>intranet: http://localhost:8080/cgi-bin/koha/svc/report?id=1</li>
+</ul>
+<p>(replace localhost and localhost:8080 with the appropriate URLs)</p>
+
 <p><strong>Is there a repository for reports?</strong></p>
 
 <p>There is a page on the Koha Wiki: <a href="http://wiki.koha-community.org/wiki/SQL_Reports_Library" target="_new">http://wiki.koha-community.org/wiki/SQL_Reports_Library</a> with reports written by Koha libraries around the world.</p>