bhima
bhima copied to clipboard
feature(Add new information for asset management)
- Manage Depreciation rates for asset
closes #6783
To test this branch
-
You must first define the depreciation rate for the inventory groups
-
When batches are put into stock for inventories that are assets, the acquisition date must be defined
-
With the depreciation rate and the date of acquisition, the fixed assets register makes the following calculation
-
Year of life: By calculating the difference between the acquisition date and the current year
-
The depreciation percentage by multiplying the depreciation rate defined at the level of the inventory group and the year of life
-
The depreciated value by multiplying the depreciation percentage by the purchase cost
-
The book value by subtracting the purchase cost from the depreciated value
@mbayopanda @jmcameron You can also import from csv files that it is either for inventories but also for stocks
@mbayopanda @jmcameron this PR is ready for review
@lomamech could you update this branch ?
@mbayopanda the PR is Updated