-
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: incorrect depr schedule and posting dates on selling of existing assets [v14] #35396
Merged
anandbaburajan
merged 5 commits into
frappe:version-14-hotfix
from
anandbaburajan:asset_sale_entries_fix_v14
May 23, 2023
Merged
fix: incorrect depr schedule and posting dates on selling of existing assets [v14] #35396
anandbaburajan
merged 5 commits into
frappe:version-14-hotfix
from
anandbaburajan:asset_sale_entries_fix_v14
May 23, 2023
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
anandbaburajan
requested review from
deepeshgarg007 and
ruthra-kumar
as code owners
May 23, 2023 12:28
anandbaburajan
changed the title
fix: incorrect asset depreciation schedule on selling [v14]
fix: incorrect depr schedule and posting dates on selling of existing assets [dev] [v14]
May 23, 2023
anandbaburajan
changed the title
fix: incorrect depr schedule and posting dates on selling of existing assets [dev] [v14]
fix: incorrect depr schedule and posting dates on selling of existing assets [v14]
May 23, 2023
mergify bot
pushed a commit
that referenced
this pull request
May 23, 2023
… assets [v14] (#35396) * fix: use date in asset get gl entries functions * fix: calc depr amount properly on selling of existing assets * fix: calc depr amount properly on selling of existing assets again * chore: remove unnecessary line breaks (cherry picked from commit 8af6a11) # Conflicts: # erpnext/accounts/doctype/sales_invoice/sales_invoice.py # erpnext/assets/doctype/asset/asset.py # erpnext/assets/doctype/asset/depreciation.py # erpnext/assets/doctype/asset_capitalization/asset_capitalization.py
frappe-pr-bot
pushed a commit
that referenced
this pull request
May 24, 2023
# [14.25.0](v14.24.3...v14.25.0) (2023-05-24) ### Bug Fixes * consider 0 if rate/qty are null (backport [#35338](#35338)) ([#35340](#35340)) ([15c1af3](15c1af3)) * Creating landed cost voucher from connections ([2631224](2631224)) * depreciation schedule for existing assets [v14] ([#35255](#35255)) ([0a080ef](0a080ef)) * don't recalculate rate for SCR rejected warehouse SLE ([633a170](633a170)) * error while saving job card ([fb7d3b7](fb7d3b7)) * incorrect depr schedule and posting dates on selling of existing assets [v14] ([#35396](#35396)) ([8af6a11](8af6a11)) * Pick List Status ([4888436](4888436)) * Pick List TypeError ([6df9b53](6df9b53)) * possible type error on quotation -> sales order creation ([d23b93a](d23b93a)) * replace quotation with invoice in first onboarding (backport [#35389](#35389)) ([#35394](#35394)) ([9b9772e](9b9772e)) * tds incorrectly calculated for invoice that are below threshold ([bdf81a4](bdf81a4)) * **test:** cumulative threshold checks ([879946e](879946e)) * use flt instead of mandatory field ([668b092](668b092)) * **ux:** SCR consumed-qty read-only property ([aa7fede](aa7fede)) ### Features * provision to make reposting entries from Stock and Account Value Comparison Report ([3a0cdf3](3a0cdf3)) * provision to skip available sub assembly items in the production plan ([ce601af](ce601af))
🎉 This PR is included in version 14.25.0 🎉 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.
Description: asset.docx (from #35159). Fixes #35159.