[15/07/2024] On modifie la facture pour affichage de tous les montants HT, puis des taxes, puis des TTC.

This commit is contained in:
2024-07-15 23:04:57 +02:00
parent ca3d2f4621
commit a8a412d8ce
4 changed files with 66 additions and 31 deletions

View File

@@ -7,6 +7,7 @@ return array(
'Delivery address' => 'Adresse de livraison',
'Delivery module' => 'Module de livraison',
'Discount' => 'Remise',
'Discount without tax' => 'Remise HT',
'Email: ' => 'Email :',
'INVOICE' => 'FACTURE',
'Invoice REF' => 'Numéro de facture',
@@ -16,13 +17,16 @@ return array(
'Phone: ' => 'Tél.: ',
'Postage' => 'Frais de livraison',
'Postage TTC' => 'Frais de livraison TTC',
'Postage without tax' => 'Frais de livraison HT',
'Product' => 'Produit',
'Product ref : ' => 'Réf. produit : ',
'Products' => 'Matériel',
'Quantity' => 'Quantité',
'Ref' => 'Réf.',
'Tax' => 'Taxe',
'Taxed total' => 'Total TTC',
'Total' => 'Total',
'Total products with tax' => 'Total matériel TTC',
'Total products without tax' => 'Total matériel HT',
'Total taxes' => 'Total taxes',
'Total to pay' => 'Total à payer',