Depreciation in AssetIT is a way to account for the gradual decrease in the value of an asset over time due to wear and tear, obsolescence, or other factors. It helps businesses track the asset's current worth and make informed decisions about replacements or disposal.
This guide is here to help you with setting up new depreciation rules and ensuring they are assigned to Asset Models for asset value tracking.
Info |
---|
Depreciation rules are assigned to asset models, with each rule being applicable to multiple asset models. |
Depreciation List
You will find a list of created depreciation rules when you navigate to the Depreciations tab on the sidebar menu. This list comprises the following columns:
...
Panel | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
Example:
|
Number of Months: Specify the number of months over which the asset will be depreciated.
Panel | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
Example: "60 months" for a 5-year depreciation period. |
Minimum Value after Depreciation: Enter the minimum value that the asset should retain after the depreciation period. This ensures that the asset's value does not drop below a certain threshold, even after full depreciation.
Panel | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
Example: "100" if the asset should not depreciate below $100. |
Click on to save the new depreciation rule.
...
Assigning Depreciation to Asset Models
Once a depreciation rule is established, it can be linked to asset models. By assigning a depreciation rule to an asset model, all assets within that model will undergo depreciation calculations based on the rule.
Leanboard | ||
---|---|---|
|
The procedure involves:
Create Depreciation: Follow the steps outlined above to create a new depreciation rule.
Assign the Depreciation to Asset Models: Assign the created depreciation rule to the relevant asset models. Note that a single depreciation rule can be used by multiple asset models based on the users' needs.
Assets Depreciation Calculation: All assets under the assigned asset models will have their depreciation calculated automatically.
Depreciation Calculation
The calculation of depreciation in AssetIT is based on the straight-line depreciation method:
Depreciation Per Day:
depreciationPerDay=purchaseCost(depreciation.term×30)\text{depreciationPerDay} = \frac{\text{purchaseCost}}{(\text{depreciation.term} \times 30)}depreciationPerDay=(depreciation.term×30)purchaseCost
Asset Age:
age=currentDate−purchaseDate\text{age} = \text{currentDate} - \text{purchaseDate}age=currentDate−purchaseDate
Current Value:
currentValue=purchaseCost−(depreciationPerDay×age×30)\text{currentValue} = \text{purchaseCost} - (\text{depreciationPerDay} \times \text{age} \times 30)currentValue=purchaseCost−(depreciationPerDay×age×30)
By following these calculations, AssetIT ensures that the depreciation is accurately tracked for all assets, providing a clear view of their current value over time.