From: Liz Rea <[email protected]> - Adds link to full online manual reports section to reports-home.pl online (in app) help. - Adds link to full online manual for custom reports to guided_reports.pl online (in app) help. - Adds links to schema and sql report library wiki page to guided_reports.pl online (in app) help.
All links are located at the bottom of the help file/page/window thinger. To test: Verify that the links appear in the onlin help for reports-home.pl and guided_reports.pl Signed-off-by: Nicole C. Engard <[email protected]> --- .../prog/en/modules/help/reports/guided_reports.tt | 12 ++++++++++++ .../prog/en/modules/help/reports/reports-home.tt | 3 +++ 2 files changed, 15 insertions(+), 0 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/guided_reports.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/guided_reports.tt index 240a05a..7c370a2 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/guided_reports.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/guided_reports.tt @@ -65,4 +65,16 @@ <p>Sample :</p> <ul><li>SELECT surname,firstname FROM borrowers WHERE branchcode=<<Enter patrons library|branches>> AND surname like <<Enter filter for patron surname (% if none)>></li></ul> +<p> +<p> +<h4>Useful Links</h4> +<ul> + <li><a href="http://schema.koha-community.org/">Koha Database Schema</a></li> + <li><a href="http://http://wiki.koha-community.org/wiki/SQL_Reports_Library">Koha Report Library</a></li> +</ul> + +<p> +See the full documentation for custom reports in the <a href="http://manual.koha-community.org/3.6/en/reports.html#customreports">manual</a> (online). + + [% INCLUDE 'help-bottom.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/reports-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/reports-home.tt index 7ebc985..ddd7a6c 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/reports-home.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/reports-home.tt @@ -12,3 +12,6 @@ <p><strong>Guided Reports Wizard</strong></p> <p>The Guided Reports Wizard helps you build reports using all the fields in the database for each module. The reports can then be saved and run using the scheduler. </p>[% INCLUDE 'help-bottom.inc' %] + +<p> +See the full documentation for Reports in the <a href="http://manual.koha-community.org/3.6/en/reports.html">manual</a> (online). -- 1.7.2.3 _______________________________________________ Koha-patches mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
