Updated Help Files - Part 4
authorNicole Engard <nengard@gmail.com>
Sat, 15 Aug 2009 01:00:33 +0000 (20:00 -0500)
committerGalen Charlton <gmcharlt@gmail.com>
Sat, 15 Aug 2009 13:31:43 +0000 (09:31 -0400)
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/acquisitions_stats.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/borrowers_stats.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/catalogue_stats.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/issues_stats.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/serials_stats.tmpl [new file with mode: 0644]

index dd70cc8..baf4f76 100644 (file)
@@ -2,7 +2,7 @@
 
 <h1>Acquisitions Statistics</h1>
 
-<p>   IMPORTANT: The Acquisitions 'Wizard' is designed to be a simple statistical snapshot,&nbsp; In each wizard, you will choose a single category to represent 'row' and another to represent 'column'.</p>
+<p style="color: #990000">IMPORTANT:  The Acquisitions 'Wizard' is designed to be a simple statistical snapshot,&nbsp; In each wizard, you will choose a single category to represent 'row' and another to represent 'column'.</p>
                <ul>
                        <li>Go to the 'Reports' module (usually under 'More' in your Global Nav)</li>
                        <li>Choose 'Acquisitions' under 'Statistics Wizards'</li>
index 41cd00f..df2b000 100644 (file)
@@ -2,7 +2,7 @@
 
 <h1>Patron Statistics</h1>
 
-<p>IMPORTANT: The Patron 'Wizard' is designed to be a simple statistical snapshot,  In each wizard, you will choose a single category to represent 'row' and another to represent 'column'.</p>
+<p style="color: #990000">IMPORTANT: The Patron 'Wizard' is designed to be a simple statistical snapshot,  In each wizard, you will choose a single category to represent 'row' and another to represent 'column'.</p>
                <ul>
                        <li>Go to the 'Reports' module (usually under 'More' in your Global Nav)</li>
                        <li>Choose 'Patrons' under 'Statistics Wizards'</li>
@@ -18,9 +18,8 @@
                                </ul></li>
                        </ul></li>
                        <li>Options without radio buttons such as 'Patron status', 'Patron activity', and 'Date of Birth' are limits you can place on the report.</li>
-                       <li>
-                   <span style="background-color: #ffe599">
-TIP: To place no limits for a category, choose the blank field. When blank field is chosen all categories will be included in the statistical count.</span></li>
+                       <li style="background-color: #ffe599">
+TIP: To place no limits for a category, choose the blank field. When blank field is chosen all categories will be included in the statistical count.</li>
                        <li>Choose a method for 'outputing' (viewing) the report: Options are 'browser' or saving as a file viewable in a program like Excel.</li>
                        <li>Click 'Submit'</li>
                        <li>For each patron category (rows), there is a count given by branch. Each row and and columns are also totaled</li>
index 0577041..4fc356c 100644 (file)
@@ -2,7 +2,7 @@
 
 <h1>   Catalog Statistics</h1>
 
-<p>IMPORTANT: The Catalog 'Wizard' is designed to be a simple statistical snapshot. You will choose a single category to represent 'row' and another to represent 'column'.</p>
+<p style="color: #990000">IMPORTANT:  The Catalog 'Wizard' is designed to be a simple statistical snapshot. You will choose a single category to represent 'row' and another to represent 'column'.</p>
 
        <ul>
                <li>Go to the 'Reports' module (usually under 'More' in your Global Nav)</li>
index 52d34c5..776aea4 100644 (file)
@@ -2,7 +2,7 @@
 
 <h1>   Circulation Statistics</h1>
 
-<p><strong>IMPORTANT:</strong> The Circulation 'Wizard' is designed to be a simple statistical snapshot. You will choose a single category to represent 'row' and another to represent 'column'.</p>
+<p style="color: #990000">IMPORTANT:  The Circulation 'Wizard' is designed to be a simple statistical snapshot. You will choose a single category to represent 'row' and another to represent 'column'.</p>
                <ul>
                        <li>Go to the 'Reports' module (usually under 'More' in your Global Nav)</li>
                        <li>Choose 'Circulation' under 'Statistics Wizards'</li>
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/serials_stats.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/help/reports/serials_stats.tmpl
new file mode 100644 (file)
index 0000000..c2f68f0
--- /dev/null
@@ -0,0 +1,23 @@
+<!-- TMPL_INCLUDE NAME="help-top.inc" -->
+
+<h1>Serials Statistics</h1>
+
+<p style="color: #990000">IMPORTANT: The Serials 'Wizard' is designed to be a simple
+statistical snapshot. 
+</p>
+<ul>
+       <li>
+       Go to the 'Reports' module (usually under 'More' in your Global Nav)
+       </li>
+       <li>
+       Choose 'Serials' under 'Statistics Wizards'</li>
+       <li>Choose
+       your vendor and branch (or leave them both set to 'Any' to get
+       information on all subscriptions) and whether to include expired
+       subscriptions</li>
+       <li>Your results will appear as a list of subscriptions
+       </li>
+</ul>
+
+
+<!-- TMPL_INCLUDE name="help-bottom.inc" -->
\ No newline at end of file