[Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/help/report... [rel_2_2]

Owen Leonard oleonard at athenscounty.lib.oh.us
Wed Jan 4 21:37:35 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch: 	rel_2_2
Changes by:	Owen Leonard <oleonard at savannah.gnu.org>	06/01/04 20:37:35

Added files:
	koha-tmpl/intranet-tmpl/npl/en/help/reports: 
	                                             borrowers_stats.tmpl 
	                                             catalogue_stats.tmpl 
	                                             issues_stats.tmpl 

Log message:
	Synching with default template

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/koha-tmpl/intranet-tmpl/npl/en/help/reports/borrowers_stats.tmpl?only_with_tag=rel_2_2&rev=1.1.2.1
http://cvs.savannah.gnu.org/viewcvs/koha/koha/koha-tmpl/intranet-tmpl/npl/en/help/reports/catalogue_stats.tmpl?only_with_tag=rel_2_2&rev=1.1.2.1
http://cvs.savannah.gnu.org/viewcvs/koha/koha/koha-tmpl/intranet-tmpl/npl/en/help/reports/issues_stats.tmpl?only_with_tag=rel_2_2&rev=1.1.2.1

Patches:
Index: koha/koha-tmpl/intranet-tmpl/npl/en/help/reports/borrowers_stats.tmpl
diff -u /dev/null koha/koha-tmpl/intranet-tmpl/npl/en/help/reports/borrowers_stats.tmpl:1.1.2.1
--- /dev/null	Wed Jan  4 20:37:35 2006
+++ koha/koha-tmpl/intranet-tmpl/npl/en/help/reports/borrowers_stats.tmpl	Wed Jan  4 20:37:35 2006
@@ -0,0 +1,40 @@
+<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Online Help: Members Statistics<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
+
+<div id="main-compact">
+
+<h1>Members Statistics help</h1>
+<p>This page is to be used as a wizard to compose two entries table stats on borrowers.</p>
+<p>You must bear in mind what the table will look like :</p>
+<p>	<table>
+	<tr> <th> row/colunm </th> <th> column criteria1 </th> <th> column criteria2 </th> <th> total rows</th> </tr>
+	<tr> <td> row criteria1</td> <td> count11 </td> <td> count12 </td> <td>total row1 </td> </tr>
+	<tr> <td> row criteria2</td> <td> count21 </td> <td> count22 </td> <td>total row2 </td> </tr>
+	<tfoot><tr> <td> Total cols</td> <td> total col1</td> <td> total col2</td> <td> Global total</td> </tr></tfoot>
+	</table></p>
+<p>	For instance, if you choose to check row for Borrower Category Column for Branches, you will be displayed a table containing the different borrowers categorycodes on rows, and different branchcodes on columns as such :
+</p><p>	<table>
+	<tr> <th> catcode/branchcode </th> <th> BranchA</th> <th> BranchB</th> <th> total </th> </tr>
+	<tr> <td> A</td> <td> 12 </td> <td> 22 </td> <td>34</td> </tr>
+	<tr> <td> C</td> <td> 11</td> <td> 12 </td> <td>23</td> </tr>
+	<tr> <td> I</td> <td> 21</td> <td> 22</td> <td>43</td> </tr>
+	<tfoot><tr> <td> Total </td> <td> 44</td> <td> 56</td> <td> 100</td> </tr></tfoot>
+	</table>
+</p><p>	You can choose to display the results on screen or get them in your office suite (would it be gnucalc, oocalc, or another calc) with the radio button display. You can change the set of the file generated changing Export in the textarea.
+</p>
+<p>
+ <h2> Criteria on row/column</h2>
+ <ul> <li>You can choose sort1 sort2 if filled.</li>
+ <li>You can choose Branch, zipcode or categorycode.</li>
+ <li>If you chose zipcode, since the 2 first digits in France represents the country (Hérault 34, Haute-Garonne 31), some may want to have stats on representation of this countries. That is why you can select to group stats on some digits of zipcode.</li>
+ </ul>
+ 
+</p>
+<p>
+ <h2> Filters </h2>
+ <ul> <li>You can filter on sort1 sort2 if filled.</li>
+ <li>You can filter on zipcode, branch or categorycode.</li>
+ <li>Branches and categorycodes are chosen in a select list.</li>
+ <li>Zipcode can use special characters like * for many characters. say 31* to get french people that live in Haute-Garonne</li>
+ </ul>
+</p>
+<!-- TMPL_INCLUDE name="help-bottom.inc" -->
Index: koha/koha-tmpl/intranet-tmpl/npl/en/help/reports/catalogue_stats.tmpl
diff -u /dev/null koha/koha-tmpl/intranet-tmpl/npl/en/help/reports/catalogue_stats.tmpl:1.1.2.1
--- /dev/null	Wed Jan  4 20:37:35 2006
+++ koha/koha-tmpl/intranet-tmpl/npl/en/help/reports/catalogue_stats.tmpl	Wed Jan  4 20:37:35 2006
@@ -0,0 +1,42 @@
+<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Online Help: Catalogue Statistics<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
+<div id="main-compact">
+
+<h1>Catalogue Statistics</h1>
+<p>This page is to be used as a wizard to compose two entries table stats on catalogue.</p>
+<p>You must bear in mind what the table will look like :</p>
+<p>	<table>
+	<tr> <th> row/colunm </th> <th> column criteria1 </th> <th> column criteria2 </th> <th> total rows</th> </tr>
+	<tr> <td> row criteria1</td> <td> count11 </td> <td> count12 </td> <td>total row1 </td> </tr>
+	<tr> <td> row criteria2</td> <td> count21 </td> <td> count22 </td> <td>total row2 </td> </tr>
+	<tfoot><tr> <td> Total cols</td> <td> total col1</td> <td> total col2</td> <td> Global total</td> </tr></tfoot>
+	</table></p>
+<p>	For instance, if you choose to check row for itemtype, Column for Branches, you will be displayed a table containing the different itemtypes on rows, and different branchcodes on columns as such :
+</p><p>	<table>
+	<tr> <th> catcode/branchcode </th> <th> BranchA</th> <th> BranchB</th> <th> total </th> </tr>
+	<tr> <td> BOOKS</td> <td> 12 </td> <td> 22 </td> <td>34</td> </tr>
+	<tr> <td> ISSUES</td> <td> 11</td> <td> 12 </td> <td>23</td> </tr>
+	<tfoot><tr> <td> Total </td> <td> 33</td> <td> 34</td> <td> 57</td> </tr></tfoot>
+	</table>
+</p><p>	You can choose to display the results on screen or get them in your office suite (would it be gnucalc, oocalc, or another calc) with the radio button display. You can change the set of the file generated changing Export in the textarea.
+</p>
+<p>
+ <h2> Criteria on row/column</h2>
+ <ul> <li>Dewey Classification. You can group results on the n first digits</li>
+ <li>Callnumber. You can group results on the n first characters</li>
+ <li>Document Type</li>
+ <li>Publication Year</li>
+ <li>Home Branch</li>
+ <li>Location</li>
+ </ul>
+ 
+</p>
+<p>
+ <h2> Filters </h2>
+ <ul> <li>Callnumber and Dewey Classification can be filtered from a string to another. You can use jokers.</li>
+ <li>You can select one document type.</li>
+ <li>Publication Year</li>
+ <li>You can select one branch as Home Branch</li>
+ <li>Location</li>
+ </ul>
+</p>
+<!-- TMPL_INCLUDE name="help-bottom.inc" -->
Index: koha/koha-tmpl/intranet-tmpl/npl/en/help/reports/issues_stats.tmpl
diff -u /dev/null koha/koha-tmpl/intranet-tmpl/npl/en/help/reports/issues_stats.tmpl:1.1.2.1
--- /dev/null	Wed Jan  4 20:37:35 2006
+++ koha/koha-tmpl/intranet-tmpl/npl/en/help/reports/issues_stats.tmpl	Wed Jan  4 20:37:35 2006
@@ -0,0 +1,48 @@
+<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Online Help: Circulation Statistics<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
+<div id="main-compact">
+
+<h1>Circulation Statistics</h1>
+<p>This page is to be used as a wizard to compose two entries table stats on issues.</p>
+<p>You must bear in mind what the table will look like :</p>
+<p>	<table>
+	<tr> <th> row/colunm </th> <th> column criteria1 </th> <th> column criteria2 </th> <th> total rows</th> </tr>
+	<tr> <td> row criteria1</td> <td> count11 </td> <td> count12 </td> <td>total row1 </td> </tr>
+	<tr> <td> row criteria2</td> <td> count21 </td> <td> count22 </td> <td>total row2 </td> </tr>
+<tfoot>	<tr> <td> Total cols</td> <td> total col1</td> <td> total col2</td> <td> Global total</td> </tr></tfoot>
+	</table></p>
+<p>	For instance, if you choose to check row for Borrower Category Column for Branches, you will be displayed a table containing the different borrowers categorycodes on rows, and different branchcodes on columns as such :
+</p><p>	<table>
+	<tr> <th> catcode/branchcode </th> <th> BranchA</th> <th> BranchB</th> <th> total </th> </tr>
+	<tr> <td> A</td> <td> 12 </td> <td> 22 </td> <td>34</td> </tr>
+	<tr> <td> C</td> <td> 11</td> <td> 12 </td> <td>23</td> </tr>
+	<tr> <td> I</td> <td> 21</td> <td> 22</td> <td>43</td> </tr>
+	<tfoot><tr> <td> Total </td> <td> 44</td> <td> 56</td> <td> 100</td> </tr></tfoot>
+	</table>
+</p><p>	You can choose to display the results on screen or get them in your office suite (would it be gnucalc, oocalc, or another calc) with the radio button display. You can change the set of the file generated changing Export in the textarea.
+</p>
+<p>
+ <h2> Criteria on row/column</h2>
+ <li>You can choose Branch, itemtype or borrower category.</li>
+ <li>Period you can select whether you want it to be issue or return period. </li>
+ <li>You can group results by day, by Month, by year. </li>
+ </ul>
+ 
+</p>
+<p>
+ <h2> Filters </h2>
+ <ul> <li>You can filter period in a From/to calendar.</li>
+ <li>You can choose to see only One day on the period, or one month.</li>
+ <li>You can filter on itemtypes, branch or borrowers category.</li>
+ <li>Branches itemtypes and borrowers category are chosen in a select list.</li>
+ </ul>
+</p>
+<p>
+ <h2> Cell Value</h2>
+<p> You can choose to count 
+ <ul> <li>distinct borrowers</li>
+ <li>distinct items</li>
+ <li>distinct issues (that is one borrower, one item)</li>
+ <li>circulation rate (rate items issued out of total number of items)</li>
+ </ul>
+</p>
+<!-- TMPL_INCLUDE name="help-bottom.inc" -->





More information about the Koha-cvs mailing list