[Koha-patches] [PATCH] [SIGNED-OFF] Bug 6940 - Add reports library and schema to reports online help

Nicole C. Engard nengard at bywatersolutions.com
Wed Sep 28 05:30:21 CEST 2011


From: Liz Rea <lrea at nekls.org>

- 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 <nengard at bywatersolutions.com>
---
 .../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=&lt;&lt;Enter patrons library|branches&gt;&gt; AND surname like &lt;&lt;Enter filter for patron surname (% if none)&gt;&gt;</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



More information about the Koha-patches mailing list