Skip to content
This repository was 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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c0ce246 · Oct 31, 2022
Nov 16, 2019
Oct 29, 2022
Apr 25, 2022
Feb 3, 2022
Apr 6, 2022
Oct 16, 2020
Oct 31, 2022
Dec 11, 2021
Oct 31, 2022
May 2, 2022
Nov 15, 2012
Oct 16, 2022
Apr 6, 2019
Dec 11, 2021
Apr 8, 2022
Mar 24, 2019
Oct 10, 2022
Jun 15, 2022
Sep 2, 2021
Feb 21, 2021
Apr 8, 2022
Mar 2, 2013
May 18, 2021
Mar 24, 2019
Sep 19, 2020
Sep 19, 2020
Sep 19, 2020
Sep 19, 2020
Sep 19, 2020
Sep 19, 2020
Sep 19, 2020
Sep 19, 2020
Sep 19, 2020
Sep 19, 2020
Apr 8, 2022
Mar 2, 2013
Dec 11, 2021
Oct 29, 2022
Oct 31, 2022
Oct 31, 2022

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.