[IMP] accounting: split deferred settings
This has been done in39fffc5541
closes odoo/documentation#11163 X-original-commit:ac69e2872c
Signed-off-by: Ricardo Gomes Rodrigues (rigr) <rigr@odoo.com>
This commit is contained in:
parent
d7eb8f014b
commit
3d2422b3bd
@ -33,18 +33,16 @@ Make sure the default settings are correctly configured for your business. To do
|
|||||||
|
|
||||||
Journal
|
Journal
|
||||||
The deferral entries are posted in this journal.
|
The deferral entries are posted in this journal.
|
||||||
Deferred Expense Account
|
Deferred Revenue
|
||||||
Expenses are deferred on this Current Asset account until they are recognized.
|
|
||||||
Deferred Revenue Account
|
|
||||||
Revenues are deferred on this Current Liability account until they are recognized.
|
Revenues are deferred on this Current Liability account until they are recognized.
|
||||||
Generate Entries
|
Generate Entries
|
||||||
By default, Odoo :ref:`automatically generates <customer_invoices/deferred/generate_on_validation>`
|
By default, Odoo :ref:`automatically generates <customer_invoices/deferred/generate_on_validation>`
|
||||||
the deferral entries when you post a customer invoice. However, you can also choose to
|
the deferral entries when you post a customer invoice. However, you can also choose to
|
||||||
:ref:`generate them manually <customer_invoices/deferred/generate_manually>` by selecting the
|
:ref:`generate them manually <customer_invoices/deferred/generate_manually>` by selecting the
|
||||||
:guilabel:`Manually & Grouped` option instead.
|
:guilabel:`Manually & Grouped` option instead.
|
||||||
Amount Computation
|
Based on
|
||||||
Suppose an invoice of $1200 must be deferred over 12 months. The :guilabel:`Equal per month`
|
Suppose an invoice of $1200 must be deferred over 12 months. The :guilabel:`Months`
|
||||||
computation accounts for $100 each month, while the :guilabel:`Based on days` computation
|
computation accounts for $100 each month, while the :guilabel:`Days` computation
|
||||||
accounts for different amounts depending on the number of days in each month.
|
accounts for different amounts depending on the number of days in each month.
|
||||||
|
|
||||||
.. _customer_invoices/deferred/generate_on_validation:
|
.. _customer_invoices/deferred/generate_on_validation:
|
||||||
|
@ -33,18 +33,16 @@ Make sure the default settings are correctly configured for your business. To do
|
|||||||
|
|
||||||
Journal
|
Journal
|
||||||
The deferral entries are posted in this journal.
|
The deferral entries are posted in this journal.
|
||||||
Deferred Expense Account
|
Deferred Expense
|
||||||
Expenses are deferred on this Current Asset account until they are recognized.
|
Expenses are deferred on this Current Asset account until they are recognized.
|
||||||
Deferred Revenue Account
|
|
||||||
Revenues are deferred on this Current Liability account until they are recognized.
|
|
||||||
Generate Entries
|
Generate Entries
|
||||||
By default, Odoo :ref:`automatically generates <vendor_bills/deferred/generate_on_validation>`
|
By default, Odoo :ref:`automatically generates <vendor_bills/deferred/generate_on_validation>`
|
||||||
the deferral entries when you post a vendor bill. However, you can also choose to
|
the deferral entries when you post a vendor bill. However, you can also choose to
|
||||||
:ref:`generate them manually <vendor_bills/deferred/generate_manually>` by selecting the
|
:ref:`generate them manually <vendor_bills/deferred/generate_manually>` by selecting the
|
||||||
:guilabel:`Manually & Grouped` option instead.
|
:guilabel:`Manually & Grouped` option instead.
|
||||||
Amount Computation
|
Based on
|
||||||
Suppose a bill of $1200 must be deferred over 12 months. The :guilabel:`Equal per month`
|
Suppose a bill of $1200 must be deferred over 12 months. The :guilabel:`Months`
|
||||||
computation recognizes $100 each month, while the :guilabel:`Based on days` computation recognizes
|
computation recognizes $100 each month, while the :guilabel:`Days` computation recognizes
|
||||||
different amounts depending on the number of days in each month.
|
different amounts depending on the number of days in each month.
|
||||||
|
|
||||||
.. _vendor_bills/deferred/generate_on_validation:
|
.. _vendor_bills/deferred/generate_on_validation:
|
||||||
|
Loading…
Reference in New Issue
Block a user