Budget tracking by projects displays the projects' income budgets compared to actual hours and future allocations.
The budget set for the project (Project's Dashboard). Same number as in the "Project Numbers" table's "Income budget" per month
Allocations made for the project * hourly rate set in Edit forecast prices
Actual hours registered for the project * price set for these actual hours
has two equation types depending on viewing mode
.1Time slot is current day or in the past = actual hours - income budget for the slot
.2Time slot is in the future = allocations - income budget for the slot
cumulative amount of the previously calculated Delta EUR
The values of Allocations and Realizations (=actual hours) are compared to budget (if no budget is set, report is colorless) and colored according to the equation below.
(allocations - budget) / ((allocations + budget) / 2) *100%
(actuals - budget) / ((actuals + budget) / 2) *100%
This value is then compared to the table below to give the corresponding color
Negative percentage values are converted to their opposite positive values.