Skip to content
This repository has been archived by the owner on Jan 8, 2023. It is now read-only.
/ account_asset Public archive

Mirror of tryton account_asset module

License

Notifications You must be signed in to change notification settings

tryton/account_asset

Repository files navigation

Account Asset Module

The account_asset module adds the depreciation of fixed assets.

Asset

An Asset defines how an asset is depreciated. It is mainly defined by:

  • Product (of type "Assets").
  • Journal.
  • Value, Depreciated Amount and Residual Value.
  • Start and End Date.
  • Depreciation Method:
    • Linear
  • Frequency:
    • Monthly
    • Yearly (using fixed year of 365 days)
  • Lines.

The asset can be in one of this states:

  • Draft

    The depreciation lines can be created.

  • Running

    The accounting moves of depreciation lines are posted.

  • Closed

    The value of the asset has been completely depreciated.

A wizard "Create Assets Moves" allows to post all accounting move up to a date.

The day and the month when the move will posted are defined on the accounting configuration.

Asset Line

An Asset Line defines for a date the value to depreciate.