-
Notifications
You must be signed in to change notification settings - Fork 12.3k
feat: fetching of qty as per received qty from PR to PI #25837
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
Merged
nextchamp-saqib
merged 18 commits into
frappe:develop
from
AfshanKhan:consider-rejected-quantity-for-purchase-invoice
Jun 24, 2021
Merged
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
e2a2328
feat: fetching of qty as per received qty from PR to PI
AfshanKhan 1e66aae
fix: test cases
AfshanKhan e85d6a9
Merge branch 'version-13-hotfix' into consider-rejected-quantity-for-…
nextchamp-saqib fdc516a
fix: bypass overbilling
AfshanKhan 4c46eef
fix: multiple invoices calculation and description formatting
3fca930
fix: replacing field name
be1bc10
fix: allow overbilling for Purchase Invoice only
f338652
Merge branch 'develop' into consider-rejected-quantity-for-purchase-i…
nextchamp-saqib 712d8e5
Merge branch 'develop' into consider-rejected-quantity-for-purchase-i…
AfshanKhan 22c9ba6
fix: calculations and error msg formats
ad51ac1
Merge branch 'develop' into consider-rejected-quantity-for-purchase-i…
AfshanKhan 5558883
Merge branch 'develop' into consider-rejected-quantity-for-purchase-i…
AfshanKhan a32adb2
Merge branch 'develop' into consider-rejected-quantity-for-purchase-i…
AfshanKhan 00868d0
Merge branch 'develop' into consider-rejected-quantity-for-purchase-i…
AfshanKhan 0029606
Merge branch 'develop' into consider-rejected-quantity-for-purchase-i…
AfshanKhan 309be15
Merge branch 'develop' into consider-rejected-quantity-for-purchase-i…
AfshanKhan 11d0032
fix: test cases
e1dcfef
fix: renamed variable
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletions
8
erpnext/patches/v13_0/bill_for_rejected_quantity_in_purchase_invoice.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| from __future__ import unicode_literals | ||
| import frappe | ||
|
|
||
| def execute(): | ||
| frappe.reload_doctype("Buying Settings") | ||
| buying_settings = frappe.get_single("Buying Settings") | ||
| buying_settings.bill_for_rejected_quantity_in_purchase_invoice = 0 | ||
| buying_settings.save() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.