mds-cashbook


Namemds-cashbook JSON
Version 7.0.33 PyPI version JSON
download
home_pagehttps://www.m-ds.de/
SummaryTryton module to add a cashbook.
upload_time2023-12-31 09:25:20
maintainer
docs_urlNone
authormartin-data services
requires_python
licenseGPL-3
keywords tryton cashbook
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            mds-cashbook
============
Tryton module to add a cashbook.

Install
=======

pip install mds-cashbook

Requires
========
- Tryton 7.0

How to
======

This module adds a cash book to Tryton. Each Tryton user can have
any number of cash books. The cash books can be arranged hierarchically.
A cash book contains simple postings, such as expense, revenue, transfer,
split posting. Each booking has a category, an amount and possibly a description.
The cash books of the different Tryton users are separated from
each other by permissions. There is an enhancement module for the connection
to the chart of accounts and analytic.

This module adds new user groups:

Cashbook
    The user can make entries in his cash books.

Cashbook - WF - Check
    The user can mark his bookings as 'checked'

Cashbook - WF - Done
    The user can reconcile his cash books

Cashbook - Administrator
    the Cashbook-Administrator

There is a possibility to allow reading or editing for other users via
the Tryton user groups. This makes it possible to set up a administrator
for all cash books of the Tryton system.


Set up your cash book
---------------------

Add the Tryton user to the *Cashbook* group. In the tab *Owner and Authorizeds*,
enter the user as the owner. Enter *Type*, *Currency*, *Initial Date*
and *Line Numbering*. Cash books without a type cannot receive postings
and are treated as a view. You can create several cash books per user
and arrange them hierarchically.


Creating categories
-------------------

Each booking needs a category. The categories are separated by revenue and expense.
In the menu Cash Book / Configuration / Category you create some categories.


Using the chart of accounts
---------------------------

If you want to have the postings as a posting record in Tryton Accounting
install the *cashbook_account* module. For analytic, install *cashbook_analytic*.
In each of the cash books, add one account to the
chart of accounts, in tab *Account Configuration*.

In the categories you add a chart of accounts account in the
tab 'Account and Tax'. If you want to make your transactions with taxes,
you can also add one or more taxes.

Enter bookings
--------------

There are two ways to enter bookings.

1) The *Enter Booking* wizard. The wizard is optimized for use on
   small screens. You can write down expenses on the go with your smartphone.
   The type of bookings is limited to expense, revenue and transfers between cash books.
   When using the wizard, you should check the booking later and possibly complete it.

2) The record form of a cash book. This option offers all posting variants,
   such as expense, revenue, transfer to, transfer from, expense split posting
   and revenue split posting. When using chart of accounts and analytic,
   you also specify the taxes and analytic accounts here.


Processing states
-----------------

Postings in cash books have several workflow states.

Edit
    The entry has been created but not yet verified

Checked
    The user has checked his entry and has indicated this by clicking on 'Check'
    When using the chart of accounts modules, posting records are created here
    in the Draft state.

Reconciled
    A user (with enough permissions) has checked the entry against a
    bank statement. This step is performed in the 'Reconciliations' tab of a cash book.

Done
    The entry is committed. This step is performed by completing a
    reconciliation in the cash book. When using the chart of accounts modules,
    the posting records created in step 'Check' are committed.


Reconciliation
--------------

The bookings should be checked regularly against a bank statement. This is done
in the 'Reconciliations' tab of a cash book.

1) Click the plus button, don't change anything about the contents,
   click *ok*, save the cash book. The system will change the dates of the
   reconciliation so that all eligible bookings are taken into account.

2) If you want to change the end date, do so now. Save.

3) Open the reconciliation by double-clicking, click on *Check*.
   This will insert all posting lines into the list. The posting lines
   in the cash book are now protected against edit.

4) Now check line by line against an account statement. To remember what you
   have already seen, click the 'Reconciled' button.

5) When you're done, click the *Done* button of the reconciliation. This
   sets all posting lines and the reconciliation to *Done*.


Configuration
-------------

The configuration in the menu Cash Book / Configuration is a user-specific setting.
The user can choose which cash books appear in the *Enter Booking* dialog and
which default settings should apply when opening a cash book.


