odoo10-addon-account-fiscal-year-closing


Nameodoo10-addon-account-fiscal-year-closing JSON
Version 10.0.1.0.0 PyPI version JSON
download
home_pagehttps://www.tecnativa.org/
SummaryGeneric fiscal year closing wizard
upload_time2017-11-07 05:30:06
maintainer
docs_urlNone
authorTecnativa, Odoo Community Association (OCA)
requires_python~=2.7
licenseAGPL-3
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
   :target: https://www.gnu.org/licenses/agpl-3.0-standalone.html
   :alt: License: AGPL-3

===================
Fiscal year closing
===================

This module implements a generic fiscal year closing system for those
countries where closing/opening moves or other kind of closing operations are
mandatory in accounting books.

It includes a template mechanism that can be used in localizations for
providing the possible configurations to be used by the closing engine.

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

If you want to add a closing template or check existing ones:

#. Go to *Accounting > Configuration > Fiscal year closing > Closing templates*.
#. Click on Create.
#. Put a name for the template.
#. Mark if you want to check if there's any draft move in the date range
   before making the closing operations.
#. Select the chart templates for which companies that have this chart you want
   this template to be available for.
#. Add one line for each of the journal entries you want to create on the
   closing operation.
#. This line has a name, a code, an optional journal (selectable per company),
   a sequence for ordering this line with the others, and the type we want to
   assign on the resulting journal entry created.
#. Then you can configure accounts for being mapped on the section
   "Accounts mapping".
#. If you put a destination account on each mapping line, then the balance of
   the source account will be transferred to that account.
#. If there's no destination account, then the balance of the account will be
   nullified through one or several journal items with the opposite balance.
#. The way these opposite journal items will be created is determined by the
   closing type in the section "Account closing types":

   * Balance: There will be only one journal item with the opposite balance.
   * Un-reconciled: The opposite balance will be grouped by the partner field
     in the period journal entries.

#. There's a default closing type to use, and you can specify others by
   account type.
#. You can configure a closing operation for being the reverse move of another
   previous move generated by a closing operation (typically, the opening
   move after the closing one). For making that, fill the "Inverse config"
   field with the code of the closing operation you want to reverse, and
   place this operation after that one (not necessarily immediately after).
#. If you also want to reconcile the balances of the inverted journal items and
   the initial ones, click on the check "Reconcile".

You can check l10n_es_account_fiscal_year_closing in OCA/l10n-spain for several
examples of closing templates.

Usage
=====

For closing a fiscal year:

#. Go to *Accounting > Adviser > Fiscal year closings*
#. Click on create.
#. Select the year for which you want to perform the closing. If your fiscal
   year doesn't coincide with a natural year, input the last year of both of
   the involved years.
#. Select the closing template you want to use.
#. Click on "Calculate".
#. Check the result clicking on the "Show Moves" or "Show Move Lines" buttons.
#. If everything is OK, then click on "Confirm and post moves" for finishing
   the closing, posting and reconciling the journal entries.
#. You can cancel the closing in any moment pressing "Cancel" button, which
   unreconciles and removes closing journal entries.
#. If one of the created journal entries is unbalanced, as Odoo doesn't allow
   to create unbalanced entries, a new screen will be shown for checking the
   problem on the created entry.

.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
   :alt: Try me on Runbot
   :target: https://runbot.odoo-community.org/runbot/89/10.0


Known issues / Roadmap
======================

* Develop tests.

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

Bugs are tracked on `GitHub Issues
<https://github.com/OCA/account-closing/issues>`_. In case of trouble, please
check there if your issue has already been reported. If you spotted it first,
help us smashing it by providing a detailed and welcomed feedback.

Credits
=======

Images
------

* Odoo Community Association: `Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`_.

Contributors
------------

* Antonio Espinosa <antonio.espinosa@tecnativa.com>
* Pedro M. Baeza <pedro.baeza@tecnativa.com>

Maintainer
----------

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

This module is maintained by the OCA.

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.

To contribute to this module, please visit https://odoo-community.org.



            

