From c057b961dbaa2b83170d30afcd2f034f9baae620 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Wed, 9 Jul 2025 17:35:27 +0100 Subject: [PATCH] Build report HTML --- src/report.html | 132 +++++++++++++++++++++++++++++++++++++++++++++++ src/reportGen.ts | 1 - 2 files changed, 132 insertions(+), 1 deletion(-) create mode 100644 src/report.html diff --git a/src/report.html b/src/report.html new file mode 100644 index 0000000..ae888b0 --- /dev/null +++ b/src/report.html @@ -0,0 +1,132 @@ + + + + TrACreport - Report Output + + + +
+

TrACreport

+

Report period: 09/06/2025-09/07/2025

+

Total reports received for each vehicle in the West fleet

+

Reports of 158 cabs are not indicative of actual faults as cab cooling is disabled for Guards

+
+
+

158747

+
+
+
57747
+
+
0
+
2
+
+
+
+
51747
+
+
4
+
+
+
+
52747
+
+
5
+
0
+
+
+
+
+

Comments

+

Why bother reporting?

+

Blue button in cab not working

+
+
+ + \ No newline at end of file diff --git a/src/reportGen.ts b/src/reportGen.ts index 1e20ec0..663b5ae 100644 --- a/src/reportGen.ts +++ b/src/reportGen.ts @@ -54,7 +54,6 @@ export async function organiseReports(): Promise { } } - (async () => { try { const summary = await organiseReports();