mirror of
https://gitlab.com/flectra-community/account-closing.git
synced 2024-11-22 13:42:06 +00:00
146 lines
5.8 KiB
ReStructuredText
146 lines
5.8 KiB
ReStructuredText
|
===============================
|
||
|
Account Cut-off Start End Dates
|
||
|
===============================
|
||
|
|
||
|
..
|
||
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||
|
!! This file is generated by oca-gen-addon-readme !!
|
||
|
!! changes will be overwritten. !!
|
||
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||
|
!! source digest: sha256:993e99e41cabdbe6ab8836d1ea07e5aa562370935b7372a3fde055785095127c
|
||
|
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||
|
|
||
|
.. |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--closing-lightgray.png?logo=github
|
||
|
:target: https://github.com/OCA/account-closing/tree/17.0/account_cutoff_start_end_dates
|
||
|
:alt: OCA/account-closing
|
||
|
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
|
||
|
:target: https://translation.odoo-community.org/projects/account-closing-17-0/account-closing-17-0-account_cutoff_start_end_dates
|
||
|
: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-closing&target_branch=17.0
|
||
|
:alt: Try me on Runboat
|
||
|
|
||
|
|badge1| |badge2| |badge3| |badge4| |badge5|
|
||
|
|
||
|
This module allows you to easily compute the prepaid revenue/expenses
|
||
|
and also the revenue/expense accruals by using the **Start Date** and
|
||
|
**End Date** fields of invoice lines/journal items.
|
||
|
|
||
|
For example, if you have an insurance contrat invoiced in April 2020
|
||
|
that run from April 1st 2020 to March 31st 2021, you will enter these
|
||
|
dates as start and end dates on the supplier invoice line. If your
|
||
|
fiscal year ends on December 31st 2020, 3 months of expenses are part of
|
||
|
the 2021 fiscal year and should not be part of the 2020 fiscal year. So,
|
||
|
thanks to this module, you will create a *Prepaid Expense* on December
|
||
|
31st 2020 and Odoo will identify this expense with the 3 months that are
|
||
|
after the cut-off date and propose to generate the appropriate cut-off
|
||
|
journal entry.
|
||
|
|
||
|
Another example: you have a UPS invoice dated January 5th 2021 that
|
||
|
covers the shipments of December 2020. When you encode this vendor bill,
|
||
|
set the start date as December 1st 2020 and the end date as December
|
||
|
31st 2020. Then, thanks to this module, you will create an *Expense
|
||
|
Accrual* dated December 31st 2020 that will generate a cut-off journal
|
||
|
entry that will "move" the UPS expense from 2021 to 2020.
|
||
|
|
||
|
**Table of contents**
|
||
|
|
||
|
.. contents::
|
||
|
:local:
|
||
|
|
||
|
Configuration
|
||
|
=============
|
||
|
|
||
|
Please refer to the **CONFIGURATION** section of the README of the
|
||
|
module *account_cutoff_base*.
|
||
|
|
||
|
Usage
|
||
|
=====
|
||
|
|
||
|
To compute the prepaid revenue, go to the menu *Accounting > Cut-offs >
|
||
|
Prepaid Revenue* and click on the *Create* button. Enter the cut-off
|
||
|
date, check that the source journals contains all your sale journals and
|
||
|
click on the button *Re-Generate lines*: Odoo will scan all the journal
|
||
|
entries of the source journals and will get all the lines that have an
|
||
|
end date after the cut-off date and, for each line, it will compute the
|
||
|
prepaid revenue. If you agree with the result, click on the button
|
||
|
*Create Journal Entry*: Odoo will generate an account move at the
|
||
|
cut-off date to cut these prepaid revenue. Hint: you can then use the
|
||
|
reversal feature to generate the reverse journal entry on the next day.
|
||
|
|
||
|
If you need to answer a question such as *How much revenue did I already
|
||
|
invoice for my next fiscal year ?*, you will be interested by the
|
||
|
*forecast* feature. For that, on the Prepaid Revenue form, click on the
|
||
|
*Forecast* option and you will see 2 new fields: *Start Date* and *End
|
||
|
Date*. Enter the start date and the end date of your next fiscal year
|
||
|
and click on the button *Re-Generate lines*: you will see all the
|
||
|
revenue that you already have in your source journals for that period.
|
||
|
|
||
|
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 to smash it by providing a detailed and welcomed
|
||
|
`feedback <https://github.com/OCA/account-closing/issues/new?body=module:%20account_cutoff_start_end_dates%0Aversion:%2017.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
|
||
|
|
||
|
Contributors
|
||
|
------------
|
||
|
|
||
|
- Alexis de Lattre <alexis.delattre@akretion.com>
|
||
|
|
||
|
- Stéphane Bidoul <stephane.bidoul@acsone.eu>
|
||
|
|
||
|
- Jim Hoefnagels <jim.hoefnagels@dynapps.be>
|
||
|
|
||
|
- `Trobz <https://trobz.com>`__:
|
||
|
|
||
|
- Dzung Tran <dungtd@trobz.com>
|
||
|
- Thao Le thaolt@trobz.com
|
||
|
|
||
|
Other credits
|
||
|
-------------
|
||
|
|
||
|
The migration of this module from 16.0 to 17.0 was financially supported
|
||
|
by Camptocamp
|
||
|
|
||
|
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.
|
||
|
|
||
|
.. |maintainer-alexis-via| image:: https://github.com/alexis-via.png?size=40px
|
||
|
:target: https://github.com/alexis-via
|
||
|
:alt: alexis-via
|
||
|
|
||
|
Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:
|
||
|
|
||
|
|maintainer-alexis-via|
|
||
|
|
||
|
This module is part of the `OCA/account-closing <https://github.com/OCA/account-closing/tree/17.0/account_cutoff_start_end_dates>`_ project on GitHub.
|
||
|
|
||
|
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
|