Raw data

            {
    "_id": null,
    "home_page": "https://www.tecnativa.org/",
    "name": "odoo10-addon-account-fiscal-year-closing",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "~=2.7",
    "maintainer_email": "",
    "keywords": "",
    "author": "Tecnativa, Odoo Community Association (OCA)",
    "author_email": "support@odoo-community.org",
    "download_url": "",
    "platform": "",
    "description": ".. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg\n   :target: https://www.gnu.org/licenses/agpl-3.0-standalone.html\n   :alt: License: AGPL-3\n\n===================\nFiscal year closing\n===================\n\nThis module implements a generic fiscal year closing system for those\ncountries where closing/opening moves or other kind of closing operations are\nmandatory in accounting books.\n\nIt includes a template mechanism that can be used in localizations for\nproviding the possible configurations to be used by the closing engine.\n\nConfiguration\n=============\n\nIf you want to add a closing template or check existing ones:\n\n#. Go to *Accounting > Configuration > Fiscal year closing > Closing templates*.\n#. Click on Create.\n#. Put a name for the template.\n#. Mark if you want to check if there's any draft move in the date range\n   before making the closing operations.\n#. Select the chart templates for which companies that have this chart you want\n   this template to be available for.\n#. Add one line for each of the journal entries you want to create on the\n   closing operation.\n#. This line has a name, a code, an optional journal (selectable per company),\n   a sequence for ordering this line with the others, and the type we want to\n   assign on the resulting journal entry created.\n#. Then you can configure accounts for being mapped on the section\n   \"Accounts mapping\".\n#. If you put a destination account on each mapping line, then the balance of\n   the source account will be transferred to that account.\n#. If there's no destination account, then the balance of the account will be\n   nullified through one or several journal items with the opposite balance.\n#. The way these opposite journal items will be created is determined by the\n   closing type in the section \"Account closing types\":\n\n   * Balance: There will be only one journal item with the opposite balance.\n   * Un-reconciled: The opposite balance will be grouped by the partner field\n     in the period journal entries.\n\n#. There's a default closing type to use, and you can specify others by\n   account type.\n#. You can configure a closing operation for being the reverse move of another\n   previous move generated by a closing operation (typically, the opening\n   move after the closing one). For making that, fill the \"Inverse config\"\n   field with the code of the closing operation you want to reverse, and\n   place this operation after that one (not necessarily immediately after).\n#. If you also want to reconcile the balances of the inverted journal items and\n   the initial ones, click on the check \"Reconcile\".\n\nYou can check l10n_es_account_fiscal_year_closing in OCA/l10n-spain for several\nexamples of closing templates.\n\nUsage\n=====\n\nFor closing a fiscal year:\n\n#. Go to *Accounting > Adviser > Fiscal year closings*\n#. Click on create.\n#. Select the year for which you want to perform the closing. If your fiscal\n   year doesn't coincide with a natural year, input the last year of both of\n   the involved years.\n#. Select the closing template you want to use.\n#. Click on \"Calculate\".\n#. Check the result clicking on the \"Show Moves\" or \"Show Move Lines\" buttons.\n#. If everything is OK, then click on \"Confirm and post moves\" for finishing\n   the closing, posting and reconciling the journal entries.\n#. You can cancel the closing in any moment pressing \"Cancel\" button, which\n   unreconciles and removes closing journal entries.\n#. If one of the created journal entries is unbalanced, as Odoo doesn't allow\n   to create unbalanced entries, a new screen will be shown for checking the\n   problem on the created entry.\n\n.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas\n   :alt: Try me on Runbot\n   :target: https://runbot.odoo-community.org/runbot/89/10.0\n\n\nKnown issues / Roadmap\n======================\n\n* Develop tests.\n\nBug Tracker\n===========\n\nBugs are tracked on `GitHub Issues\n<https://github.com/OCA/account-closing/issues>`_. In case of trouble, please\ncheck there if your issue has already been reported. If you spotted it first,\nhelp us smashing it by providing a detailed and welcomed feedback.\n\nCredits\n=======\n\nImages\n------\n\n* Odoo Community Association: `Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`_.\n\nContributors\n------------\n\n* Antonio Espinosa <antonio.espinosa@tecnativa.com>\n* Pedro M. Baeza <pedro.baeza@tecnativa.com>\n\nMaintainer\n----------\n\n.. image:: https://odoo-community.org/logo.png\n   :alt: Odoo Community Association\n   :target: https://odoo-community.org\n\nThis module is maintained by the OCA.\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\nTo contribute to this module, please visit https://odoo-community.org.\n\n\n",
    "bugtrack_url": null,
    "license": "AGPL-3",
    "summary": "Generic fiscal year closing wizard",
    "version": "10.0.1.0.0",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9151702ab93eb5bffb235288a2186ad421063d617387192615840d1bb7ad5040",
                "md5": "080171cb7921d2486068f2f333d2f002",
                "sha256": "eaea21fb63943c091ffa864e450dec345cf81ff95581cfe7446c6dc3fbde4436"
            },
            "downloads": -1,
            "filename": "odoo10_addon_account_fiscal_year_closing-10.0.1.0.0-py2-none-any.whl",
            "has_sig": false,
            "md5_digest": "080171cb7921d2486068f2f333d2f002",
            "packagetype": "bdist_wheel",
            "python_version": "py2",
            "requires_python": "~=2.7",
            "size": 45549,
            "upload_time": "2017-11-07T05:30:06",
            "upload_time_iso_8601": "2017-11-07T05:30:06.528911Z",
            "url": "https://files.pythonhosted.org/packages/91/51/702ab93eb5bffb235288a2186ad421063d617387192615840d1bb7ad5040/odoo10_addon_account_fiscal_year_closing-10.0.1.0.0-py2-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2017-11-07 05:30:06",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "odoo10-addon-account-fiscal-year-closing"
}
        
Elapsed time: 0.04582s