Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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
panelIconId270d
panelIcon:writing_hand:
panelIconText✍️
bgColor#E6FCFF#E3FCEF

Example:

  • "Office Equipment 5-Year Depreciation"

  • "IT Equipment 3-Year Depreciation"

  • "Vehicle 7-Year Depreciation"

  1. Number of Months: Specify the number of months over which the asset will be depreciated.

Panel
panelIconId270d
panelIcon:writing_hand:
panelIconText✍️
bgColor#E6FCFF#E3FCEF

Example: "60 months" for a 5-year depreciation period.

  1. 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
panelIconId270d
panelIcon:writing_hand:
panelIconText✍️
bgColor#E6FCFF#E3FCEF

Example: "100" if the asset should not depreciate below $100.

  • Click on image-20240709-083117.png 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
boardId1632

The procedure involves:

  1. Create Depreciation: Follow the steps outlined above to create a new depreciation rule.

  2. 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.

  3. 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:

  1. Depreciation Per Day:

    depreciationPerDay=purchaseCost(depreciation.term×30)\text{depreciationPerDay} = \frac{\text{purchaseCost}}{(\text{depreciation.term} \times 30)}depreciationPerDay=(depreciation.term×30)purchaseCost​

  2. Asset Age:

    age=currentDate−purchaseDate\text{age} = \text{currentDate} - \text{purchaseDate}age=currentDate−purchaseDate

  3. 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.