[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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user