Search 1.9 billion lines of Odoo code on GitHub

account_cutoff_accrual_dates_operating_unit

Author: Magnus,Odoo Community Association (OCA)
License: AGPL-3
Branch: 10.0-end-of-mixed-magnuscolors-repo
Repository: magnuscolors/operating-unit
Dependencies: account_cutoff_accrual_dates, account_cutoff_base_operating_unit, and account_operating_unit
Languages: Python (29, 41.4%), and reStructuredText (41, 58.6%)

<a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.svg"> </a> <a name="account-cutoff-accrual-dates"></a> <h2>Account Cutoff Accrual Dates</h2> <p>This module allows you to easily compute the accrued revenue and accrued expenses based on the <strong>Start Date</strong> and <strong>End Date</strong> of journal items (copied from the same fields of invoice lines) and to generate the related cutoff journal items.</p> <p>For example, imagine that you have an activity where you invoice at the begining of each quarter the period corresponding to the previous quarter. So, on January 10th 2018, you generate customer invoices for the period running from October 1st 2017 to December 31st 2017. If your fiscal year ends on December 31st, you will need to provision in 2017 the revenue that is invoiced in 2018 that cover 2017. With this module, you will create an <em>Accrued Revenue</em> on December 31st 2017 and Odoo will identify the customer invoices that are dated after December 31st 2017 and that cover a period before December 31st 2017 (totally or in part).</p> <a name="configuration"></a> <h3>Configuration</h3> <p>On the Accounting configuration page available via the menu <em>Accounting &gt; Configuration &gt; Settings</em>, there is a <em>Cut-offs</em> section where you can configure:</p> <ul class="simple"> <li>the <em>Default Cut-off Journal</em>, which is the journal in which the cut-off journal items will be generated by default,</li> <li>the <em>Default Account for Accrued Revenue</em>,</li> <li>the <em>Default Account for Accrued Expense</em>.</li> </ul> <a name="usage"></a> <h3>Usage</h3> <p>To compute the accrued revenue, go to the menu <em>Accounting &gt; Cut-offs &gt; Accrued Revenue</em> and click on the <em>Create</em> button. Enter the cut-off date, check that the source journals contains all your sale journals and click on the button <em>Re-Generate lines</em>: Odoo will scan all the journal entries of the source journals and will get all the lines that have a start date before or equal to the cut-off date and, for each line, it will compute the revenue to provision. If you agree with the result, click on the button <em>Create Journal Entry</em>: Odoo will generate an account move at the cut-off date to provision these revenue. Hint: you can then use the reversal feature to generate the reverse journal items on the next day.</p> <a class="reference external image-reference" href="https://runbot.odoo-community.org/runbot/89/10.0"><img alt="Try me on Runbot" src="https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas" /></a> <a name="bug-tracker"></a> <h3>Bug Tracker</h3> <p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/account-closing/issues">GitHub Issues</a>. 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.</p> <a name="credits"></a> <h3>Credits</h3> <a name="contributors"></a> <h4>Contributors</h4> <ul class="simple"> <li>Alexis de Lattre &lt;<a class="reference external" href="mailto:alexis.delattre&#64;akretion.com">alexis.delattre&#64;akretion.com</a>&gt;</li> </ul> <a name="maintainer"></a> <h4>Maintainer</h4> <a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a> <p>This module is maintained by the OCA.</p> <p>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.</p> <p>To contribute to this module, please visit <a class="reference external" href="https://odoo-community.org">https://odoo-community.org</a>.</p>