trytond-account-asset


Nametrytond-account-asset JSON
Version 7.2.2 PyPI version JSON
download
home_pagehttp://www.tryton.org/
SummaryTryton module for assets management
upload_time2024-07-01 16:10:18
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/95/e1/95eba8f656f70836f718a688d97bfea6d53b9adcb43ec6a68a987a31ad75/trytond_account_asset-7.2.2.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.2",
    "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": "87f7e3366f8180ec237715cd48ca7fc0b0c933d676513145f3c92a716eb70b17",
                "md5": "390b1a7cc1a4e1728258b18d3b5e5df6",
                "sha256": "46d33971c659543aa198d9ed17abf8ccdac35ea81fc1ba710ca554ff36e253a0"
            },
            "downloads": -1,
            "filename": "trytond_account_asset-7.2.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "390b1a7cc1a4e1728258b18d3b5e5df6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 138444,
            "upload_time": "2024-07-01T16:10:15",
            "upload_time_iso_8601": "2024-07-01T16:10:15.571276Z",
            "url": "https://files.pythonhosted.org/packages/87/f7/e3366f8180ec237715cd48ca7fc0b0c933d676513145f3c92a716eb70b17/trytond_account_asset-7.2.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "95e195eba8f656f70836f718a688d97bfea6d53b9adcb43ec6a68a987a31ad75",
                "md5": "639ee843807c95707d7beb6407abc21c",
                "sha256": "87292ecdd9a6833697292ccd71e35a746ed0f0d61328457ef8843132a8e46660"
            },
            "downloads": -1,
            "filename": "trytond_account_asset-7.2.2.tar.gz",
            "has_sig": false,
            "md5_digest": "639ee843807c95707d7beb6407abc21c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 82613,
            "upload_time": "2024-07-01T16:10:18",
            "upload_time_iso_8601": "2024-07-01T16:10:18.033224Z",
            "url": "https://files.pythonhosted.org/packages/95/e1/95eba8f656f70836f718a688d97bfea6d53b9adcb43ec6a68a987a31ad75/trytond_account_asset-7.2.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-01 16:10:18",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "trytond-account-asset"
}
        
Elapsed time: 8.95453s