Foreign currencies
------------------

The cash books can be used with foreign currency. Base currency is the company currency.
For transfers between cash books with different currencies, the current conversion
rate in Tryton is used. You can adjust the exchange rate actually used in the booking dialog.
If you have hierarchical cash books, the amounts of subordinate cash books with foreign
currency are converted  into the display currency of the parent cash book.


Changes
=======

*7.0.33 - 31.12.2023*

- remove caching
- add worker-based precalculation of cashbook-values

*7.0.32 - 06.12.2023*

- columns optional

*7.0.31 - 30.11.2023*

- compatibility to Tryton 7.0



            

Raw data

            {
    "_id": null,
    "home_page": "https://www.m-ds.de/",
    "name": "mds-cashbook",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "tryton cashbook",
    "author": "martin-data services",
    "author_email": "service@m-ds.de",
    "download_url": "https://files.pythonhosted.org/packages/4c/44/690fb9be6f6c970aae27a3ad8f91acd68416285d6ec6657130b40a65511b/mds_cashbook-7.0.33.tar.gz",
    "platform": null,
    "description": "mds-cashbook\n============\nTryton module to add a cashbook.\n\nInstall\n=======\n\npip install mds-cashbook\n\nRequires\n========\n- Tryton 7.0\n\nHow to\n======\n\nThis module adds a cash book to Tryton. Each Tryton user can have\nany number of cash books. The cash books can be arranged hierarchically.\nA cash book contains simple postings, such as expense, revenue, transfer,\nsplit posting. Each booking has a category, an amount and possibly a description.\nThe cash books of the different Tryton users are separated from\neach other by permissions. There is an enhancement module for the connection\nto the chart of accounts and analytic.\n\nThis module adds new user groups:\n\nCashbook\n    The user can make entries in his cash books.\n\nCashbook - WF - Check\n    The user can mark his bookings as 'checked'\n\nCashbook - WF - Done\n    The user can reconcile his cash books\n\nCashbook - Administrator\n    the Cashbook-Administrator\n\nThere is a possibility to allow reading or editing for other users via\nthe Tryton user groups. This makes it possible to set up a administrator\nfor all cash books of the Tryton system.\n\n\nSet up your cash book\n---------------------\n\nAdd the Tryton user to the *Cashbook* group. In the tab *Owner and Authorizeds*,\nenter the user as the owner. Enter *Type*, *Currency*, *Initial Date*\nand *Line Numbering*. Cash books without a type cannot receive postings\nand are treated as a view. You can create several cash books per user\nand arrange them hierarchically.\n\n\nCreating categories\n-------------------\n\nEach booking needs a category. The categories are separated by revenue and expense.\nIn the menu Cash Book / Configuration / Category you create some categories.\n\n\nUsing the chart of accounts\n---------------------------\n\nIf you want to have the postings as a posting record in Tryton Accounting\ninstall the *cashbook_account* module. For analytic, install *cashbook_analytic*.\nIn each of the cash books, add one account to the\nchart of accounts, in tab *Account Configuration*.\n\nIn the categories you add a chart of accounts account in the\ntab 'Account and Tax'. If you want to make your transactions with taxes,\nyou can also add one or more taxes.\n\nEnter bookings\n--------------\n\nThere are two ways to enter bookings.\n\n1) The *Enter Booking* wizard. The wizard is optimized for use on\n   small screens. You can write down expenses on the go with your smartphone.\n   The type of bookings is limited to expense, revenue and transfers between cash books.\n   When using the wizard, you should check the booking later and possibly complete it.\n\n2) The record form of a cash book. This option offers all posting variants,\n   such as expense, revenue, transfer to, transfer from, expense split posting\n   and revenue split posting. When using chart of accounts and analytic,\n   you also specify the taxes and analytic accounts here.\n\n\nProcessing states\n-----------------\n\nPostings in cash books have several workflow states.\n\nEdit\n    The entry has been created but not yet verified\n\nChecked\n    The user has checked his entry and has indicated this by clicking on 'Check'\n    When using the chart of accounts modules, posting records are created here\n    in the Draft state.\n\nReconciled\n    A user (with enough permissions) has checked the entry against a\n    bank statement. This step is performed in the 'Reconciliations' tab of a cash book.\n\nDone\n    The entry is committed. This step is performed by completing a\n    reconciliation in the cash book. When using the chart of accounts modules,\n    the posting records created in step 'Check' are committed.\n\n\nReconciliation\n--------------\n\nThe bookings should be checked regularly against a bank statement. This is done\nin the 'Reconciliations' tab of a cash book.\n\n1) Click the plus button, don't change anything about the contents,\n   click *ok*, save the cash book. The system will change the dates of the\n   reconciliation so that all eligible bookings are taken into account.\n\n2) If you want to change the end date, do so now. Save.\n\n3) Open the reconciliation by double-clicking, click on *Check*.\n   This will insert all posting lines into the list. The posting lines\n   in the cash book are now protected against edit.\n\n4) Now check line by line against an account statement. To remember what you\n   have already seen, click the 'Reconciled' button.\n\n5) When you're done, click the *Done* button of the reconciliation. This\n   sets all posting lines and the reconciliation to *Done*.\n\n\nConfiguration\n-------------\n\nThe configuration in the menu Cash Book / Configuration is a user-specific setting.\nThe user can choose which cash books appear in the *Enter Booking* dialog and\nwhich default settings should apply when opening a cash book.\n\n\nForeign currencies\n------------------\n\nThe cash books can be used with foreign currency. Base currency is the company currency.\nFor transfers between cash books with different currencies, the current conversion\nrate in Tryton is used. You can adjust the exchange rate actually used in the booking dialog.\nIf you have hierarchical cash books, the amounts of subordinate cash books with foreign\ncurrency are converted  into the display currency of the parent cash book.\n\n\nChanges\n=======\n\n*7.0.33 - 31.12.2023*\n\n- remove caching\n- add worker-based precalculation of cashbook-values\n\n*7.0.32 - 06.12.2023*\n\n- columns optional\n\n*7.0.31 - 30.11.2023*\n\n- compatibility to Tryton 7.0\n\n\n",
    "bugtrack_url": null,
    "license": "GPL-3",
    "summary": "Tryton module to add a cashbook.",
    "version": "7.0.33",
    "project_urls": {
        "Download": "https://scmdev.m-ds.de/Tryton/Extra/cashbook",
        "Homepage": "https://www.m-ds.de/"
    },
    "split_keywords": [
        "tryton",
        "cashbook"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "689e73a095ab260acbaf09b4457ab5dcb44f727a5d554e096a87d50439e6e856",
                "md5": "59cf8cb01cb1d9a146927c23a3b38909",
                "sha256": "1a76507fcf63e14739709212db1b22ea3f5439a6c00c6b315d4d5cb6c3317112"
            },
            "downloads": -1,
            "filename": "mds_cashbook-7.0.33-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "59cf8cb01cb1d9a146927c23a3b38909",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 121249,
            "upload_time": "2023-12-31T09:25:17",
            "upload_time_iso_8601": "2023-12-31T09:25:17.911308Z",
            "url": "https://files.pythonhosted.org/packages/68/9e/73a095ab260acbaf09b4457ab5dcb44f727a5d554e096a87d50439e6e856/mds_cashbook-7.0.33-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4c44690fb9be6f6c970aae27a3ad8f91acd68416285d6ec6657130b40a65511b",
                "md5": "a047abe57515872dadbf98d6319cb3b7",
                "sha256": "9a0aea07aeb5129da3b09d362960e07b90e5b42864b2e1c2adaeed1c80a041b9"
            },
            "downloads": -1,
            "filename": "mds_cashbook-7.0.33.tar.gz",
            "has_sig": false,
            "md5_digest": "a047abe57515872dadbf98d6319cb3b7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 89864,
            "upload_time": "2023-12-31T09:25:20",
            "upload_time_iso_8601": "2023-12-31T09:25:20.395465Z",
            "url": "https://files.pythonhosted.org/packages/4c/44/690fb9be6f6c970aae27a3ad8f91acd68416285d6ec6657130b40a65511b/mds_cashbook-7.0.33.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-31 09:25:20",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "mds-cashbook"
}
        
Elapsed time: 0.15312s