';
+ if ($supply_order_state->editable == false)
+ $content .= '
';
else
$content .= '-';
$content .= '';
diff --git a/themes/prestashop/pdf/en.php b/themes/prestashop/pdf/en.php
new file mode 100644
index 000000000..e69de29bb
diff --git a/themes/prestashop/pdf/supply-order.tpl b/themes/prestashop/pdf/supply-order.tpl
new file mode 100644
index 000000000..9df0e3957
--- /dev/null
+++ b/themes/prestashop/pdf/supply-order.tpl
@@ -0,0 +1,158 @@
+{*
+* 2007-2011 PrestaShop
+*
+* NOTICE OF LICENSE
+*
+* This source file is subject to the Open Software License (OSL 3.0)
+* that is bundled with this package in the file LICENSE.txt.
+* It is also available through the world-wide-web at this URL:
+* http://opensource.org/licenses/osl-3.0.php
+* If you did not receive a copy of the license and are unable to
+* obtain it through the world-wide-web, please send an email
+* to license@prestashop.com so we can send you a copy immediately.
+*
+* DISCLAIMER
+*
+* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
+* versions in the future. If you wish to customize PrestaShop for your
+* needs please refer to http://www.prestashop.com for more information.
+*
+* @author PrestaShop SA | {$shop_name} | +
| {$address_warehouse->address1} | +
| {$address_warehouse->address2} | +
| {$address_warehouse->postcode} {$address_warehouse->city} | +
| {$supply_order->supplier_name} | +
| {l s='Reference'} | +{l s='Designation'} | +{l s='Qty'} | +{l s='Unit Price TE'} | +{l s='Total TE BD'} | +{l s='Discount Rate'} | +{l s='Total TE AD'} | +{l s='Tax rate'} | +{l s='Total TI'} | +
| {$supply_order_detail->supplier_reference} | +{$supply_order_detail->name} | +{$supply_order_detail->quantity_expected} | +{$supply_order_detail->unit_price_te} | +{$supply_order_detail->price_te} | +{$supply_order_detail->discount_rate} | +{$supply_order_detail->price_with_discount_te} | +{$supply_order_detail->tax_rate} | +{$supply_order_detail->price_ti} | +
| {l s='Base TE'} | +{l s='Tax Rate'} | +{l s='Tax Value'} | +
| {$entry['base_te']} | +{$entry['tax_rate']} | +{$entry['total_tax_value']} | +
| {l s='Total TE'} | +{$supply_order->total_te} | +
| {l s='Order Discount'} | +{$supply_order->discount_value_te} | +
| {l s='Total AD TE'} | +{$supply_order->total_with_discount_te} | +
| {l s='Tax value'} | +{$supply_order->total_tax} | +
| {l s='Total TI'} | +{$supply_order->total_ti} | +
| {l s='TOTAL TO PAY'} | +{$currency->prefix} {$supply_order->total_ti} {$currency->suffix} | +