From 452710a6b369e8d13e5d54fa329edd705581947e Mon Sep 17 00:00:00 2001 From: oleonard Date: Fri, 22 Jul 2005 16:39:56 +0000 Subject: [PATCH] New programmer templates --- .../prog/en/reports/acquisitions_stats.tmpl | 274 +++++++++++++++++ .../prog/en/reports/bor_issues_top.tmpl | 281 +++++++++++++++++ .../prog/en/reports/borrowers_out.tmpl | 117 ++++++++ .../prog/en/reports/borrowers_stats.tmpl | 143 +++++++++ .../prog/en/reports/cat_issues_top.tmpl | 281 +++++++++++++++++ .../prog/en/reports/catalogue_out.tmpl | 106 +++++++ .../prog/en/reports/catalogue_stats.tmpl | 190 ++++++++++++ .../prog/en/reports/inventory.tmpl | 92 ++++++ .../prog/en/reports/issues_avg_stats.tmpl | 282 ++++++++++++++++++ .../reports/issues_by_borrower_category.tmpl | 57 ++++ .../prog/en/reports/issues_stats.tmpl | 233 +++++++++++++++ .../prog/en/reports/itemtypes.tmpl | 39 +++ .../prog/en/reports/reports-home.tmpl | 51 ++++ 13 files changed, 2146 insertions(+) create mode 100644 koha-tmpl/intranet-tmpl/prog/en/reports/acquisitions_stats.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/reports/bor_issues_top.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/reports/borrowers_out.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/reports/borrowers_stats.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/reports/cat_issues_top.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/reports/catalogue_out.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/reports/catalogue_stats.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/reports/inventory.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/reports/issues_avg_stats.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/reports/issues_by_borrower_category.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/reports/issues_stats.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/reports/itemtypes.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/reports/reports-home.tmpl diff --git a/koha-tmpl/intranet-tmpl/prog/en/reports/acquisitions_stats.tmpl b/koha-tmpl/intranet-tmpl/prog/en/reports/acquisitions_stats.tmpl new file mode 100644 index 0000000000..78136955a8 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/reports/acquisitions_stats.tmpl @@ -0,0 +1,274 @@ +Reports -- + +/includes/calendar/calendar-system.css"> + + + + + + + + + +

Koha : Acquisitions statistics

+ +

Filtered on

+ +

=

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
/ TOTAL
+ + +   + + + +
TOTAL + +
+ + +

Koha : Acquisitions statistics

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Title
RowColumnFilter
Placed On From + /includes/calendar/cal.gif" border="0" hspace="0" vspace="0" id="openCalendarFrom" style="cursor: pointer;" valign="top"> + + To + /includes/calendar/cal.gif" id="openCalendarTo" style="cursor: pointer;" valign="top" border="0" hspace="0" vspace="0"> + +
 group by + +  
Received On From + /includes/calendar/cal.gif" border="0" hspace="0" vspace="0" id="openCalendarFromRO" style="cursor: pointer;" valign="top"> + + To + /includes/calendar/cal.gif" id="openCalendarToRO" style="cursor: pointer;" valign="top" border="0" hspace="0" vspace="0"> + +
 group by + +  
Book Seller
Budget
Sort1
Sort2
+ + +

Cell value

+ Count items + Amount + + +

Output

+ To screen into the browser + + To file into an application + + +

+ +

+ + " /> + +

+ + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/reports/bor_issues_top.tmpl b/koha-tmpl/intranet-tmpl/prog/en/reports/bor_issues_top.tmpl new file mode 100644 index 0000000000..44ee5d2d94 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/reports/bor_issues_top.tmpl @@ -0,0 +1,281 @@ +Reports -- + +/includes/calendar/calendar-system.css"> + + + + + + + + + + +

Koha : Top List borrowers for Issues

+ +

Filtered on

+ +

=

+ + + + + + + + + + + + + + + + + + + + + + + + + + +
Rank/Borrowers
 BorrowerIssues count
+ + ')" > + + + + +
+ + +

Koha : Top List borrowers for Issues

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Limit to By Filters
+ + + +
  Issue date From + /includes/calendar/cal.gif" border="0" hspace="0" vspace="0" id="openCalendarFrom" style="cursor: pointer;" valign="top"> + + To + /includes/calendar/cal.gif" id="openCalendarTo" style="cursor: pointer;" valign="top" border="0" hspace="0" vspace="0"> + +
   Returns From + /includes/calendar/cal.gif" border="0" hspace="0" vspace="0" id="openCalendarFromRO" style="cursor: pointer;" valign="top"> + + To + /includes/calendar/cal.gif" id="openCalendarToRO" style="cursor: pointer;" valign="top" border="0" hspace="0" vspace="0"> + +
  Branch
  Document Type
  Borrower Category
  Day
  Month
  Year
+ + +

Output

+ To screen into the browser + + To file into an application + + +

+ +

+ + " /> + +

+ + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/reports/borrowers_out.tmpl b/koha-tmpl/intranet-tmpl/prog/en/reports/borrowers_out.tmpl new file mode 100644 index 0000000000..4b100d5c19 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/reports/borrowers_out.tmpl @@ -0,0 +1,117 @@ +Reports -- + +/includes/calendar/calendar-system.css"> + + + + + + + + + +

