-
Notifications
You must be signed in to change notification settings - Fork 7.3k
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
fix: added process loss in job card #35629
fix: added process loss in job card #35629
Conversation
e69e56d
to
a7ae3e4
Compare
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## develop #35629 +/- ##
===========================================
+ Coverage 63.93% 63.94% +0.01%
===========================================
Files 812 812
Lines 61822 61850 +28
===========================================
+ Hits 39523 39549 +26
- Misses 22299 22301 +2
|
a7ae3e4
to
717ef8e
Compare
717ef8e
to
0382eec
Compare
…-35629 fix: added process loss in job card (backport #35629)
Hello, @rohitwaghchaure How to partially complete the job card. Like i have 10 qty in job card but i want to complete only for 5 but it set remaning qty as loss. |
@rohitwaghchaure , in multi-level BOM, when the above process Item is used, the qty required should be a proportion of (quantity to manufacture - process loss), else estimation will be less. If you agree, i will raise a bug. |
Issue
If the quantity to manufacture is not same as completed qty in job card then system throw the error that "quantity to manufacture should be same as completed qty"
But what if there is process loss and qty has not produced as per plan?
Solution
To solve this problem, added provision to set process loss qty in the job card
If you're using the Routing and first operation has process loss then in the second operation you won't be able to produce more qty than first operation completed qty. If you tried produce more qty then system will throw below error
System will auto capture the Process Loss (from job cards) in the Manufacture Stock Entry
After completion of 9 quantity system won't allow to make further stock entries against the work order for 1 quantity because 1 quantity was process loss. (Fixed #34978)