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,18 @@
<?php
return [
'DELIVERY' => 'التوصيل',
'Delivery address' => 'عنوان التوصيل',
'Delivery module' => 'طريقة التوصيل',
'Discount' => 'خصم',
'INVOICE' => 'الفاتورة',
'Invoice REF' => 'مرجع الفاتورة',
'Postage' => 'الارسالية',
'Quantity' => 'الكمية',
'Ref' => 'المرجع',
'Total' => 'الإجمالي',
'Total with tax' => 'الإجمالي مع الضريبة',
'Total without tax' => 'المجموع بدون ضريبة',
'page' => 'الصفحة',
'product' => 'المنتج',
];

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ží',
];

View File

@@ -0,0 +1,31 @@
<?php
return [
'Customer Number' => 'Kundennummer',
'DELIVERY' => 'LIEFERUNG',
'Delivery address' => 'Lieferadresse',
'Delivery module' => 'Liefermodul',
'Discount' => 'Rabatt',
'Email: ' => 'E-Mail-Adresse: ',
'INVOICE' => 'RECHNUNG',
'Invoice REF' => 'Rechnungs REF',
'Invoice address' => 'Rechungsadresse',
'Invoice date' => 'Rechnungsdatum',
'Payment module' => 'Zahlungsmodul',
'Phone: ' => 'Telefonnummer: ',
'Postage' => 'Porto',
'Product' => 'Produkt',
'Quantity' => 'Menge',
'Ref' => 'REF',
'Tax' => 'Taxe',
'Taxed total' => 'Gesamtsumme',
'Total' => 'Gesamtsumme',
'Total with tax' => 'Gesamtpreis inkl. Steuern',
'Total without tax' => 'Gesamtpreis exkl. Steuern',
'Unit taxed price' => 'Besteuert Einzelpreis',
'Unit. price' => 'Einzelpreis',
'delivery.imprint' => 'delivery.imprint',
'invoice.imprint' => 'invoice.imprint',
'page' => 'Seite',
'product' => 'Produkt',
];

View File

@@ -0,0 +1,15 @@
<?php
return [
'DELIVERY' => 'ΠΑΡΑΔΟΣΗ',
'Delivery address' => 'Διεύθυνση παράδοσης',
'INVOICE' => 'ΤΙΜΟΛΟΓΙΟ',
'Invoice REF' => 'Αναφ Τιμολογίου',
'Quantity' => 'Ποσότητα',
'Ref' => 'Αναφ',
'Total' => 'Σύνολο',
'Total with tax' => 'Σύνολο με ΦΠΑ',
'Total without tax' => 'Σύνολο χωρίς ΦΠΑ',
'page' => 'σελίδα',
'product' => 'προϊόν',
];

View File

@@ -0,0 +1,33 @@
<?php
return array(
'Combination ref : ' => 'Combination ref : ',
'Customer Number' => 'Customer Number',
'DELIVERY' => 'DELIVERY',
'Delivery address' => 'Delivery address',
'Delivery module' => 'Delivery module',
'Discount' => 'Discount',
'Email: ' => 'Email: ',
'INVOICE' => 'INVOICE',
'Invoice REF' => 'Invoice REF',
'Invoice address' => 'Invoice address',
'Invoice date' => 'Invoice date',
'Payment module' => 'Payment module',
'Phone: ' => 'Phone: ',
'Postage' => 'Postage',
'Postage without tax' => 'Postage without tax',
'Product' => 'Product',
'Product ref : ' => 'Product ref : ',
'Quantity' => 'Quantity',
'Ref' => 'Ref',
'Tax' => 'Tax',
'Total taxes' => 'Taxes total',
'Taxed total' => 'Taxed total',
'Total' => 'Total',
'Total with tax' => 'Subtotal products incl. tax',
'Total without tax' => 'Subtotal products without tax',
'Unit taxed price' => 'Unit taxed price',
'Unit. price' => 'Unit. price',
'page' => 'page',
'product' => 'product',
);

View File

@@ -0,0 +1,31 @@
<?php
return [
'Customer Number' => 'Número de cliente',
'DELIVERY' => 'ENTREGA',
'Delivery address' => 'Dirección de entrega',
'Delivery module' => 'Módulo de entrega',
'Discount' => 'Descuento',
'Email: ' => 'Correo electrónico: ',
'INVOICE' => 'FACTURA',
'Invoice REF' => 'REF de factura ',
'Invoice address' => 'Dirección de facturación',
'Invoice date' => 'Fecha factura',
'Payment module' => 'Módulo de pago',
'Phone: ' => 'Teléfono: ',
'Postage' => 'Gastos de envío',
'Product' => 'Producto',
'Quantity' => 'Cantidad',
'Ref' => 'Ref',
'Tax' => 'Impuestos',
'Taxed total' => 'Total impuesto',
'Total' => 'Total',
'Total with tax' => 'Total IVA inc.',
'Total without tax' => 'Total sin impuestos',
'Unit taxed price' => 'Precio unitario IVA incluido',
'Unit. price' => 'Precio unitario',
'delivery.imprint' => 'delivery.imprint',
'invoice.imprint' => 'invoice.Imprint',
'page' => 'Página',
'product' => 'producto',
];

