Socket
Socket
Sign inDemoInstall

trytond-account-asset

Package Overview
Dependencies
Maintainers
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

trytond-account-asset

Tryton module for assets management


Maintainers
3

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.

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc