trytond-account-dunning


Nametrytond-account-dunning JSON
Version 7.2.1 PyPI version JSON
download
home_pagehttp://www.tryton.org/
SummaryTryton module for account dunning
upload_time2024-05-01 12:24:29
maintainerNone
docs_urlNone
authorTryton
requires_python>=3.8
licenseGPL-3
keywords tryton account dunning
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Account Dunning Module
######################

The account_dunning module adds dunning for receivable move lines.

Procedure
*********

A *Procedure* defines the dunning process with an ordered list of levels.
A dunning will raise from one level to an other by selecting the next level
that pass the test.
The Procedure is set per *Party* and a default one can be configured in the
accounting configuration.

Level
*****

A *Level* defines the parameters to reach it:

- Days: The number of overdue days.

Dunning
*******

A *Dunning* defines the dunning level of an overdue move line. Once processed,
it triggers the communication defined on the procedure level. It is mainly
defined by:

- Line: The overdue move line
- Procedure: The *Procedure* followed.
- Level: The current *Level*.
- Blocked: If true, it blocks the dunning to raise.

The dunning can be in one of these states:

* Draft

  The current level is not yet processed.

* Waiting

  The current level has been processed.

* Final

  All levels have been processed.

            

Raw data

            {
    "_id": null,
    "home_page": "http://www.tryton.org/",
    "name": "trytond-account-dunning",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "tryton account dunning",
    "author": "Tryton",
    "author_email": "foundation@tryton.org",
    "download_url": "https://files.pythonhosted.org/packages/d4/47/0a2d652f0cf8969abc420734a88eda1340a668f28ed4b0e27b31b1711ab4/trytond_account_dunning-7.2.1.tar.gz",
    "platform": null,
    "description": "Account Dunning Module\n######################\n\nThe account_dunning module adds dunning for receivable move lines.\n\nProcedure\n*********\n\nA *Procedure* defines the dunning process with an ordered list of levels.\nA dunning will raise from one level to an other by selecting the next level\nthat pass the test.\nThe Procedure is set per *Party* and a default one can be configured in the\naccounting configuration.\n\nLevel\n*****\n\nA *Level* defines the parameters to reach it:\n\n- Days: The number of overdue days.\n\nDunning\n*******\n\nA *Dunning* defines the dunning level of an overdue move line. Once processed,\nit triggers the communication defined on the procedure level. It is mainly\ndefined by:\n\n- Line: The overdue move line\n- Procedure: The *Procedure* followed.\n- Level: The current *Level*.\n- Blocked: If true, it blocks the dunning to raise.\n\nThe dunning can be in one of these states:\n\n* Draft\n\n  The current level is not yet processed.\n\n* Waiting\n\n  The current level has been processed.\n\n* Final\n\n  All levels have been processed.\n",
    "bugtrack_url": null,
    "license": "GPL-3",
    "summary": "Tryton module for account dunning",
    "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",
        "dunning"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "07e5bb862cc7a636be3e892bc7fcb105bd318ec7e79c1bff0d9b5082a58cca5f",
                "md5": "16e7fa8aab6b5a7a98e5f664ffe7229c",
                "sha256": "109e527a9f8ba157230eade9fa8a8748435514ff2fe7972c38f952e208d713a0"
            },
            "downloads": -1,
            "filename": "trytond_account_dunning-7.2.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "16e7fa8aab6b5a7a98e5f664ffe7229c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 71019,
            "upload_time": "2024-05-01T12:24:27",
            "upload_time_iso_8601": "2024-05-01T12:24:27.594654Z",
            "url": "https://files.pythonhosted.org/packages/07/e5/bb862cc7a636be3e892bc7fcb105bd318ec7e79c1bff0d9b5082a58cca5f/trytond_account_dunning-7.2.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d4470a2d652f0cf8969abc420734a88eda1340a668f28ed4b0e27b31b1711ab4",
                "md5": "3d092a2e9ddc1441178a4bce538e5f58",
                "sha256": "a5dce93863071243818f44d7629a34dee78b2f77ce46cd8a1be50acd2cfbd365"
            },
            "downloads": -1,
            "filename": "trytond_account_dunning-7.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "3d092a2e9ddc1441178a4bce538e5f58",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 42171,
            "upload_time": "2024-05-01T12:24:29",
            "upload_time_iso_8601": "2024-05-01T12:24:29.736232Z",
            "url": "https://files.pythonhosted.org/packages/d4/47/0a2d652f0cf8969abc420734a88eda1340a668f28ed4b0e27b31b1711ab4/trytond_account_dunning-7.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-01 12:24:29",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "trytond-account-dunning"
}
        
Elapsed time: 0.25097s