View File

@@ -0,0 +1,31 @@
<?php
return [
'Customer Number' => 'شماره مشتری',
'DELIVERY' => 'تحویل',
'Delivery address' => 'آدرس تحویل',
'Delivery module' => 'ماژول تحویل',
'Discount' => 'تخفیف',
'Email: ' => 'ایمیل: ',
'INVOICE' => 'فاکتور',
'Invoice REF' => 'شماره صورت حساب',
'Invoice address' => 'آدرس صورتحساب',
'Invoice date' => 'تاریخ فاکتور',
'Payment module' => 'ماژول پرداخت',
'Phone: ' => 'شماره تماس: ',
'Postage' => 'هزینه پست',
'Product' => 'محصول',
'Quantity' => 'تعداد',
'Ref' => 'شماره',
'Tax' => 'مالیات',
'Taxed total' => 'مجموع (با مالیات)',
'Total' => 'مجموع',
'Total with tax' => 'مجموع (با مالیات)',
'Total without tax' => 'مجموع (بدون مالیات)',
'Unit taxed price' => 'قیمت واحد مالیات خورده',
'Unit. price' => 'قیمت واحد',
'delivery.imprint' => 'delivery.imprint',
'invoice.imprint' => 'invoice.imprint',
'page' => 'صفحه',
'product' => 'محصول',
];

View File

@@ -0,0 +1,33 @@
<?php
return [
'Customer Number' => 'Numéro de client',
'DELIVERY' => 'LIVRAISON',
'Delivery address' => 'Adresse de livraison',
'Delivery module' => 'Module de livraison',
'Discount' => 'Remise',
'Email: ' => 'Email :',
'INVOICE' => 'FACTURE',
'Invoice REF' => 'Numéro de facture',
'Invoice address' => 'Adresse de facturation',
'Invoice date' => 'Date de facturation',
'Payment module' => 'Module de paiement',
'Phone: ' => 'Tél.: ',
'Postage' => 'Frais de livraison',
'Postage without tax' => 'Frais de livraison HT',
'Product' => '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',
'Unit taxed price' => 'Prix unitaire TTC',
'Unit. price' => 'Prix unitaire',
'delivery.imprint' => 'delivery.imprint',
'invoice.imprint' => 'invoice.imprint',
'page' => 'page',
'product' => 'Produit',
];

View File

@@ -0,0 +1,18 @@
<?php
return [
'Customer Number' => 'Ügyfélszám',
'Delivery address' => 'Szállítáci cím',
'Delivery module' => 'Szállítási modul',
'Discount' => 'Kedvezmény',
'Invoice date' => 'Számla kelte',
'Payment module' => 'Fizetési modul',
'Postage' => 'Szállítási költség',
'Product' => 'Termék',
'Quantity' => 'Mennyiség',
'Tax' => 'Adó',
'Taxed total' => 'Összesen (Bruttó)',
'Total' => 'Összesen',
'Unit taxed price' => 'Egységár (Bruttó)',
'Unit. price' => 'Egységár',
];

View File

@@ -0,0 +1,17 @@
<?php
return [
'DELIVERY' => 'PENGIRIMAN',
'Email: ' => 'E-mail: ',
'INVOICE' => 'FAKTUR',
'Invoice REF' => 'REF Faktur',
'Invoice address' => 'Alamat untuk faktur',
'Phone: ' => 'Telepon: ',
'Ref' => 'Ref',
'Total with tax' => 'Total termasuk pajak',
'Total without tax' => 'Total tanpa pajak',
'delivery.imprint' => 'jejak Pengiriman',
'invoice.imprint' => 'jejak Faktur',
'page' => 'halaman',
'product' => 'produk',
];

View File

@@ -0,0 +1,17 @@
<?php
return [
'Delivery address' => 'Indirizzo di consegna',
'Delivery module' => 'Modulo di consegna',
'Discount' => 'Sconto',
'Invoice date' => 'Data della fattura',
'Payment module' => 'Modulo di pagamento',
'Postage' => 'Spese di spedizione',
'Product' => 'Prodotto',
'Quantity' => 'Quantità',
'Tax' => 'Tassa',
'Taxed total' => 'Totale tassato',
'Total' => 'Totale',
'Unit taxed price' => 'Prezzo unitario tassato',
'Unit. price' => 'Prezzo unitario',
];

View File

@@ -0,0 +1,6 @@
<?php
return [
'page' => 'pagina',
'product' => 'product',
];

View File

@@ -0,0 +1,18 @@
<?php
return [
'Customer Number' => 'Numer klienta',
'DELIVERY' => 'DOSTAWA',
'Delivery address' => 'Adres dostawy',
'Email: ' => 'Email: ',
'INVOICE' => 'FAKTURA',
'Invoice REF' => 'Numer faktury',
'Invoice address' => 'Adres rozliczeniowy (do faktury)',
'Phone: ' => 'Telefon: ',
'Total with tax' => 'Suma brutto',
'Total without tax' => 'Suma netto',
'delivery.imprint' => 'delivery.imprint',
'invoice.imprint' => 'invoice.imprint',
'page' => 'strona',
'product' => 'produkt',
];

View File

@@ -0,0 +1,21 @@
<?php
return [
'Customer Number' => 'Número do cliente',
'DELIVERY' => 'ENTREGA',
'Delivery address' => 'Endereço de entrega',
'Email: ' => 'Email',
'INVOICE' => 'Fatura',
'Invoice REF' => 'Ref de fatura',
'Invoice address' => 'Endereço de fatura',
'Phone: ' => 'Telefone',
'Quantity' => 'Quantidade',
'Ref' => 'Ref',
'Total' => 'Total',
'Total with tax' => 'Preço Final c/ impostos',
'Total without tax' => 'Preço final s/ impostos',
'delivery.imprint' => 'delivery.imprint',
'invoice.imprint' => 'invoice.imprint',
'page' => 'página',
'product' => 'produto',
];

View File

@@ -0,0 +1,15 @@
<?php
return [
'DELIVERY' => 'ENTREGA',
'Email: ' => 'Email: ',
'INVOICE' => 'FATURA',
'Invoice REF' => 'Referencia da factura',
'Invoice address' => 'Morada de facturação',
'Phone: ' => 'Telefone: ',
'Ref' => 'Ref',
'Total with tax' => 'Total (com IVA)',
'Total without tax' => 'Total (sem IVA)',
'page' => 'página',
'product' => 'produto',
];

View File

@@ -0,0 +1,21 @@
<?php
return [
'Customer Number' => 'Номер клиента',
'DELIVERY' => 'ДОСТАВКА',
'Delivery address' => 'Адрес доставки',
'Email: ' => 'Эл.почта: ',
'INVOICE' => 'СЧЕТ-ФАКТУРА',
'Invoice REF' => 'Счет-фактура номер',
'Invoice address' => 'Адрес плательщика',
'Phone: ' => 'Телефон: ',
'Quantity' => 'Количество',
'Ref' => 'Номер',
'Total' => 'Итого',
'Total with tax' => 'Итого с налогом',
'Total without tax' => 'Итого без налога',
'delivery.imprint' => 'delivery.imprint',
'invoice.imprint' => 'invoice.imprint',
'page' => 'страница',
'product' => 'товар',
];

View File

@@ -0,0 +1,24 @@
<?php
return [
'Customer Number' => 'Zákaznícke číslo',
'DELIVERY' => 'DODANIE',
'Delivery address' => 'Adresa doručenia',
'Email: ' => 'E-mail: ',
'INVOICE' => 'FAKTÚRA',
'Invoice REF' => 'Číslo Faktúry',
'Invoice address' => 'Fakturačná adresa',
'Phone: ' => 'Telefón: ',
'Quantity' => 'Množstvo',
'Ref' => 'Kód',
'Tax' => 'Daň',
'Total' => 'Celkom',
'Total with tax' => 'Celkom vrátane dane',
'Total without tax' => 'Celkom bez dane',
'Unit taxed price' => 'Jednotková cena s daňou',
'Unit. price' => 'Jednotková cena',
'delivery.imprint' => 'delivery.imprint',
'invoice.imprint' => 'invoice.imprint',
'page' => 'stránka',
'product' => 'produkt',
];

View File

@@ -0,0 +1,31 @@
<?php
return [
'Customer Number' => 'Müşteri numarası',
'DELIVERY' => 'TESLİMAT',
'Delivery address' => 'Teslimat adresi',
'Delivery module' => 'Teslimat modülü',
'Discount' => 'İndirim',
'Email: ' => 'Eposta: ',
'INVOICE' => 'FATURA',
'Invoice REF' => 'Fatura ürün kodu',
'Invoice address' => 'Fatura Adresi',
'Invoice date' => 'Fatura tarihi',
'Payment module' => 'Ödeme modülü',
'Phone: ' => 'Telefon: ',
'Postage' => 'Posta',
'Product' => 'ürün',
'Quantity' => 'Adet',
'Ref' => 'Referans',
'Tax' => 'Kdv',
'Taxed total' => 'Genel Toplam [Kdv dahil]',
'Total' => 'Toplam',
'Total with tax' => 'Genel Toplam [Kdv dahil]',
'Total without tax' => 'Kdv toplam',
'Unit taxed price' => 'Birim kdv fiyatı',
'Unit. price' => 'Birim Fiyatı',
'delivery.imprint' => 'Teslimat Şekli',
'invoice.imprint' => 'Fatura Şekli',
'page' => 'sayfa',
'product' => 'Ürün',
];