Skip to content

Commit 1a91bb5

Browse files
committed
[IMP] Taxes: Cleanup after fixes to computations
task-5094417 We missed a few things in the improvements to the tax computations documentation. This commit just cleans them up.
1 parent 2bbde02 commit 1a91bb5

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

content/applications/finance/accounting/taxes.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,10 @@ Python code
225225
can be defined as a :ref:`Fixed <taxes/computation/fixed>` tax. Doing so is strongly recommended
226226
over defining a :guilabel:`Python Code` tax.
227227

228+
.. note::
229+
To use :guilabel:`Custom Formula` taxes, :ref:`install <general/install>` the :guilabel:`Define
230+
Taxes as Python Code` (`account_python_tax`) module.
231+
228232
A tax defined as :guilabel:`Python Code` consists of two snippets of Python code that are executed
229233
in a local environment that can access the unit price, quantity, product, and partner.
230234
:guilabel:`Python Code` defines the amount of the tax, and :guilabel:`Applicable Code` defines
@@ -387,17 +391,15 @@ tax-inclusive.
387391
For a guide on configuring tax-excluded and tax-included prices for B2B and B2C customers,
388392
see :doc:`taxes/B2B_B2C`.
389393

390-
.. image:: taxes/toggle-button.png
391-
392394
.. _taxes/base-subsequent:
393395

394396
Affect base of subsequent taxes
395397
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
396398

397399
If this setting is enabled, any subsequent tax applied on the same product line that has
398400
:ref:`taxes/base-affected` will be based on a modified sales price. The exact behavior depends on
399-
whether the tax with :guilabel:`Affect base of subsequent taxes` is :ref:`taxes/included-in-price`
400-
or not.
401+
whether the tax with :guilabel:`Affect base of subsequent taxes` is :ref:`Included in Price
402+
<taxes/included-in-price>` or not.
401403

402404
.. tabs::
403405
.. tab:: Tax-excluded
-7.87 KB
Binary file not shown.

0 commit comments

Comments
 (0)