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,6 +1,7 @@
<?php
return [
return array(
'Combination ref : ' => 'Réf. combinaison : ',
'Customer Number' => 'Numéro de client',
'DELIVERY' => 'LIVRAISON',
'Delivery address' => 'Adresse de livraison',
@@ -14,20 +15,20 @@ return [
'Payment module' => 'Module de paiement',
'Phone: ' => 'Tél.: ',
'Postage' => 'Frais de livraison',
'Postage without tax' => 'Frais de livraison HT',
'Product' => 'Produit',
'Product ref : ' => 'Réf. produit : ',
'Quantity' => 'Quantité',
'Ref' => 'Réf.',
'Tax' => 'Taxe',
'Total taxes' => 'Total taxes',
'Taxed total' => 'Total TTC',
'Total' => 'Total',
'Total with tax' => 'Sous-total matériel TTC',
'Total without tax' => 'Sous-total matériel HT',
'Total products with tax' => 'Total products with tax',
'Total products without tax' => 'Total matériel HT',
'Total taxes' => 'Total taxes',
'Total with tax' => 'Total matériel TTC',
'Total without tax' => 'Sous-total HT',
'Unit taxed price' => 'Prix unitaire TTC',
'Unit. price' => 'Prix unitaire',
'delivery.imprint' => 'delivery.imprint',
'invoice.imprint' => 'invoice.imprint',
'page' => 'page',
'product' => 'Produit',
];
);