-
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
chore: release v13 #35393
Merged
Merged
chore: release v13 #35393
Conversation
This file contains 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
#35347) * fix: depreciation schedule for existing assets [v14] (#35255) * fix: depreciation schedule for existing assets * chore: correct logic for existing assets and fix test (cherry picked from commit 0a080ef) # Conflicts: # erpnext/assets/doctype/asset/asset.py * chore: fix conflict --------- Co-authored-by: Anand Baburajan <anandbaburajan@gmail.com>
Two purchase invoices for the same supplier, using different tax withholding categories have this issue. | Category | single | cumulative | |----------+--------+------------| | cat1 | 100 | 500 | | cat2 | 1000 | 5000 | 1. PINV1 of net total: 105/- uses cat1. TDS is calculated as it breached single threshold 2. PINV2 of net total: 200/- uses cat2. TDS incorrectly calculated as PINV1 already has TDS calculated and 'consider_party_ledger_amount' is enabled. (cherry picked from commit 84b7c1b)
(cherry picked from commit 132846b)
(cherry picked from commit f9a4972)
…-35142 fix: ineffective bypass flag for Credit Limit in Customer Group (backport #35142)
…-35335 fix: tds incorrectly calculated for invoice that are below threshold (backport #35335)
refactor: replace join with subquery in PCV
(cherry picked from commit aba8431)
…-35227 fix: non manufacturing items/fixed asset items in BOM (backport #35227)
(cherry picked from commit a209fb4) # Conflicts: # erpnext/manufacturing/doctype/job_card/job_card.json
(cherry picked from commit 8c34cc0) # Conflicts: # erpnext/manufacturing/doctype/job_card/job_card.json
…-35380 fix: TypeError while saving Job card (backport #35380)
(cherry picked from commit a111917)
frappe-pr-bot
requested review from
deepeshgarg007,
rohitwaghchaure,
s-aga-r,
ruthra-kumar and
anandbaburajan
as code owners
May 23, 2023 09:31
…-35303 fix: Pick List TypeError (backport #35303)
fix: change field-type to remove currency field from total row in export
🎉 This PR is included in version 13.50.6 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Automated weekly release.