Owen Leonard
b03679ab4c
Correcting Reports-related includes Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
13 lines
564 B
HTML
13 lines
564 B
HTML
<h5>Run reports</h5>
|
|
<ul>
|
|
[% IF ( CAN_user_reports_execute_reports ) %]<li><a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Use%20saved">Saved reports</a></li>[% END %]
|
|
</ul>
|
|
<h5>Reports dictionary</h5>
|
|
<ul>
|
|
<li><a href="/cgi-bin/koha/reports/dictionary.pl?phase=View%20Dictionary">View dictionary</a></li>
|
|
</ul>
|
|
<h5>Useful resources</h5>
|
|
<ul>
|
|
<li><a href="http://wiki.koha-community.org/wiki/SQL_Reports_Library" target="blank">Koha report library</a></li>
|
|
<li><a href="http://schema.koha-community.org/" target="blank">Koha database schema</a></li>
|
|
</ul>
|