Improved pdf template

This commit is contained in:
Julien Chanséaume
2014-07-29 10:47:13 +02:00
committed by Julien Chanseaume
parent 953a6300f9
commit 4f8b17bfef
4 changed files with 377 additions and 219 deletions

View File

@@ -1,18 +1,22 @@
<?php
return array(
'Custmer Number' => 'Custmer Number',
'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',
'Product' => 'Product',
'Quantity' => 'Quantity',
'Ref' => 'Ref',
'THANK YOU' => 'THANK YOU',
'Tax' => 'Tax',
'Taxed total' => 'Taxed total',
'Total' => 'Total',
@@ -20,9 +24,6 @@ return array(
'Total without tax' => 'Total without tax',
'Unit taxed price' => 'Unit taxed price',
'Unit. price' => 'Unit. price',
'delivery adress' => 'Delivery Adress',
'delivery module' => 'delivery module',
'invoice address' => 'invoice address',
'page' => 'page',
'product' => 'product',
);