frappe / erpnext

Free and Open Source Enterprise Resource Planning (ERP)
https://erpnext.com
GNU General Public License v3.0
17.42k stars 6.65k forks source link

fix: added validation message for low gross purchase amount #41502

Closed khushi8112 closed 4 weeks ago

khushi8112 commented 1 month ago

When an asset has an extremely low purchase amount, system was not calculating depreciation over the initially planned number of periods at the current frequency. Adjustments to the number of depreciation periods or the frequency of depreciation may be needed to better align with the asset's value. So improved the validation error message for this particular scenario to make it more user-friendly.

no-docs