Changes for page Create Scheduler Report

Last modified by Hera Guo on 2025/09/16 13:56

From version 4.1
edited by Hera Guo
on 2025/09/16 10:45
Change comment: There is no comment for this version
To version 7.1
edited by Hera Guo
on 2025/09/16 11:40
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -4,23 +4,92 @@
4 4  
5 5  
6 6  
7 -报告系统围绕两个关键组件构建:
7 +模板定义了报告**中的内容,**而调度程序则确定报告的**交付时间**和**对象**。
8 8  
9 -* **报告模板** – 定义报告的结构、内容和格式。模板可以是 **PDF** 或 **CSV** 格式,并包含任何受支持的组件
10 -* **调度程序事件** – 在指定时间自动触发报告生成,并通过可用渠道(例如电子邮件、Slack 或其他集成)将其发送给选定的收件人。
9 +在本指南中,我们将逐步介绍在 ThingsEye 中使用报告的基本步骤,并为两个不同的客户创建一个配置了自动交付的报告模板。
11 11  
12 -**简而言之**:模板定义了报告**中的内容,**而调度程序则确定报告的**交付时间**和**对象**。
13 13  
14 -在本指南中,我们将逐步介绍在 ThingsEye 中使用报告的基本步骤,并为两个不同的客户创建一个配置了自动交付的报告模板。
12 += **1. Create the report template** =
15 15  
14 +**默认你已知晓如何创建报告模板,如果不清楚请查阅这个WIKI:[[Create report>>doc:Main.Report Guide.WebHome]]**
16 16  
17 -= **Step 1. Create the report template** =
18 18  
19 -**请查阅这个WIKI:[[Create report>>doc:Main.Report Guide.WebHome]]**
17 +----
20 20  
19 += **2. Scheduling the report for customers** =
21 21  
21 +**正确调度的要点**
22 +
23 +为确保正确生成报告并包含准确的数据,您必须指定:
24 +
25 +* **报告收件人** – 将接收生成报告的用户(例如,经理或客户)。
26 +* **用户帐户** – 将用于生成报告的帐户。这定义了应用于报表的数据范围和权限。
27 +
28 +例:
29 +
30 +* 如果报告应仅包括**客户 A** 拥有的设备,则必须在计划报告时将**用户**字段设置为属于客户 A 的用户的电子邮件地址。同样,要为**客户 B** 收件人安排报告,请在**用户**字段中使用客户 B 用户的电子邮件地址。
31 +
32 +**这可确保报告仅显示该特定用户可访问的设备和数据。**
33 +
22 22  ----
23 23  
24 -= **Step 2. Create the “Alarm table” component** =
36 +== **2.1 Scheduling a report for CustomerA users** ==
25 25  
38 +首先,我们将为所有客户 A 用户设置自动发送报告。 该报告将代表该客户的管理员 Alec 生成。
39 +
40 +* 转到“**报告**”页面上的“**计划**”选项卡。
41 +* 点击右上角的“**+ 计划报告**”以创建新的计划程序事件。
42 +
43 +[[image:1757991254381-634.png||height="721" width="1107"]]
44 +
45 +----
46 +
47 +* 在**计划**对话框中,提供以下详细信息:
48 +* 为您的日程安排事件指定一个清晰的**标题**,例如:(% style="background-color:inherit; color:inherit; font-size:inherit" %)Report for CustomerA
49 +* **事件类型** - 始终设置为**“创建报表**”。
50 +* **报告模板** – 选择之前创建的每日设备警报报告模板。
51 +* **用户** – 指定将代表其生成报告的用户帐户:**Alec@thingseye.io** (Alec— 客户 A 管理员)。
52 +
53 +[[image:1757991512124-527.png||height="723" width="1110"]]
54 +
55 +----
56 +
57 +* 设置**收件人**:
58 +** 在“**收件人**”字段中,单击**新建**以创建新的收件人组。
59 +*** 输入通知接收方组的**名称**。
60 +*** 选择**客户用户**筛选器。
61 +*** 将**客户**设置为**客户 A**。
62 +*** 单击“**添加**”。
63 +
64 +[[image:1757991797040-630.png||height="723" width="1111"]]
65 +
66 +----
67 +
68 +* **通知模板**和发送方式:
69 +** 选择现有通知模板(定义报告的传递方式)并对其进行编辑。
70 +** 将**电子邮件**添加为**与 Web** 一起的传递方式。单击“**下一步**”。
71 +** 添加将附加 **PDF 报告**的**电子邮件通知**的**主题和正文**文本。单击“**保存**”。
72 +
73 +[[image:1757991868588-546.png||height="722" width="1112"]]
74 +
75 +[[image:1757992829865-745.png||height="722" width="1112"]]
76 +
77 +[[image:1757992985183-979.png]]
78 +
79 +----
80 +
81 += **3. Set up the schedule** =
82 +
83 +* (((
84 +Go to the **Schedule** tab.
85 +)))
86 +* **Start time** – set the date and time of the first run.
87 +* **Time zone** – choose the applicable time zone.
88 +* Enable **Repeat**:
89 +** **Interval** – select **Daily**.
90 +** **End date** – set an end date or leave blank for ongoing delivery.
91 +* Finally, click “**Create**” to save and apply the scheduler event.
92 +
93 +Now, every day at the scheduled time, all Customer A users will automatically receive a report with the latest information about their device alarms.
94 +
26 26  
1757991254381-634.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.hera
Size
... ... @@ -1,0 +1,1 @@
1 +187.9 KB
Content
1757991512124-527.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.hera
Size
... ... @@ -1,0 +1,1 @@
1 +277.9 KB
Content
1757991797040-630.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.hera
Size
... ... @@ -1,0 +1,1 @@
1 +308.8 KB
Content
1757991868588-546.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.hera
Size
... ... @@ -1,0 +1,1 @@
1 +229.1 KB
Content
1757992733653-489.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.hera
Size
... ... @@ -1,0 +1,1 @@
1 +251.0 KB
Content
1757992829865-745.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.hera
Size
... ... @@ -1,0 +1,1 @@
1 +262.1 KB
Content
1757992985183-979.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.hera
Size
... ... @@ -1,0 +1,1 @@
1 +156.5 KB
Content