Bugzilla – Attachment 5644 Details for
Bug 6940
Add reports library and schema to reports online help
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 6940 - Add reports library and schema to reports online help
Bug-6940---Add-reports-library-and-schema-to-repor.patch (text/plain), 2.61 KB, created by
Liz Rea
on 2011-09-29 16:37:45 UTC
(
hide
)
Description:
Bug 6940 - Add reports library and schema to reports online help
Filename:
MIME Type:
Creator:
Liz Rea
Created:
2011-09-29 16:37:45 UTC
Size:
2.61 KB
patch
obsolete
>From 1019e62d0e5d6d2324abcc7d88465911abb22a3b Mon Sep 17 00:00:00 2001 >From: Liz Rea <lrea@nekls.org> >Date: Thu, 29 Sep 2011 11:22:49 -0500 >Subject: [PATCH] Bug 6940 - Add reports library and schema to reports online help >Content-Type: text/plain; charset="utf-8" > >- 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 >--- > .../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.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 6940
:
5644
|
5645