From 702f2573a54e3a2d18ba8ebd7ba52b69022e4358 Mon Sep 17 00:00:00 2001
From: Anders Blomdell <anders.blomdell@control.lth.se>
Date: Mon, 2 Nov 2020 09:59:05 +0100
Subject: [PATCH] Change resource reporting to hours

---
 report.tji | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/report.tji b/report.tji
index 521a798..d419a3b 100644
--- a/report.tji
+++ b/report.tji
@@ -69,7 +69,7 @@ macro Monthly [
             chart { scale day width 1200 ${TaskTip} }
 
     timeformat "%Y-%m-%d"
-    loadunit days
+    loadunit hours
     hideresource @all
     hidetask ( (plan.end < ${3}) | ( ${4} < plan.start) )
     sorttasks tree
@@ -81,7 +81,7 @@ macro Monthly [
             name,
             daily { width 1400 ${TaskTip} }
 
-    loadunit days
+    loadunit hours
     # We only like to show leaf tasks for leaf resources.
     hidetask ~(isleaf() & isleaf_())
     sorttasks plan.start.up
-- 
GitLab