-
-
Notifications
You must be signed in to change notification settings - Fork 90
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
[14.0][IMP] ddmrp: Refactoring of incomings calculation #311
Conversation
Hi @JordiBForgeFlow, @LoisRForgeFlow, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Now that you are tackling this... Does this work fine with manufactured items? and if you have manufacturing in 3 steps?
601aef9
to
e676412
Compare
e676412
to
199557c
Compare
@LoisRForgeFlow I have added 4 tests that check if it works for purchased and manufactured items with 1 or 3 step manufacturing. |
199557c
to
8d0a475
Compare
7b5ce01
to
dedd7fa
Compare
2e70126
to
c22db19
Compare
c22db19
to
c0f5142
Compare
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
c0f5142
to
fc183e7
Compare
fc183e7
to
0e2f953
Compare
ed1b05b
to
f4ff23f
Compare
Split incoming quantities between inside or outside DLT. Make it more heritable, to facilitate consideration of other data sources. Other changes: - A change is made to the DLT date limit calculation so that refreshing a buffer prior to 12:00:00 UCT, take into account DLT date limit supplies. - In the calculation of the arrival quantities, the case of receptions in more than one step is taken into account. In these cases there was the possibility of double counting the RFQ and the Stock Move of arrival.
f4ff23f
to
71e02cb
Compare
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
Refactoring of incomings calculation
Reformulate incoming quantities calculation
Split incoming quantities between inside or outside DLT. Make it more heritable, to facilitate consideration of other data sources. Store all the incoming moves and rfqs to always show what was calculated the last time it was refreshed.
Add customized Stock Moves view
When checking incoming quantities or qualified demand moves, we will use a customized view that allows to redirect to the source document of that move.
Other changes: