Skip to content
Snippets Groups Projects
Commit 702f2573 authored by Anders Blomdell's avatar Anders Blomdell
Browse files

Change resource reporting to hours

parent 5dcbd172
No related branches found
No related tags found
No related merge requests found
...@@ -69,7 +69,7 @@ macro Monthly [ ...@@ -69,7 +69,7 @@ macro Monthly [
chart { scale day width 1200 ${TaskTip} } chart { scale day width 1200 ${TaskTip} }
timeformat "%Y-%m-%d" timeformat "%Y-%m-%d"
loadunit days loadunit hours
hideresource @all hideresource @all
hidetask ( (plan.end < ${3}) | ( ${4} < plan.start) ) hidetask ( (plan.end < ${3}) | ( ${4} < plan.start) )
sorttasks tree sorttasks tree
...@@ -81,7 +81,7 @@ macro Monthly [ ...@@ -81,7 +81,7 @@ macro Monthly [
name, name,
daily { width 1400 ${TaskTip} } daily { width 1400 ${TaskTip} }
loadunit days loadunit hours
# We only like to show leaf tasks for leaf resources. # We only like to show leaf tasks for leaf resources.
hidetask ~(isleaf() & isleaf_()) hidetask ~(isleaf() & isleaf_())
sorttasks plan.start.up sorttasks plan.start.up
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment