From f5af4fcceb8a36c3d0885dfa197798a77de64727 Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 20 Jun 2007 22:28:28 +0000 Subject: integrate RTx::Statistics package, part of merging spiritone RT changes (#1661) --- rt/html/RTx/Statistics/FAQ/index.html | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 rt/html/RTx/Statistics/FAQ/index.html (limited to 'rt/html/RTx/Statistics/FAQ') diff --git a/rt/html/RTx/Statistics/FAQ/index.html b/rt/html/RTx/Statistics/FAQ/index.html new file mode 100644 index 000000000..e7839eaad --- /dev/null +++ b/rt/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