On reprend le template de la facture de la 2.3.4 + intégration des spécificités L&D (logo, détail de la TVA, commentaire de l'admin sur la commande)

This commit is contained in:
2020-05-03 11:00:25 +02:00
parent 3f71343401
commit 87ab48357e
25 changed files with 1634 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
<?php
return [
'Customer Number' => 'Číslo zákazníka',
'DELIVERY' => 'DODÁNÍ',
'Delivery address' => 'Doručovací adresa',
'Email: ' => 'Email: ',
'INVOICE' => 'FAKTURA',
'Invoice REF' => 'Faktura číslo',
'Invoice address' => 'Fakturační adresa',
'Phone: ' => 'Tel.: ',
'Quantity' => 'Množství',
'Ref' => 'Číslo',
'Total' => 'Celkem',
'Total with tax' => 'Celkem včetně daně',
'Total without tax' => 'Celkem bez daně',
'delivery.imprint' => 'delivery.imprint',
'invoice.imprint' => 'invoice.imprint',
'page' => 'stránka',
'product' => 'zboží',
];