From 20dea1849859e7f85340d75e6e9330e101f8b923 Mon Sep 17 00:00:00 2001 From: oleonard Date: Wed, 4 Jan 2006 20:37:35 +0000 Subject: [PATCH] Synching with default template --- .../npl/en/help/reports/borrowers_stats.tmpl | 40 ++++++++++++++++ .../npl/en/help/reports/catalogue_stats.tmpl | 42 ++++++++++++++++ .../npl/en/help/reports/issues_stats.tmpl | 48 +++++++++++++++++++ 3 files changed, 130 insertions(+) create mode 100644 koha-tmpl/intranet-tmpl/npl/en/help/reports/borrowers_stats.tmpl create mode 100644 koha-tmpl/intranet-tmpl/npl/en/help/reports/catalogue_stats.tmpl create mode 100644 koha-tmpl/intranet-tmpl/npl/en/help/reports/issues_stats.tmpl diff --git a/koha-tmpl/intranet-tmpl/npl/en/help/reports/borrowers_stats.tmpl b/koha-tmpl/intranet-tmpl/npl/en/help/reports/borrowers_stats.tmpl new file mode 100644 index 0000000000..7aadbd3cb0 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/npl/en/help/reports/borrowers_stats.tmpl @@ -0,0 +1,40 @@ +Online Help: Members Statistics + +
+ +

Members Statistics help

+

This page is to be used as a wizard to compose two entries table stats on borrowers.

+

You must bear in mind what the table will look like :

+

+ + + + +
row/colunm column criteria1 column criteria2 total rows
row criteria1 count11 count12 total row1
row criteria2 count21 count22 total row2
Total cols total col1 total col2 Global total

+

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 : +

+ + + + + +
catcode/branchcode BranchA BranchB total
A 12 22 34
C 11 12 23
I 21 22 43
Total 44 56 100
+

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. +

+

+

Criteria on row/column

+ + +

+

+

Filters

+ +

+ diff --git a/koha-tmpl/intranet-tmpl/npl/en/help/reports/catalogue_stats.tmpl b/koha-tmpl/intranet-tmpl/npl/en/help/reports/catalogue_stats.tmpl new file mode 100644 index 0000000000..8fc7c87326 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/npl/en/help/reports/catalogue_stats.tmpl @@ -0,0 +1,42 @@ +Online Help: Catalogue Statistics +
+ +

Catalogue Statistics

+

This page is to be used as a wizard to compose two entries table stats on catalogue.

+

You must bear in mind what the table will look like :

+

+ + + + +
row/colunm column criteria1 column criteria2 total rows
row criteria1 count11 count12 total row1
row criteria2 count21 count22 total row2
Total cols total col1 total col2 Global total

+

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 : +

+ + + + +
catcode/branchcode BranchA BranchB total
BOOKS 12 22 34
ISSUES 11 12 23
Total 33 34 57
+

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. +

+

+

Criteria on row/column

+
  • Dewey Classification. You can group results on the n first digits
  • +
  • Callnumber. You can group results on the n first characters
  • +
  • Document Type
  • +
  • Publication Year
  • +
  • Home Branch
  • +
  • Location
  • +
+ +

+

+

Filters

+
  • Callnumber and Dewey Classification can be filtered from a string to another. You can use jokers.
  • +
  • You can select one document type.
  • +
  • Publication Year
  • +
  • You can select one branch as Home Branch
  • +
  • Location
  • +
+

+ diff --git a/koha-tmpl/intranet-tmpl/npl/en/help/reports/issues_stats.tmpl b/koha-tmpl/intranet-tmpl/npl/en/help/reports/issues_stats.tmpl new file mode 100644 index 0000000000..f5e1075f30 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/npl/en/help/reports/issues_stats.tmpl @@ -0,0 +1,48 @@ +Online Help: Circulation Statistics +
+ +

Circulation Statistics

+

This page is to be used as a wizard to compose two entries table stats on issues.

+

You must bear in mind what the table will look like :

+

+ + + + +
row/colunm column criteria1 column criteria2 total rows
row criteria1 count11 count12 total row1
row criteria2 count21 count22 total row2
Total cols total col1 total col2 Global total

+

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 : +

+ + + + + +
catcode/branchcode BranchA BranchB total
A 12 22 34
C 11 12 23
I 21 22 43
Total 44 56 100
+

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. +

+

+

Criteria on row/column

+
  • You can choose Branch, itemtype or borrower category.
  • +
  • Period you can select whether you want it to be issue or return period.
  • +
  • You can group results by day, by Month, by year.
  • + + +

    +

    +

    Filters

    +
    • You can filter period in a From/to calendar.
    • +
    • You can choose to see only One day on the period, or one month.
    • +
    • You can filter on itemtypes, branch or borrowers category.
    • +
    • Branches itemtypes and borrowers category are chosen in a select list.
    • +
    +

    +

    +

    Cell Value

    +

    You can choose to count +

    • distinct borrowers
    • +
    • distinct items
    • +
    • distinct issues (that is one borrower, one item)
    • +
    • circulation rate (rate items issued out of total number of items)
    • +
    +

    + -- 2.39.5