From 5627ae57823aec812b955053c02594fd697687da Mon Sep 17 00:00:00 2001 From: miker Date: Mon, 26 Sep 2005 18:13:44 +0000 Subject: [PATCH] adding widget support and moving tables to an external file git-svn-id: svn://svn.open-ils.org/ILS/trunk@1873 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/reporter/report_base.example.xml | 97 +--------- Open-ILS/src/reporter/tables.example.xml | 102 ++++++++++ Open-ILS/src/reporter/widgets.example.xml | 183 ++++++++++++++++++ 3 files changed, 292 insertions(+), 90 deletions(-) create mode 100644 Open-ILS/src/reporter/tables.example.xml create mode 100644 Open-ILS/src/reporter/widgets.example.xml diff --git a/Open-ILS/src/reporter/report_base.example.xml b/Open-ILS/src/reporter/report_base.example.xml index 0fb834d05f..a7cca599e0 100644 --- a/Open-ILS/src/reporter/report_base.example.xml +++ b/Open-ILS/src/reporter/report_base.example.xml @@ -6,6 +6,7 @@ /tmp/reporter/ /tmp/reporter/ /tmp/reporter/ + /tmp/reporter/ 10.0.0.2 @@ -15,95 +16,11 @@ - + + This file sucks in table definitions + + + This file sucks in widget definitions + - - Silly Fact table - Silly Fact table - stats.silly_fact - - - said_when - - months - 2005-09-01 - 2005-12-31 - - - - - - Silly word entry dimension link - - - - Silly sayer entry dimension link - - - - Silly word entry timestamp - - - - - - -
- - - Silly word list - Silly word list - stats.words - - - - -
- - - Silly word sayer list - Silly word sayer list - stats.silly_sayers - - - - -
- -
diff --git a/Open-ILS/src/reporter/tables.example.xml b/Open-ILS/src/reporter/tables.example.xml new file mode 100644 index 0000000000..6ec6b07093 --- /dev/null +++ b/Open-ILS/src/reporter/tables.example.xml @@ -0,0 +1,102 @@ + + + + + Silly Fact table + Silly Fact table + stats.silly_fact + + + said_when + + months + 2005-09-01 + 2005-12-31 + + + + + + Silly entry id + + + + Silly word entry dimension link + + + + Silly sayer entry dimension link + + + + Silly word entry timestamp + + + + + + +
+ + + Silly word list + Silly word list + stats.words + + + + +
+ + + Silly word sayer list + Silly word sayer list + stats.silly_sayers + + + + +
+ +
+ diff --git a/Open-ILS/src/reporter/widgets.example.xml b/Open-ILS/src/reporter/widgets.example.xml new file mode 100644 index 0000000000..ecc57d4396 --- /dev/null +++ b/Open-ILS/src/reporter/widgets.example.xml @@ -0,0 +1,183 @@ + + + + + + + + + + + This widget filters a column based on an exact string + match. + + + + + + + This widget filters a column based on an set of strings. + + + + + + + This widget filters a column based on an initial substring + match. + + + + + + + + + + + + + This widget filters a column based on an exact string match. + + + + + + + This widget filters a column based on multiple strings. + + + + + + + + + + + + + This widget allows the user to pick an arbitrary time range + on which to report. + + + + + + + This widget allows the user to pick a specific date on which + to report. + + + + + + + This widget allows the user to pick a specific week of the year + on which to report. + + + + + + + This widget allows the user to pick a range of weeks of the year + on which to report. + + + + + + + This widget allows the user to pick a specific year and month + on which to report. + + + + + + + This widget allows the user to pick a range of month on which to + report. + + + + + + + This widget allows the user to pick a specific year and + quarter on which to report. + + + + + + + This widget allows the user to pick a range of quarter on which + to report. + + + + + + + This widget allows the user to pick a specific year on which to + report. + + + + + + + This widget allows the user to pick a range of years on which to + report. + + + + + + + + + + + + This widget allows the user to pick a date relative to the + report runtime on which to report. + + + + + + + This widget allows the user to pick a week (sun-sat) relative + to the report runtime on which to report. + + + + + + + This widget allows the user to pick a month relative to the + report runtime on which to report. + + + + + + + This widget allows the user to pick a quarter relative to the + report runtime on which to report. + + + + + + + This widget allows the user to pick a year relative to the + report runtime on which to report. + + + + + -- 2.43.2