forked from OCA/account-invoicing
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by rafaelbn
- Loading branch information
Showing
6 changed files
with
21 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,6 +32,8 @@ This module allows to show the total discount amount | |
applied to an invoice, both in the backend and the | ||
invoice PDF repot. | ||
|
||
Also it shows the discount amount in the invoice line. | ||
|
||
**Table of contents** | ||
|
||
.. contents:: | ||
|
@@ -52,6 +54,7 @@ To use this module, you need to: | |
#. Apply a discount on an invoice line. | ||
#. The values 'Discount Total' and 'Total Without Discount' | ||
will be automatically updated. | ||
#. The discount amount will be displayed on each invoice line. | ||
|
||
Bug Tracker | ||
=========== | ||
|
@@ -78,6 +81,8 @@ Contributors | |
* Alexei Rivera <[email protected]> | ||
* [APSL-Nagarro](https://apsl.tech): | ||
* Santi Amorós <[email protected]> | ||
* Moduon <https://www.moduon.team/> | ||
* Eduardo López | ||
|
||
Maintainers | ||
~~~~~~~~~~~ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,5 @@ | |
* Alexei Rivera <[email protected]> | ||
* [APSL-Nagarro](https://apsl.tech): | ||
* Santi Amorós <[email protected]> | ||
* Moduon <https://www.moduon.team/> | ||
* Eduardo López |
2 changes: 2 additions & 0 deletions
2
account_invoice_discount_display_amount/readme/DESCRIPTION.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
This module allows to show the total discount amount | ||
applied to an invoice, both in the backend and the | ||
invoice PDF repot. | ||
|
||
Also it shows the discount amount in the invoice line. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters