trytond-account-statement


Nametrytond-account-statement JSON
Version 7.0.2 PyPI version JSON
download
home_pagehttp://www.tryton.org/
SummaryTryton module with account statements
upload_time2024-03-03 12:24:29
maintainer
docs_urlNone
authorTryton
requires_python>=3.8
licenseGPL-3
keywords tryton account statement
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Account Statement Module
########################

The account_statement module allows to book statements. Statement can be used
for bank statement, cash daybook etc.

Statement
*********

A statement groups many lines under a journal for a date. It is mainly defined
by:

- Name.
- Journal.
- Date.

The statement can be in one of this states:

* Draft

  The statement is waiting for validation

* Validated

  The statement is validated and is waiting to be posted. A move for each
  grouped lines is already created in draft state.

* Posted

  The statement is posted which means all the moves have been posted.

* Cancelled

  The statement is cancelled which means all the moves previously created have
  been deleted.

Line
****

A Statement Line is mainly defined by:

- Sequence: Use to order the lines in the statement.
- Number: The number to identify a transaction.
- Date.
- Amount.
- Party.
- Account.
- Invoice.
- Description.
- Move: The move created for this line.

Origin
******

The statement origin store the raw information from an external system that
are imported. The origin are converted into statement lines.

Line Group
**********

The line group represent the group of lines created at the validation of the
statement.
By default the lines of a statement are grouped by *Number*, *Date* and *Party*.

Journal
*******

A Statement Journal is mainly defined by:

- Name.
- Journal (from account).
- Currency.
- Validation Type:
  - Balance
  - Amount
  - Number of Lines

The statements are validated following the validation type of the journal.
The Balance validation requests to set the start and end balance (the start is
automaticaly filled with the end balance of the last statement on the same
journal) and the difference is checked against the total amount of the lines.
The Amount validation requests to set the total amount to check against the
total amount of the lines.
The Number of Lines requests to set the number of unique lines on the
statement.

Import Statement
****************

A wizard to import statements from an external system. It creates statements
with origins filled.

Configuration
*************

The account_statement module uses the section ``account_statement`` to retrieve
some parameters:

- ``filestore``: a boolean value to store origin file in the FileStore.
  The default value is ``False``.

- ``store_prefix``: the prefix to use with the FileStore.
  The default value is ``None``.

            

Raw data

            {
    "_id": null,
    "home_page": "http://www.tryton.org/",
    "name": "trytond-account-statement",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "tryton account statement",
    "author": "Tryton",
    "author_email": "foundation@tryton.org",
    "download_url": "https://files.pythonhosted.org/packages/e6/79/9b1e9fb018d58ea804dd7a978c54b2421a2c92cfbecb3e2fbfed0e5b94be/trytond_account_statement-7.0.2.tar.gz",
    "platform": null,
    "description": "Account Statement Module\n########################\n\nThe account_statement module allows to book statements. Statement can be used\nfor bank statement, cash daybook etc.\n\nStatement\n*********\n\nA statement groups many lines under a journal for a date. It is mainly defined\nby:\n\n- Name.\n- Journal.\n- Date.\n\nThe statement can be in one of this states:\n\n* Draft\n\n  The statement is waiting for validation\n\n* Validated\n\n  The statement is validated and is waiting to be posted. A move for each\n  grouped lines is already created in draft state.\n\n* Posted\n\n  The statement is posted which means all the moves have been posted.\n\n* Cancelled\n\n  The statement is cancelled which means all the moves previously created have\n  been deleted.\n\nLine\n****\n\nA Statement Line is mainly defined by:\n\n- Sequence: Use to order the lines in the statement.\n- Number: The number to identify a transaction.\n- Date.\n- Amount.\n- Party.\n- Account.\n- Invoice.\n- Description.\n- Move: The move created for this line.\n\nOrigin\n******\n\nThe statement origin store the raw information from an external system that\nare imported. The origin are converted into statement lines.\n\nLine Group\n**********\n\nThe line group represent the group of lines created at the validation of the\nstatement.\nBy default the lines of a statement are grouped by *Number*, *Date* and *Party*.\n\nJournal\n*******\n\nA Statement Journal is mainly defined by:\n\n- Name.\n- Journal (from account).\n- Currency.\n- Validation Type:\n  - Balance\n  - Amount\n  - Number of Lines\n\nThe statements are validated following the validation type of the journal.\nThe Balance validation requests to set the start and end balance (the start is\nautomaticaly filled with the end balance of the last statement on the same\njournal) and the difference is checked against the total amount of the lines.\nThe Amount validation requests to set the total amount to check against the\ntotal amount of the lines.\nThe Number of Lines requests to set the number of unique lines on the\nstatement.\n\nImport Statement\n****************\n\nA wizard to import statements from an external system. It creates statements\nwith origins filled.\n\nConfiguration\n*************\n\nThe account_statement module uses the section ``account_statement`` to retrieve\nsome parameters:\n\n- ``filestore``: a boolean value to store origin file in the FileStore.\n  The default value is ``False``.\n\n- ``store_prefix``: the prefix to use with the FileStore.\n  The default value is ``None``.\n",
    "bugtrack_url": null,
    "license": "GPL-3",
    "summary": "Tryton module with account statements",
    "version": "7.0.2",
    "project_urls": {
        "Bug Tracker": "https://bugs.tryton.org/",
        "Documentation": "https://docs.tryton.org/",
        "Download": "http://downloads.tryton.org/7.0/",
        "Forum": "https://www.tryton.org/forum",
        "Homepage": "http://www.tryton.org/",
        "Source Code": "https://code.tryton.org/tryton"
    },
    "split_keywords": [
        "tryton",
        "account",
        "statement"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "74ee6bb8ac36916d5d8915919db98ac22b5cef76d5a3df64c4fbb48e6504fb05",
                "md5": "b4a2363d7d38eb35f031cbc761e10efd",
                "sha256": "3ae5771f066d024ef1df633254ed264d1f93ceda8b73cd5a6f28bffd0cbab50c"
            },
            "downloads": -1,
            "filename": "trytond_account_statement-7.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b4a2363d7d38eb35f031cbc761e10efd",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 107263,
            "upload_time": "2024-03-03T12:24:26",
            "upload_time_iso_8601": "2024-03-03T12:24:26.335015Z",
            "url": "https://files.pythonhosted.org/packages/74/ee/6bb8ac36916d5d8915919db98ac22b5cef76d5a3df64c4fbb48e6504fb05/trytond_account_statement-7.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e6799b1e9fb018d58ea804dd7a978c54b2421a2c92cfbecb3e2fbfed0e5b94be",
                "md5": "c1c2fd524b82c2537a139ce8dfe017d5",
                "sha256": "de9e79ded4d3d752c0a02cf5e1e3c9b62bc1a651f5cec424c177934a9a7b90bc"
            },
            "downloads": -1,
            "filename": "trytond_account_statement-7.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "c1c2fd524b82c2537a139ce8dfe017d5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 69140,
            "upload_time": "2024-03-03T12:24:29",
            "upload_time_iso_8601": "2024-03-03T12:24:29.042663Z",
            "url": "https://files.pythonhosted.org/packages/e6/79/9b1e9fb018d58ea804dd7a978c54b2421a2c92cfbecb3e2fbfed0e5b94be/trytond_account_statement-7.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-03 12:24:29",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "trytond-account-statement"
}
        
Elapsed time: 0.19412s