tryton / account_asset

Mirror of tryton account_asset module

Home Page:https://hg.tryton.org/modules/account_asset

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Mirror of tryton account_asset module

https://hg.tryton.org/modules/account_asset

License:GNU General Public License v3.0


Languages

Language:Python 100.0%