Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

kavin-114
Copy link
Contributor

@kavin-114 kavin-114 commented Oct 8, 2025

Issue: When consuming raw materials in a production plan, the system updates the reserved_qty and projected_qty based on the BOM required quantity. This causes a mismatch in future production plan calculations.

Steps to Reproduce:

  • Create a production plan and fetch the raw materials.
  • Split the required quantity among three different material request types for the same item.
  • The required quantity as per the BOM is 100, but you split it into three separate rows.
  • When the production plan is submitted, the system updates the projected and reserved quantity as the sum of the BOM required quantities — resulting in 300 instead of 100.

Ref: 50220

Fixed typo issue while debugging the above issue a69b036

Backport Needed: v15

@github-actions github-actions bot added the needs-tests This PR needs automated unit-tests. label Oct 8, 2025
@kavin-114
Copy link
Contributor Author

I'll check this further and open it with test cases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-tests This PR needs automated unit-tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant