Skip to content

Commit 12f4b4c

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 12f4b4c

File tree

1 file changed

+4
-2
lines changed
  • content/applications/finance/accounting

1 file changed

+4
-2
lines changed

content/applications/finance/accounting/taxes.rst

Lines changed: 4 additions & 2 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,8 +391,6 @@ 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

0 commit comments

Comments
 (0)