synch'ing head and rel_2_2 (from 2.2.5, including npl templates)
[koha.git] / koha-tmpl / intranet-tmpl / npl / en / help / reports / catalogue_stats.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Online Help: Catalogue Statistics<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
2 <div id="main-compact">
3
4 <h1>Catalogue Statistics</h1>
5 <p>This page is to be used as a wizard to compose two entries table stats on catalogue.</p>
6 <p>You must bear in mind what the table will look like :</p>
7 <p>     <table>
8         <tr> <th> row/colunm </th> <th> column criteria1 </th> <th> column criteria2 </th> <th> total rows</th> </tr>
9         <tr> <td> row criteria1</td> <td> count11 </td> <td> count12 </td> <td>total row1 </td> </tr>
10         <tr> <td> row criteria2</td> <td> count21 </td> <td> count22 </td> <td>total row2 </td> </tr>
11         <tfoot><tr> <td> Total cols</td> <td> total col1</td> <td> total col2</td> <td> Global total</td> </tr></tfoot>
12         </table></p>
13 <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 :
14 </p><p> <table>
15         <tr> <th> catcode/branchcode </th> <th> BranchA</th> <th> BranchB</th> <th> total </th> </tr>
16         <tr> <td> BOOKS</td> <td> 12 </td> <td> 22 </td> <td>34</td> </tr>
17         <tr> <td> ISSUES</td> <td> 11</td> <td> 12 </td> <td>23</td> </tr>
18         <tfoot><tr> <td> Total </td> <td> 33</td> <td> 34</td> <td> 57</td> </tr></tfoot>
19         </table>
20 </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.
21 </p>
22 <p>
23  <h2> Criteria on row/column</h2>
24  <ul> <li>Dewey Classification. You can group results on the n first digits</li>
25  <li>Callnumber. You can group results on the n first characters</li>
26  <li>Document Type</li>
27  <li>Publication Year</li>
28  <li>Home Branch</li>
29  <li>Location</li>
30  </ul>
31  
32 </p>
33 <p>
34  <h2> Filters </h2>
35  <ul> <li>Callnumber and Dewey Classification can be filtered from a string to another. You can use jokers.</li>
36  <li>You can select one document type.</li>
37  <li>Publication Year</li>
38  <li>You can select one branch as Home Branch</li>
39  <li>Location</li>
40  </ul>
41 </p>
42 <!-- TMPL_INCLUDE name="help-bottom.inc" -->