trytond-account-asset


Nametrytond-account-asset JSON
Version 7.2.1 PyPI version JSON
download
home_pagehttp://www.tryton.org/
SummaryTryton module for assets management
upload_time2024-05-01 12:25:16
maintainerNone
docs_urlNone
authorTryton
requires_python>=3.8
licenseGPL-3
keywords tryton account asset
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            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.

            

Raw data

            {
    "_id": null,
    "home_page": "http://www.tryton.org/",
    "name": "trytond-account-asset",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "tryton account asset",
    "author": "Tryton",
    "author_email": "foundation@tryton.org",
    "download_url": "https://files.pythonhosted.org/packages/12/83/154c50baf27c3ca8168144e03409219a4acefab3aee83bf8cac93c55fea0/trytond_account_asset-7.2.1.tar.gz",
    "platform": null,
    "description": "Account Asset Module\n####################\n\nThe account_asset module adds the depreciation of fixed assets.\n\nAsset\n*****\n\nAn Asset defines how an asset is depreciated. It is mainly defined by:\n\n- Product (of type \"Assets\").\n- Journal.\n- Value, Depreciated Amount and Residual Value.\n- Start and End Date.\n- Depreciation Method:\n\n  - Linear\n\n- Frequency:\n\n  - Monthly\n  - Yearly (using fixed year of 365 days)\n\n- Lines.\n\nThe asset can be in one of this states:\n\n* Draft\n\n  The depreciation lines can be created.\n\n* Running\n\n  The accounting moves of depreciation lines are posted.\n\n* Closed\n\n  The value of the asset has been completely depreciated.\n\nA wizard \"Create Assets Moves\" allows to post all accounting move up to a date.\n\nThe day and the month when the move will posted are defined on the accounting\nconfiguration.\n\nAsset Line\n**********\n\nAn Asset Line defines for a date the value to depreciate.\n",
    "bugtrack_url": null,
    "license": "GPL-3",
    "summary": "Tryton module for assets management",
    "version": "7.2.1",
    "project_urls": {
        "Bug Tracker": "https://bugs.tryton.org/",
        "Documentation": "https://docs.tryton.org/",
        "Download": "http://downloads.tryton.org/7.2/",
        "Forum": "https://www.tryton.org/forum",
        "Homepage": "http://www.tryton.org/",
        "Source Code": "https://code.tryton.org/tryton"
    },
    "split_keywords": [
        "tryton",
        "account",
        "asset"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ecd2e208a445ed754d44a8f2de8379ba962db74493cbcdeae92ef635405cae0c",
                "md5": "824681835c1a7696d270a6485b21e2e4",
                "sha256": "f4439b242880e6658292ffd5a4ce7b6e23e07db962b64b8c0a2923d793859e92"
            },
            "downloads": -1,
            "filename": "trytond_account_asset-7.2.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "824681835c1a7696d270a6485b21e2e4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 138372,
            "upload_time": "2024-05-01T12:25:14",
            "upload_time_iso_8601": "2024-05-01T12:25:14.244154Z",
            "url": "https://files.pythonhosted.org/packages/ec/d2/e208a445ed754d44a8f2de8379ba962db74493cbcdeae92ef635405cae0c/trytond_account_asset-7.2.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1283154c50baf27c3ca8168144e03409219a4acefab3aee83bf8cac93c55fea0",
                "md5": "94b2926471867b9ba46a859df9d16a64",
                "sha256": "6da71475bee91d9d820d5f23fc274ab028cfbc40c2636d60d92bf216c78b25ef"
            },
            "downloads": -1,
            "filename": "trytond_account_asset-7.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "94b2926471867b9ba46a859df9d16a64",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 82467,
            "upload_time": "2024-05-01T12:25:16",
            "upload_time_iso_8601": "2024-05-01T12:25:16.486361Z",
            "url": "https://files.pythonhosted.org/packages/12/83/154c50baf27c3ca8168144e03409219a4acefab3aee83bf8cac93c55fea0/trytond_account_asset-7.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-01 12:25:16",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "trytond-account-asset"
}
        
Elapsed time: 0.25479s