From f5de9d301ca5dbc620f35d4009eb170d85fe93c9 Mon Sep 17 00:00:00 2001 From: ivan Date: Sun, 5 Dec 2010 00:06:43 +0000 Subject: RTx-Statistics in 2.1 / 3.8 --- rt/share/html/RTx/Statistics/FAQ/index.html | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 rt/share/html/RTx/Statistics/FAQ/index.html (limited to 'rt/share/html/RTx/Statistics/FAQ') diff --git a/rt/share/html/RTx/Statistics/FAQ/index.html b/rt/share/html/RTx/Statistics/FAQ/index.html new file mode 100644 index 000000000..e7839eaad --- /dev/null +++ b/rt/share/html/RTx/Statistics/FAQ/index.html @@ -0,0 +1,23 @@ +<& /Elements/Header, Title => 'FAQ and known issues' &> +<& /RTx/Statistics/Elements/Tabs, Title => loc("FAQ and Known Issues") &> +
+

This page will be used to contain known issues and FAQ`s for the Statistics +package
+This will also be used to clarify limitations of the package as they stand.

+ +

What Version of the Statistics package is this?

+

0.1.8

+ +

What time zone are the charts set to?

+

Because of the new programming method of the date functions, the charts are currently built in GMT(UTC). This may once again be +customisable in a future release.

+ +

What is the default date period and queue?

+

The default date period is the previous 10 days, except where the chart is over a fixed 7 day period. The default queue is either +General, or another queue set in your local configuration.

+ +

What are the limitations of the date function?

+

It has few, but it will not let you chose less than one day. you cannot select an end date before the start date and it is not +recommended to select a date in the future or an illegal date, such at 30th February. Code has been put in place to trap these, but it may +not be fool proof.

+
-- cgit v1.2.1