Released on August 19, 2020
the recent implementation of variables to link Gantt tasks to quantities in the minutes has been changed for better comprehension.
We have so far $WkDays to get effective working days and $Days to get sum of hours expressed as days.
The second one was not clear so now it is named $WkHours and it returns hours instead of days.
So when $Type is WorkingHours you always get sum of hours in $WkHours and #N/A in $WkDays.
Of course, the opposite is still true: when $Type is WorkingDays you always get sum of days in $WkDays and #N/A in $WkHours.
When adapting the Gantt diagram, the lines containing formulas with references to the Gantt were not always properly flagged for computation. So you had to compute selling prices to have figures properly adapted. Computing costs was not enough.