Skip to content
New issue

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

Move unfinished (or not started) tasks from the past to the current time #799

Open
GoogleCodeExporter opened this issue Jun 28, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

I started a schedule about a week ago.  Not all tasks got completed as 
scheduled.  I tried updating "move project start date" in 
Project=>Properties=>Calendar.  

How do I leave tasks that are 100% complete right where they are and only move 
unfinished work?  Is this possible with Ganttproject or do I need to move to a 
different software?

Original issue reported on code.google.com by rugco...@gmail.com on 29 May 2013 at 11:07

@GoogleCodeExporter
Copy link
Author

Original comment by dbarashev on 27 Jun 2013 at 10:26

  • Changed title: Move unfinished (or not started) tasks from the past to the current time
  • Changed state: Accepted
  • Added labels: Tasks, Type-Enhancement
  • Removed labels: Type-Discussion

@GoogleCodeExporter
Copy link
Author

Another suggestion for this: when moving tasks that are partially completed, 
place the task so that only the incomplete portion is in the future.  For 
example, if today is June 28, the task's duration is 6 days and it is 50% 
complete, change its start date to June 25 so that the incomplete 50% is in the 
future.  This should help with giving more realistic completion dates.

In pseudocode:

days_completed = floor(task.duration*task.progress);

if task.progress < 100%  AND  task.start_date + days_completed < date.today
  task.start_date = date.today - days_completed;


The second condition (after AND) checks that tasks are only moved into the 
future.  days_completed is the number of days of completed work.

Original comment by Mark.Z.H...@gmail.com on 1 Jul 2013 at 10:13

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant