Customize plan generation #673
Replies: 2 comments 5 replies
-
Have a look at the commands.py files: These files are executed by the planning engine during the plan generation, and it's pretty easy to code additional planning logic in here. For best maintainability you best put your customizations in a custom app, as documented here: https://frepple.com/docs/current/developer-guide/creating-an-extension-app.php |
Beta Was this translation helpful? Give feedback.
-
Ok, I see... This recalculation is included in the "supply plan" option. |
Beta Was this translation helpful? Give feedback.
-
Hi,
if i would customize the plan generation, adding new planning step after the tasks generation and the standard planning, what would be the correct sequence when the task should be executed? Because i need Frepple to pick up changes to start and end task's dates.
Thank you in advance
Beta Was this translation helpful? Give feedback.
All reactions