Koha : Borrowers with No Issues

+ +

Filtered on

+ +

=

+ + + + + + + + + + + + + + + + + + +
Num/Borrowers
+ + +
+ + +

Koha : Borrowers with no Issues

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
Limit to By Filters
+ + + +
  Borrower Category
  Without issues since + /includes/calendar/cal.gif" id="openCalendarTo" style="cursor: pointer;" valign="top" border="0" hspace="0" vspace="0"> +
+ + +

Output

+ To screen into the browser + + To file into an application + + +

+ +

+ + " /> + +

+ + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/reports/borrowers_stats.tmpl b/koha-tmpl/intranet-tmpl/prog/en/reports/borrowers_stats.tmpl new file mode 100644 index 0000000000..a2d66be8a2 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/reports/borrowers_stats.tmpl @@ -0,0 +1,143 @@ +Reports -- + +/includes/calendar/calendar-system.css"> + + + + + + + + + +

Koha : Borrowers statistics

+ +

Filtered on

+ +

=

+ + + + + + + + + + + + + + + + + + + + + + + + + + +
/ TOTAL
+ + + +   + + + +
TOTAL + +
+ + +

Borrowers statistics

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TitleRowColumnFilter
Borrower category
Borrower status
+ Zip Code +
  + digits +  
Sort1
Sort2
+ + +

Output

+ To screen into the browser + + To file into an application + + +

+ +

+ + " /> + +

+ + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/reports/cat_issues_top.tmpl b/koha-tmpl/intranet-tmpl/prog/en/reports/cat_issues_top.tmpl new file mode 100644 index 0000000000..b864b362f0 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/reports/cat_issues_top.tmpl @@ -0,0 +1,281 @@ +Reports -- + +/includes/calendar/calendar-system.css"> + + + + + + + + + + +

Koha : Top List On Catalogue Issues

+ +

Filtered on

+ +

=

+ + + + + + + + + + + + + + + + + + + + + + + + + + +
Rank/Biblioitemnumbers
 ItemIssues count
+ + ')" > + Item + + + +
+ + +

Koha : Top List On Catalogue Issues

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Limit to By Filters
+ + + +
  Issue date From + /includes/calendar/cal.gif" border="0" hspace="0" vspace="0" id="openCalendarFrom" style="cursor: pointer;" valign="top"> + + To + /includes/calendar/cal.gif" id="openCalendarTo" style="cursor: pointer;" valign="top" border="0" hspace="0" vspace="0"> + +
   Returns From + /includes/calendar/cal.gif" border="0" hspace="0" vspace="0" id="openCalendarFromRO" style="cursor: pointer;" valign="top"> + + To + /includes/calendar/cal.gif" id="openCalendarToRO" style="cursor: pointer;" valign="top" border="0" hspace="0" vspace="0"> + +
  Branch
  Document Type
  Borrower Category
  Day
  Month
  Year
+ + +

Output

+ To screen into the browser + + To file into an application + + +

+ +

+ + " /> + +

+ + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/reports/catalogue_out.tmpl b/koha-tmpl/intranet-tmpl/prog/en/reports/catalogue_out.tmpl new file mode 100644 index 0000000000..c573c4f488 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/reports/catalogue_out.tmpl @@ -0,0 +1,106 @@ +Reports -- + +/includes/calendar/calendar-system.css"> + + + + + + + + + +

Koha : Items with no Issues

+ +

Filtered on

+ +

=

+ + + + + + + + + + + + + + + + + + +
Num/Items
+ + +
+ + +

Koha : Items with no Issues

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
Limit to By Filters
+ + + +
  Branch
  Document Type
+ + +

Output

+ To screen into the browser + + To file into an application + + + +

+ + " /> + +

+ + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/reports/catalogue_stats.tmpl b/koha-tmpl/intranet-tmpl/prog/en/reports/catalogue_stats.tmpl new file mode 100644 index 0000000000..95517d9c56 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/reports/catalogue_stats.tmpl @@ -0,0 +1,190 @@ +Reports -- + +/includes/calendar/calendar-system.css"> + + + + + + + + + +

Koha : Catalogue statistics

+ +

Filtered on

+ +

=

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
/ TOTAL
+ + +   + + + +
TOTAL + +
+ + +

Koha : Catalogue statistics

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Title
RowColumnFilter
Dewey Classification From To
  + digits +  
LoC Classification From To
  + characters +  
CallnumberFrom To
  + characters +  
Document Type
Publisher
Publication YearFrom To
Home Branch
Location
+ + +

Output

+ To screen into the browser + + To file into an application + + +

+ +

+ + " /> + +

+ + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/reports/inventory.tmpl b/koha-tmpl/intranet-tmpl/prog/en/reports/inventory.tmpl new file mode 100644 index 0000000000..f2d4d29cb0 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/reports/inventory.tmpl @@ -0,0 +1,92 @@ +Reports -- + +/includes/calendar/calendar-system.css"> + + + + + + +

Inventory/Stocktaking

+
+

Select items you want to check

+

+ Item Location (items.itemcallnumber) between + " /> + and + " /> +

+

not seen since + " /> +

+

show + " maxlength="5" size="5" /> + items beginning at offset + " size="5" maxlength="5" /> +

+

+ +

+
+ +
+ + " /> + " /> + " /> + " /> + " /> + + + + + + + + + + + + + + + + + + +
SeenBarcodeCall numberTitleAuthor
+ " value="1" /> + + + + + + + + +
+ +
+ + +
+ " /> + " /> + " /> + " /> + " /> + +
+ + +
+ " /> + " /> + " /> + " /> + " /> + +
+ + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/reports/issues_avg_stats.tmpl b/koha-tmpl/intranet-tmpl/prog/en/reports/issues_avg_stats.tmpl new file mode 100644 index 0000000000..bab340e3ba --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/reports/issues_avg_stats.tmpl @@ -0,0 +1,282 @@ +Reports -- + +/includes/calendar/calendar-system.css"> + + + + + + + + + +

Koha : Issues Average Period statistics

+ +

Filtered on

+ +

=

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
/ TOTAL
+ + + + +
TOTAL + +
+ + +

Koha : Issues Average Period statistics

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Title
RowColumnFilter
Issue date From + /includes/calendar/cal.gif" border="0" hspace="0" vspace="0" id="openCalendarFrom" style="cursor: pointer;" valign="top"> + + To + /includes/calendar/cal.gif" id="openCalendarTo" style="cursor: pointer;" valign="top" border="0" hspace="0" vspace="0"> + +
 by + +
Returns From + /includes/calendar/cal.gif" border="0" hspace="0" vspace="0" id="openCalendarFromRO" style="cursor: pointer;" valign="top"> + + To + /includes/calendar/cal.gif" id="openCalendarToRO" style="cursor: pointer;" valign="top" border="0" hspace="0" vspace="0"> + +
 by + +
Borrower Category
Document Type
Branch
Sort1
Sort2
+ + +

Output

+ To screen into the browser + + To file into an application + + +

+ +

+ + " /> + +

+ + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/reports/issues_by_borrower_category.tmpl b/koha-tmpl/intranet-tmpl/prog/en/reports/issues_by_borrower_category.tmpl new file mode 100644 index 0000000000..2eb2b2721f --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/reports/issues_by_borrower_category.tmpl @@ -0,0 +1,57 @@ +Reports -- + +/includes/calendar/calendar-system.css"> + + + + + + + + +

Koha : Issues by borrower category for category =

+ + + + + + + + + + + + + + + + + + + + + + + + +
 TOTAL
+ + + + +
TOTAL + +
+ + +

Issues by borrower category

+
+

Select a borrower category (or don't if you want to see global status)

+

Select a branch :

+ + " /> + +
+ + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/reports/issues_stats.tmpl b/koha-tmpl/intranet-tmpl/prog/en/reports/issues_stats.tmpl new file mode 100644 index 0000000000..a79f6d0360 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/reports/issues_stats.tmpl @@ -0,0 +1,233 @@ +Reports -- + +/includes/calendar/calendar-system.css"> + + + + + + + + + +

Koha : Issues statistics

+ +

Filtered on

+ +

=

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
/ TOTAL
+ + +   + + + +
TOTAL + +
+ + +

Koha : Issues statistics

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Title
RowColumnFilter
Period From + /includes/calendar/cal.gif" border="0" hspace="0" vspace="0" id="openCalendarFrom" style="cursor: pointer;" valign="top"> + + To + /includes/calendar/cal.gif" id="openCalendarTo" style="cursor: pointer;" valign="top" border="0" hspace="0" vspace="0"> + +
Type :group by + + + Select Day : + Select Month : +
Borrower Category
Document Type
Branch
Sort1
Sort2
+ + +

Cell value

+

Count issues

+

Circulation rate

+ + +

Output

+ To screen into the browser + + To file into an application + + +

+ +

+ + " /> + +

+ + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/reports/itemtypes.tmpl b/koha-tmpl/intranet-tmpl/prog/en/reports/itemtypes.tmpl new file mode 100644 index 0000000000..e09b4a8a1d --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/reports/itemtypes.tmpl @@ -0,0 +1,39 @@ +Reports -- + +/includes/calendar/calendar-system.css"> + + + + + + + + +

Koha : Reports on itemtypes for branch =

+ + + + + + + + + + + + + + +
Item typecount
TOTAL
+ + +

View catalogue group by itemtypes

+
+ Select a branch (or don't if you want the report for all branches) + + " /> + +
+ + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/reports/reports-home.tmpl b/koha-tmpl/intranet-tmpl/prog/en/reports/reports-home.tmpl new file mode 100644 index 0000000000..75ced6621d --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/reports/reports-home.tmpl @@ -0,0 +1,51 @@ +Reports -- + +/includes/calendar/calendar-system.css"> + + + + + + + +

Reports

+ +

Stat wizards

+ + + +

Top Lists

+ +

Outsiders

+ + + +

Other stats

+

on catalogue

+ +

on issues

+ + + + + -- 2.39.5