Clarification de la facture, avec HT, TTC, remise, FDP...

This commit is contained in:
2020-11-04 17:33:19 +01:00
parent a1e577732b
commit 6d640923e0
3 changed files with 55 additions and 22 deletions

View File

@@ -1,4 +1,11 @@
<?php
return [
'pdf.default2020' => [
'Discount' => 'Remise TTC',
'Postage' => 'Frais de livraison TTC',
'Total products with tax' => 'Total matériel TTC',
'Total taxes' => 'Total taxes',
'Total with tax' => 'Total TTC',
],
];