odoo14-addon-account-check-deposit


Nameodoo14-addon-account-check-deposit JSON
Version 14.0.1.4.0 PyPI version JSON
download
home_pagehttps://github.com/OCA/account-financial-tools
SummaryManage deposit of checks to the bank
upload_time2024-09-09 00:02:48
maintainerNone
docs_urlNone
authorAkretion, Tecnativa, Odoo Community Association (OCA)
requires_python>=3.6
licenseAGPL-3
keywords
VCS
bugtrack_url
requirements freezegun numpy-financial numpy python-dateutil
Travis-CI No Travis.
coveralls test coverage No coveralls.
            =====================
Account Check Deposit
=====================

.. 
   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   !! This file is generated by oca-gen-addon-readme !!
   !! changes will be overwritten.                   !!
   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   !! source digest: sha256:304b6fbd41de537c59a112a6bc1912b1d26b48b15592dcfd1373128c876983a2
   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. |badge1| image:: https://img.shields.io/badge/maturity-Mature-brightgreen.png
    :target: https://odoo-community.org/page/development-status
    :alt: Mature
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
    :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
    :alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Faccount--financial--tools-lightgray.png?logo=github
    :target: https://github.com/OCA/account-financial-tools/tree/14.0/account_check_deposit
    :alt: OCA/account-financial-tools
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
    :target: https://translation.odoo-community.org/projects/account-financial-tools-14-0/account-financial-tools-14-0-account_check_deposit
    :alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
    :target: https://runboat.odoo-community.org/builds?repo=OCA/account-financial-tools&target_branch=14.0
    :alt: Try me on Runboat

|badge1| |badge2| |badge3| |badge4| |badge5|

This module allows you to easily manage check deposits: you can select all
the checks you received and create a global deposit for the selected checks.
This module supports multi-currency ; each deposit has a currency and all the
checks of the deposit must have the same currency (so, if you have checks in
EUR and checks in USD, you must create 2 deposits: one in EUR and one in USD).

**Table of contents**

.. contents::
   :local:

Configuration
=============

In the menu *Invoicing > Configuration > Accounting > Journals*, create a new
journal:

* Name: Checks Received
* Type: Bank
* Short Code: CHK (or any code you want)
* Outstanding Receipts Account: select an account for checks received

Note that, on this *Checks Received* journal, the bank account and suspense account will not be used, so don't worry about these parameters.

This bank journal will be available as a payment method in Odoo. The account
you configured as *Outstanding Receipts Account* is the
account via which the amounts of checks will transit between the reception of a
check from a customer and the validation of the check deposit in Odoo.

When you validate the check deposit in Odoo, it will generate a new journal entry that will move the amounts from the *Outstanding Receipts Account* of the checks received journal to the *Outstanding Receipts Account* of the bank journal related to the check deposit. It will also reconcile in the *Outstanding Receipts Account* of the checks received journal.

Usage
=====

When you receive a check that pays a customer invoice, you can go to that
invoice and click on the button *Register Payment* and select the
*Checks Received* journal as *Journal*.

When you want to deposit checks to the bank, go to the menu
*Invoicing > Accounting > Miscellaneous > Check Deposit*, create a new check deposit and set the
journal *Checks Received* and select the bank account on which you want to
credit the checks.

Then click on the button *Get All Received Checks* if you want to deposit all the waiting received checks, or select the checks one by one by clicking on *Add a line*.

Eventually, validate the deposit and print the report (you probably want to customize this report).

Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/OCA/account-financial-tools/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us to smash it by providing a detailed and welcomed
`feedback <https://github.com/OCA/account-financial-tools/issues/new?body=module:%20account_check_deposit%0Aversion:%2014.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

Do not contact contributors directly about support or help with technical issues.

Credits
=======

Authors
~~~~~~~

* Akretion
* Tecnativa

Contributors
~~~~~~~~~~~~

* `Akretion <https://www.akretion.com>`_:

  * BenoƮt GUILLOT <benoit.guillot@akretion.com>
  * Chafique DELLI <chafique.delli@akretion.com>
  * Alexis de Lattre <alexis.delattre@akretion.com>
  * Mourad EL HADJ MIMOUNE <mourad.elhadj.mimoune@akretion.com>

* `Tecnativa <https://www.tecnativa.com>`_:

  * Pedro M. Baeza

* `Ecosoft <http://ecosoft.co.th>`__:

  * Pimolnat Suntian <pimolnats@ecosoft.co.th>

Maintainers
~~~~~~~~~~~

This module is maintained by the OCA.

.. image:: https://odoo-community.org/logo.png
   :alt: Odoo Community Association
   :target: https://odoo-community.org

OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.

This module is part of the `OCA/account-financial-tools <https://github.com/OCA/account-financial-tools/tree/14.0/account_check_deposit>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/OCA/account-financial-tools",
    "name": "odoo14-addon-account-check-deposit",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": null,
    "author": "Akretion, Tecnativa, Odoo Community Association (OCA)",
    "author_email": "support@odoo-community.org",
    "download_url": null,
    "platform": null,
    "description": "=====================\nAccount Check Deposit\n=====================\n\n.. \n   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n   !! This file is generated by oca-gen-addon-readme !!\n   !! changes will be overwritten.                   !!\n   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n   !! source digest: sha256:304b6fbd41de537c59a112a6bc1912b1d26b48b15592dcfd1373128c876983a2\n   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n\n.. |badge1| image:: https://img.shields.io/badge/maturity-Mature-brightgreen.png\n    :target: https://odoo-community.org/page/development-status\n    :alt: Mature\n.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png\n    :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html\n    :alt: License: AGPL-3\n.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Faccount--financial--tools-lightgray.png?logo=github\n    :target: https://github.com/OCA/account-financial-tools/tree/14.0/account_check_deposit\n    :alt: OCA/account-financial-tools\n.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png\n    :target: https://translation.odoo-community.org/projects/account-financial-tools-14-0/account-financial-tools-14-0-account_check_deposit\n    :alt: Translate me on Weblate\n.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png\n    :target: https://runboat.odoo-community.org/builds?repo=OCA/account-financial-tools&target_branch=14.0\n    :alt: Try me on Runboat\n\n|badge1| |badge2| |badge3| |badge4| |badge5|\n\nThis module allows you to easily manage check deposits: you can select all\nthe checks you received and create a global deposit for the selected checks.\nThis module supports multi-currency ; each deposit has a currency and all the\nchecks of the deposit must have the same currency (so, if you have checks in\nEUR and checks in USD, you must create 2 deposits: one in EUR and one in USD).\n\n**Table of contents**\n\n.. contents::\n   :local:\n\nConfiguration\n=============\n\nIn the menu *Invoicing > Configuration > Accounting > Journals*, create a new\njournal:\n\n* Name: Checks Received\n* Type: Bank\n* Short Code: CHK (or any code you want)\n* Outstanding Receipts Account: select an account for checks received\n\nNote that, on this *Checks Received* journal, the bank account and suspense account will not be used, so don't worry about these parameters.\n\nThis bank journal will be available as a payment method in Odoo. The account\nyou configured as *Outstanding Receipts Account* is the\naccount via which the amounts of checks will transit between the reception of a\ncheck from a customer and the validation of the check deposit in Odoo.\n\nWhen you validate the check deposit in Odoo, it will generate a new journal entry that will move the amounts from the *Outstanding Receipts Account* of the checks received journal to the *Outstanding Receipts Account* of the bank journal related to the check deposit. It will also reconcile in the *Outstanding Receipts Account* of the checks received journal.\n\nUsage\n=====\n\nWhen you receive a check that pays a customer invoice, you can go to that\ninvoice and click on the button *Register Payment* and select the\n*Checks Received* journal as *Journal*.\n\nWhen you want to deposit checks to the bank, go to the menu\n*Invoicing > Accounting > Miscellaneous > Check Deposit*, create a new check deposit and set the\njournal *Checks Received* and select the bank account on which you want to\ncredit the checks.\n\nThen click on the button *Get All Received Checks* if you want to deposit all the waiting received checks, or select the checks one by one by clicking on *Add a line*.\n\nEventually, validate the deposit and print the report (you probably want to customize this report).\n\nBug Tracker\n===========\n\nBugs are tracked on `GitHub Issues <https://github.com/OCA/account-financial-tools/issues>`_.\nIn case of trouble, please check there if your issue has already been reported.\nIf you spotted it first, help us to smash it by providing a detailed and welcomed\n`feedback <https://github.com/OCA/account-financial-tools/issues/new?body=module:%20account_check_deposit%0Aversion:%2014.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.\n\nDo not contact contributors directly about support or help with technical issues.\n\nCredits\n=======\n\nAuthors\n~~~~~~~\n\n* Akretion\n* Tecnativa\n\nContributors\n~~~~~~~~~~~~\n\n* `Akretion <https://www.akretion.com>`_:\n\n  * Beno\u00eet GUILLOT <benoit.guillot@akretion.com>\n  * Chafique DELLI <chafique.delli@akretion.com>\n  * Alexis de Lattre <alexis.delattre@akretion.com>\n  * Mourad EL HADJ MIMOUNE <mourad.elhadj.mimoune@akretion.com>\n\n* `Tecnativa <https://www.tecnativa.com>`_:\n\n  * Pedro M. Baeza\n\n* `Ecosoft <http://ecosoft.co.th>`__:\n\n  * Pimolnat Suntian <pimolnats@ecosoft.co.th>\n\nMaintainers\n~~~~~~~~~~~\n\nThis module is maintained by the OCA.\n\n.. image:: https://odoo-community.org/logo.png\n   :alt: Odoo Community Association\n   :target: https://odoo-community.org\n\nOCA, or the Odoo Community Association, is a nonprofit organization whose\nmission is to support the collaborative development of Odoo features and\npromote its widespread use.\n\nThis module is part of the `OCA/account-financial-tools <https://github.com/OCA/account-financial-tools/tree/14.0/account_check_deposit>`_ project on GitHub.\n\nYou are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.\n",
    "bugtrack_url": null,
    "license": "AGPL-3",
    "summary": "Manage deposit of checks to the bank",
    "version": "14.0.1.4.0",
    "project_urls": {
        "Homepage": "https://github.com/OCA/account-financial-tools"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "83da7f88226b86fea1fcfeddb83f16c39dacbfdddb95ceca87c84f53584ad5d3",
                "md5": "fae47e4c904df237bd96b8d80c5b0509",
                "sha256": "1ae8428e03419587654ebc2cfa0ba619825f1e7487a044640d6d45d0c76d0370"
            },
            "downloads": -1,
            "filename": "odoo14_addon_account_check_deposit-14.0.1.4.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "fae47e4c904df237bd96b8d80c5b0509",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 229510,
            "upload_time": "2024-09-09T00:02:48",
            "upload_time_iso_8601": "2024-09-09T00:02:48.557050Z",
            "url": "https://files.pythonhosted.org/packages/83/da/7f88226b86fea1fcfeddb83f16c39dacbfdddb95ceca87c84f53584ad5d3/odoo14_addon_account_check_deposit-14.0.1.4.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-09 00:02:48",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "OCA",
    "github_project": "account-financial-tools",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "freezegun",
            "specs": []
        },
        {
            "name": "numpy-financial",
            "specs": [
                [
                    "<=",
                    "1.0.0"
                ]
            ]
        },
        {
            "name": "numpy",
            "specs": [
                [
                    ">=",
                    "1.15"
                ]
            ]
        },
        {
            "name": "python-dateutil",
            "specs": []
        }
    ],
    "lcname": "odoo14-addon-account-check-deposit"
}
        
Elapsed time: 0.25248s