Search 1.9 billion lines of Odoo code on GitHub

account_cutoff_prepaid_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_base_operating_unit, account_cutoff_prepaid, and account_operating_unit
Languages: Python (29, 33.7%), and reStructuredText (57, 66.3%)
Other branches: 10.0-magnus-prod

<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-prepaid"></a> <h2>Account Cutoff Prepaid</h2> <p>This module allows you to easily compute the prepaid revenue and prepaid expenses and to generate the related cutoff journal items. It uses the <strong>Start Date</strong> and <strong>End Date</strong> fields of journal entries (copied from the same fields of invoice lines).</p> <p>For example, if you have an insurance contrat for your company that run from April 1st 2013 to March 31st 2014, you will enter these dates as start and end dates on the supplier invoice line. If your fiscal year ends on December 31st 2013, 3 months of expenses are part of the 2014 fiscal year and should not be part of the 2013 fiscal year. So, thanks to this module, you will create a <em>Prepaid Expense</em> on December 31st 2013 and OpenERP 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.</p> <a name="configuration"></a> <h3>Configuration</h3> <p>On the form view of the company, in the <em>Configuration</em> tab, 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 Prepaid Revenue</em>,</li> <li>the <em>Default Account for Prepaid Expense</em>.</li> </ul> <a name="usage"></a> <h3>Usage</h3> <p>To compute the prepaid revenue, go to the menu <em>Accounting &gt; Cut-offs &gt; Prepaid 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 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 <em>Create Journal Entry</em>: 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 items on the next day.</p> <p>If you need to answer a question such as <em>How much revenue did I already invoice for my next fiscal year ?</em>, you will be interested by the <em>forecast</em> feature. For that, on the Prepaid Revenue form, click on the <em>Forecast</em> option and you will see 2 new fields: <em>Start Date</em> and <em>End Date</em>. Enter the start date and the end date of your next fiscal year and click on the button <em>Re-Generate lines</em>: you will see all the revenue that you already have in your source journals for that period.</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> <li>Stéphane Bidoul &lt;<a class="reference external" href="mailto:stephane.bidoul&#64;acsone.eu">stephane.bidoul&#64;acsone.eu</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>