-
-
Notifications
You must be signed in to change notification settings - Fork 104
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
Question: Is there a way to schdule project on MPXJ #745
Comments
I'm currently working on this functionality, it's likely to be a little while before this is usable, but progress is being made. |
Oh that is perfect. Thank you for your quick response. Is there any expected timeline for this functionality? That would be really helpful to know. We are really looking forward to this functionality. |
Does it mean that after changing a finish field of a task, the linked (finish to start) task will not change its start in auto mode? |
I haven't committed to a timeline for this, it's likely to be at least a couple of months.
Currently MPXJ does not have the functionality to reschedule a project, so if you manually change the finish date of a task the successor task won't change. Going forward when scheduling functionality is available, the successor dates would be updated if the predecessor task's start date or duration changes. |
Thank you! It is clear now. This information may be useful for others in FAQ. By the way, I wrote a simple rescheduler for my purposes today 🙂 |
Hi,
I have this use case where I read primavera file, do some changes in the tasks, for example, changing progress percent for different tasks, and then I want to schedule the project based on the new changes (for example if a task has finished earlier than planned date, I expect some tasks in the same path to be finishing earlier). I do not want to open Primavera and Click on F9 or Schedule to schedule the project.
Is there a way to schedule projects from MPXJ library?
The text was updated successfully, but these errors were encountered: