Skip to content

Prioritizing sales orders by delivery date #504

Answered by jdetaeye
djdkochasoft asked this question in Q&A
Discussion options

You must be logged in to vote

Use some creative SQL or python code to achieve that:

  • option 1: give all demands the same priority and add a few seconds to the due date based on the demand priority
  • option 2: compute externally priorities 1,2,3, 4... on each demand, such that you control very strictly the sequence followed by the planning algorithm

This can be coded in a custom app: See https://frepple.org/docs/current/developer-guide/creating-an-extension-app.php#customize-the-plan-generation

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by djdkochasoft
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants