7.20.0793

Navigation:  7.20 >

7.20.0793

Previous pageReturn to chapter overviewNext page

Released on August 19, 2020

Change: $Days becomes $WkHours in formulas referencing the Gantt

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.

clip0683

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.

Bug Fix: Lines properly flagged for computation when Gantt is adapted

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.