Here in France we have several tax rates, depending on the type of product we sell.
To comply with the french regulation, we need to add a table in the quotes (and the invoices) showing this :
Code | Rate | Amount |
1 | 20% | XX € |
2 | 10% | XX € |
3 | 5,5% | XX € |
4 | 2,1% | XX € |
5 |
|
|
|
| TOTAL : x € |
XX€ would be the sum of taxes on all quote lines, per tax type.
TOTAL would be the sum of all taxes amounts
How is it possible to do this ?
Thank you !