Open AronGahagan opened 9 months ago
...it's possible this was already fixed, and the vestigial subtraction code to subtract actuals isn't cough actually subtracting anything. The current code defaults to using Resume
as the StartDate for TSVS if the task has an Actual Start (and no Actual Finish).
Problem:
If a user clears out actual work in the past (or has
ActiveProject.AutoCalcCosts = False
then data could be incorrect.Solution:
Use
Resume
(orStatus Date
) as the start date for Work instead of getting all work and then subtracting Actual Work instead.Todo:
topic
branchIssue #XXX -
topic
into appropriate branch(es) and push