-
Notifications
You must be signed in to change notification settings - Fork 7.7k
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
feat: fetching of qty as per received qty from PR to PI #25837
feat: fetching of qty as per received qty from PR to PI #25837
Conversation
Unhandled case,
You can check the previous behaviour by unchecking the |
Added the fix for this |
Another Case to fix:
P.S: This case is handled if |
Fixed |
@AfshanKhan You can backport now on |
Added a checkbox "Consider Rejected Quantity For Purchase Invoice" in Buying Settings.
Purpose
Consider following Purchase Receipt.
When the checkbox is checked the Purchase Invoice from the above Purchase Receipt will consider Received Qty as Accepted Qty for Total Qty.
When the checkbox is not checked the Purchase Invoice from the above Purchase Receipt will consider Accepted Qty as Accepted Qty for Total Qty.
Documentation PR: frappe/erpnext_documentation#355