odoo12-addon-account-renumber


Nameodoo12-addon-account-renumber JSON
Version 12.0.1.0.0.99.dev13 PyPI version JSON
download
home_pagehttps://github.com/OCA/account-financial-tools
SummaryAccount Renumber Wizard
upload_time2023-06-09 02:38:46
maintainer
docs_urlNone
authorPexego,Tecnativa,Odoo Community Association (OCA)
requires_python>=3.5
licenseAGPL-3
keywords
VCS
bugtrack_url
requirements freezegun python-dateutil
Travis-CI No Travis.
coveralls test coverage No coveralls.
            =======================
Account Renumber Wizard
=======================

.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   !! This file is generated by oca-gen-addon-readme !!
   !! changes will be overwritten.                   !!
   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
    :target: https://odoo-community.org/page/development-status
    :alt: Beta
.. |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/12.0/account_renumber
    :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-12-0/account-financial-tools-12-0-account_renumber
    :alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
    :target: https://runbot.odoo-community.org/runbot/92/12.0
    :alt: Try me on Runbot

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

This module extends the functionality of accounting to allow the accounting
manager to renumber account moves by date only for admin.

The wizard, which is accesible from the "End of Period" menuitem,
lets you select journals, periods, and a starting number. When
launched, it renumbers all posted moves that match selected criteria
(after ordering them by date).

It will recreate the sequence number for each account move
using its journal sequence, which means that:

- Sequences per journal are supported.
- Sequences with prefixes and suffixes based on the move date are also
  supported.

**Table of contents**

.. contents::
   :local:

Usage
=====

To use this module, you need to:

#. Be an accounting manager.
#. Go to *Accounting > Adviser > Renumber journal entries*.
#. Choose the *First number* of the journal entry that you want. It will be
   used to start numbering from there on.
#. Choose the *Starting date* and *Ending date*, to set when you want the
   process to begin and end.
#. Choose the journals where you want to perform the renumberings.
#. Press *Renumber*.

Now, the wizard will locate all journal entries found in those journals and
dates, and start numbering them without gaps in a sequential order that starts
with the *First number* you chose and matches the entry date order.

If no matches are found, you will be alerted. Otherwise, you will be redirected
to a view of all the entries that have been renumbered.

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 smashing it by providing a detailed and welcomed
`feedback <https://github.com/OCA/account-financial-tools/issues/new?body=module:%20account_renumber%0Aversion:%2012.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
~~~~~~~

* Pexego
* Tecnativa

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

* Jordi Llinares
* `Joaquín Gutiérrez <http://www.gutierrezweb.es>`_
* `Tecnativa <https://www.tecnativa.com>`_:

  * Pedro M. Baeza
  * Jairo Llopis
  * David Vidal
  * Vicent Cubells

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/12.0/account_renumber>`_ 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": "odoo12-addon-account-renumber",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.5",
    "maintainer_email": "",
    "keywords": "",
    "author": "Pexego,Tecnativa,Odoo Community Association (OCA)",
    "author_email": "support@odoo-community.org",
    "download_url": "",
    "platform": null,
    "description": "=======================\nAccount Renumber Wizard\n=======================\n\n.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n   !! This file is generated by oca-gen-addon-readme !!\n   !! changes will be overwritten.                   !!\n   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n\n.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png\n    :target: https://odoo-community.org/page/development-status\n    :alt: Beta\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/12.0/account_renumber\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-12-0/account-financial-tools-12-0-account_renumber\n    :alt: Translate me on Weblate\n.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png\n    :target: https://runbot.odoo-community.org/runbot/92/12.0\n    :alt: Try me on Runbot\n\n|badge1| |badge2| |badge3| |badge4| |badge5| \n\nThis module extends the functionality of accounting to allow the accounting\nmanager to renumber account moves by date only for admin.\n\nThe wizard, which is accesible from the \"End of Period\" menuitem,\nlets you select journals, periods, and a starting number. When\nlaunched, it renumbers all posted moves that match selected criteria\n(after ordering them by date).\n\nIt will recreate the sequence number for each account move\nusing its journal sequence, which means that:\n\n- Sequences per journal are supported.\n- Sequences with prefixes and suffixes based on the move date are also\n  supported.\n\n**Table of contents**\n\n.. contents::\n   :local:\n\nUsage\n=====\n\nTo use this module, you need to:\n\n#. Be an accounting manager.\n#. Go to *Accounting > Adviser > Renumber journal entries*.\n#. Choose the *First number* of the journal entry that you want. It will be\n   used to start numbering from there on.\n#. Choose the *Starting date* and *Ending date*, to set when you want the\n   process to begin and end.\n#. Choose the journals where you want to perform the renumberings.\n#. Press *Renumber*.\n\nNow, the wizard will locate all journal entries found in those journals and\ndates, and start numbering them without gaps in a sequential order that starts\nwith the *First number* you chose and matches the entry date order.\n\nIf no matches are found, you will be alerted. Otherwise, you will be redirected\nto a view of all the entries that have been renumbered.\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 smashing it by providing a detailed and welcomed\n`feedback <https://github.com/OCA/account-financial-tools/issues/new?body=module:%20account_renumber%0Aversion:%2012.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* Pexego\n* Tecnativa\n\nContributors\n~~~~~~~~~~~~\n\n* Jordi Llinares\n* `Joaqu\u00edn Guti\u00e9rrez <http://www.gutierrezweb.es>`_\n* `Tecnativa <https://www.tecnativa.com>`_:\n\n  * Pedro M. Baeza\n  * Jairo Llopis\n  * David Vidal\n  * Vicent Cubells\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/12.0/account_renumber>`_ project on GitHub.\n\nYou are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.\n\n\n",
    "bugtrack_url": null,
    "license": "AGPL-3",
    "summary": "Account Renumber Wizard",
    "version": "12.0.1.0.0.99.dev13",
    "project_urls": {
        "Homepage": "https://github.com/OCA/account-financial-tools"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b35b8d4de1302998e76bf34ad8b2bad1ec5c6d786aa876255173b1cb63787da0",
                "md5": "cf52f2ff5e5a4cbf220f36bf9c47bfad",
                "sha256": "ed571f8f5e916ba796818a1a9a5149a919a3f0ca088390cdd034ca2fd2b6b155"
            },
            "downloads": -1,
            "filename": "odoo12_addon_account_renumber-12.0.1.0.0.99.dev13-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "cf52f2ff5e5a4cbf220f36bf9c47bfad",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.5",
            "size": 121455,
            "upload_time": "2023-06-09T02:38:46",
            "upload_time_iso_8601": "2023-06-09T02:38:46.528189Z",
            "url": "https://files.pythonhosted.org/packages/b3/5b/8d4de1302998e76bf34ad8b2bad1ec5c6d786aa876255173b1cb63787da0/odoo12_addon_account_renumber-12.0.1.0.0.99.dev13-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-09 02:38:46",
    "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": "python-dateutil",
            "specs": []
        }
    ],
    "lcname": "odoo12-addon-account-renumber"
}
        
Elapsed time: 0.07701s