añadido sal global discount desde OCA/sale-workflow

This commit is contained in:
santiky 2022-03-16 20:28:26 +01:00
parent d6583b9333
commit 1763d458c3
Signed by: snt
GPG key ID: A9FD34930EADBE71
20 changed files with 1334 additions and 0 deletions

View file

@ -0,0 +1,14 @@
To configure this module, you need to:
#. Go to *Settings > Technical > Parameters > Global Discounts*
#. Add a new discount.
#. Choose the discount scope (sales or purchases).
#. You can also restrict it to a certain company if needed.
You can assign global discounts to partners as well:
#. Go to a partner that is a company.
#. Go to the *Sales & Purchases* tab.
#. In section sale (if the partner is a customer), you can set sale discounts.
#. In section purchase (if the partner is a supplier), you can set purchase
discounts.

View file

@ -0,0 +1,4 @@
* `Tecnativa <https://www.tecnativa.com>`_
* David Vidal
* Pedro M. Baeza

View file

@ -0,0 +1,2 @@
Apply global financial discounts to sales that will be transmited to invoices
and accounting.

View file

@ -0,0 +1,3 @@
* Not all the taxes combination can be compatible with global discounts. An
error is raised in that cases.
* Currently, taxes in invoice lines are mandatory with global discounts.

View file

@ -0,0 +1,9 @@
To use this module, you need to:
#. Create a new sale order and choose a partner.
#. If the partner has customer global discounts set, those will be applied to
the order by default.
#. Otherwise, you can set them manually from the header of the sale order.
#. In the order footer, you can see the computed discounts.
#. When you create an invoice from the order, the proper global discounts will
be applied on it.