We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If the end-date for a task with status 'await' is not given it should be set to max(start-date + est_duration, current date)
The text was updated successfully, but these errors were encountered:
if no end_date is set and the status is waiting, then the maximum of …
2c8fd7a
…start_date + est_days and today is used, see #5
if no end_date is set by the user and the status is waiting, then the…
b511189
… final end-date is the maximum of calculated end-date and today, see #5
test if end of waiting tasks is updated with today, see #5
1c17408
MarselScheer
No branches or pull requests
If the end-date for a task with status 'await' is not given it should be set to max(start-date + est_duration, current date)
The text was updated successfully, but these errors were encountered: