Skip to content
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: asset monthly WDV and DD schedule [v14] #34644

Merged
merged 9 commits into from
Apr 5, 2023
Merged

fix: asset monthly WDV and DD schedule [v14] #34644

merged 9 commits into from
Apr 5, 2023

Conversation

anandbaburajan
Copy link
Contributor

@anandbaburajan anandbaburajan commented Mar 29, 2023

Before:

Monthly depreciation calculations (i.e., with frequency_of_depreciation = 1) for WDV and DD methods were done incorrectly -- they were calculated just like how yearly depreciation calculations were done.

image

After:

Now, for monthly depreciation calculations for WDV and DD methods, the amounts are calculated on a yearly basis and then distributed monthly.

image

@deepeshgarg007 deepeshgarg007 merged commit 88c8c36 into frappe:version-14-hotfix Apr 5, 2023
frappe-pr-bot pushed a commit that referenced this pull request Apr 11, 2023
# [14.21.0](v14.20.3...v14.21.0) (2023-04-11)

### Bug Fixes

* `payment entry is already created` on posawesome. (backport [#34712](#34712)) ([#34752](#34752)) ([8ba1e0f](8ba1e0f))
* add german translation of "Partly Paid" ([#34776](#34776)) ([3023dbb](3023dbb))
* Allocate tax loss to tax account head on early payment discount ([#34287](#34287)) ([be2990e](be2990e))
* asset monthly WDV and DD schedule [v14] ([#34644](#34644)) ([88c8c36](88c8c36))
* Bank clearance for case loan (disburstment/repayment) ([#34586](#34586)) ([f1687cf](f1687cf))
* BOM Update Cost, when no actual qty ([8757435](8757435))
* bom update log not working for large batch size ([551190a](551190a))
* Column value mismatch in COA blank template ([#34658](#34658)) ([5e03a4e](5e03a4e))
* consider qty field precision ([2c54e76](2c54e76))
* customer selection not mandatory in purchase invoice to fetch item details ([#34810](#34810)) ([994272b](994272b))
* don't include cancelled JVs in assdeprledger report ([3896d41](3896d41))
* enclose ternary operator in parentheses ([b835760](b835760))
* incorrect arg name in asset value adjustment ([8d9305e](8d9305e))
* incorrect balance qty in the stock ledger report ([3494c9c](3494c9c))
* incorrect stock balance quantity for batch item ([d817c50](d817c50))
* Item tax validity comparison fixes ([#34784](#34784)) ([cc21241](cc21241))
* lost opportunity report issue ([#34626](#34626)) ([3e67994](3e67994))
* Multiple issues in purchase invoice submission ([#34600](#34600)) ([5677f25](5677f25))
* plaid log_error syntax issue (backport [#34642](#34642)) ([#34667](#34667)) ([61858a6](61858a6))
* posting time issue ([bb5eeb6](bb5eeb6))
* provide filter by depreciable assets in fixed asset register ([#34803](#34803)) ([fee4cd5](fee4cd5))
* reposting record not created for backdated stock reco ([9b90323](9b90323))
* serial no with zero quantity issue in stock reco ([f47be46](f47be46))
* Shop by category fixes (backport [#34688](#34688)) ([#34750](#34750)) ([3ad5d67](3ad5d67))
* Subcontracting Receipt incorrect `status` ([99226d3](99226d3))
* Supplier RFQ email link ([#34338](#34338)) ([a00459a](a00459a))
* Total debit and credit while importing via Data Import ([#34659](#34659)) ([5e28d02](5e28d02))
* **ui:** recalculate difference amount on allocation change ([#34694](#34694)) ([6b866e2](6b866e2))
* Unable to create payment request against purchase invoice ([#34762](#34762)) ([a1f7e35](a1f7e35))
* use stock qty to calculate POS reserved stock ([c0f7f7d](c0f7f7d))
* UX for stock entry, bom and work order ([d4a6035](d4a6035))

### Features

* add `Received Qty` field in `Delivery Note Item` ([1c5e36c](1c5e36c))
* Auto allocate advance payments only against orders ([#34727](#34727)) ([05d24e3](05d24e3))

### Reverts

* remove frappe.send_message (v14) ([#34816](#34816)) ([8a331e0](8a331e0))
@frappe-pr-bot
Copy link
Collaborator

🎉 This PR is included in version 14.21.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

sagarvora pushed a commit to resilient-tech/india-compliance that referenced this pull request Apr 11, 2023
…533)

* chore(release): Bumped to Version 14.3.0

# [14.3.0](v14.2.1...v14.3.0) (2023-03-10)

### Bug Fixes

* **transaction:** only fetch party gst details if party name is available ([#494](#494)) ([da5e1bd](da5e1bd))

### Features

* ability to edit Place of Supply ([39278fd](39278fd))

* chore(release): Bumped to Version 14.3.1

## [14.3.1](v14.3.0...v14.3.1) (2023-03-14)

### Performance Improvements

* Optimization of HSN-wise summary report ([14d63c0](14d63c0))

* chore(release): Bumped to Version 14.4.0

# [14.4.0](v14.3.1...v14.4.0) (2023-03-24)

### Bug Fixes

* ensure document isn't cancelled when generating e-Waybill / e-Invoice ([#517](#517)) ([933735f](933735f))
* invalid reference to older parameter name ([ff4a765](ff4a765))
* misc fixes to Bill of Entry ([#525](#525)) ([d0ed8d0](d0ed8d0))
* use `get_system_timezone` instead of `get_time_zone` ([#495](#495)) ([77d0820](77d0820))

### Features

* Bill of entry for Import of Goods ([#470](#470)) ([8293860](8293860))

* refactor: get_depreciation_amount according to frappe/erpnext#34644

* chore: linting

---------

Co-authored-by: India Compliance Bot <bot@indiacompliance.app>
elkadymohammed01 pushed a commit to elkadymohammed01/ERPNEXT that referenced this pull request Apr 14, 2023
# [14.21.0](frappe/erpnext@v14.20.3...v14.21.0) (2023-04-11)

### Bug Fixes

* `payment entry is already created` on posawesome. (backport [#34712](frappe/erpnext#34712)) ([#34752](frappe/erpnext#34752)) ([8ba1e0f](frappe/erpnext@8ba1e0f))
* add german translation of "Partly Paid" ([#34776](frappe/erpnext#34776)) ([3023dbb](frappe/erpnext@3023dbb))
* Allocate tax loss to tax account head on early payment discount ([#34287](frappe/erpnext#34287)) ([be2990e](frappe/erpnext@be2990e))
* asset monthly WDV and DD schedule [v14] ([#34644](frappe/erpnext#34644)) ([88c8c36](frappe/erpnext@88c8c36))
* Bank clearance for case loan (disburstment/repayment) ([#34586](frappe/erpnext#34586)) ([f1687cf](frappe/erpnext@f1687cf))
* BOM Update Cost, when no actual qty ([8757435](frappe/erpnext@8757435))
* bom update log not working for large batch size ([551190a](frappe/erpnext@551190a))
* Column value mismatch in COA blank template ([#34658](frappe/erpnext#34658)) ([5e03a4e](frappe/erpnext@5e03a4e))
* consider qty field precision ([2c54e76](frappe/erpnext@2c54e76))
* customer selection not mandatory in purchase invoice to fetch item details ([#34810](frappe/erpnext#34810)) ([994272b](frappe/erpnext@994272b))
* don't include cancelled JVs in assdeprledger report ([3896d41](frappe/erpnext@3896d41))
* enclose ternary operator in parentheses ([b835760](frappe/erpnext@b835760))
* incorrect arg name in asset value adjustment ([8d9305e](frappe/erpnext@8d9305e))
* incorrect balance qty in the stock ledger report ([3494c9c](frappe/erpnext@3494c9c))
* incorrect stock balance quantity for batch item ([d817c50](frappe/erpnext@d817c50))
* Item tax validity comparison fixes ([#34784](frappe/erpnext#34784)) ([cc21241](frappe/erpnext@cc21241))
* lost opportunity report issue ([#34626](frappe/erpnext#34626)) ([3e67994](frappe/erpnext@3e67994))
* Multiple issues in purchase invoice submission ([#34600](frappe/erpnext#34600)) ([5677f25](frappe/erpnext@5677f25))
* plaid log_error syntax issue (backport [#34642](frappe/erpnext#34642)) ([#34667](frappe/erpnext#34667)) ([61858a6](frappe/erpnext@61858a6))
* posting time issue ([bb5eeb6](frappe/erpnext@bb5eeb6))
* provide filter by depreciable assets in fixed asset register ([#34803](frappe/erpnext#34803)) ([fee4cd5](frappe/erpnext@fee4cd5))
* reposting record not created for backdated stock reco ([9b90323](frappe/erpnext@9b90323))
* serial no with zero quantity issue in stock reco ([f47be46](frappe/erpnext@f47be46))
* Shop by category fixes (backport [#34688](frappe/erpnext#34688)) ([#34750](frappe/erpnext#34750)) ([3ad5d67](frappe/erpnext@3ad5d67))
* Subcontracting Receipt incorrect `status` ([99226d3](frappe/erpnext@99226d3))
* Supplier RFQ email link ([#34338](frappe/erpnext#34338)) ([a00459a](frappe/erpnext@a00459a))
* Total debit and credit while importing via Data Import ([#34659](frappe/erpnext#34659)) ([5e28d02](frappe/erpnext@5e28d02))
* **ui:** recalculate difference amount on allocation change ([#34694](frappe/erpnext#34694)) ([6b866e2](frappe/erpnext@6b866e2))
* Unable to create payment request against purchase invoice ([#34762](frappe/erpnext#34762)) ([a1f7e35](frappe/erpnext@a1f7e35))
* use stock qty to calculate POS reserved stock ([c0f7f7d](frappe/erpnext@c0f7f7d))
* UX for stock entry, bom and work order ([d4a6035](frappe/erpnext@d4a6035))

### Features

* add `Received Qty` field in `Delivery Note Item` ([1c5e36c](frappe/erpnext@1c5e36c))
* Auto allocate advance payments only against orders ([#34727](frappe/erpnext#34727)) ([05d24e3](frappe/erpnext@05d24e3))

### Reverts

* remove frappe.send_message (v14) ([#34816](frappe/erpnext#34816)) ([8a331e0](frappe/erpnext@8a331e0))
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 29, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants