diff --git a/core/templates/core/report.html b/core/templates/core/report.html index 9276dc5..9d84975 100644 --- a/core/templates/core/report.html +++ b/core/templates/core/report.html @@ -485,6 +485,46 @@ apples-to-apples when filters are on. +{% comment %} + Management / Salaried Cost by Project (selected period). + Managers are fixed-pay workers with NO WorkLogs, so their pay never + appears in the WorkLog-derived "Labour Cost by Project" table above. + This is a SEPARATE line so management cost is visible + attributed to + the right project, but never merged into the daily-worker numbers. + Mirrors the "Labour Cost by Project" block's card/table markup. +{% endcomment %} + +
| Project | ++ Salaried Cost + | +
|---|---|
| {{ item.project }} | R {{ item.total|money }} |
No salaried (management) cost data.
{% endif %} +