|
+ {$shop_address|escape:'htmlall':'UTF-8'} + + {if !empty($shop_phone) OR !empty($shop_fax)} + {l s='For more assistance, contact Support:' pdf='true'} + {if !empty($shop_phone)} + Tel: {$shop_phone|escape:'htmlall':'UTF-8'} + {/if} + + {if !empty($shop_fax)} + Fax: {$shop_fax|escape:'htmlall':'UTF-8'} + {/if} + + {/if} + + {if isset($shop_details)} + {$shop_details|escape:'htmlall':'UTF-8'} + {/if} + + {if isset($free_text)} + {$free_text|escape:'htmlall':'UTF-8'} + {/if} + |
+
| {l s='Reference'} | -{l s='Designation'} | -{l s='Qty'} | +{l s='Reference'} | +{l s='Designation'} | +{l s='Qty'} | {l s='Unit Price TE'} | -{l s='Total TE BD'} | +{l s='Total TE (DE)'} | {l s='Discount Rate'} | -{l s='Total TE AD'} | -{l s='Tax rate'} | +{l s='Total TE (DI)'} | +{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} | +{$currency->prefix} {$supply_order_detail->unit_price_te} {$currency->suffix} | +{$currency->prefix} {$supply_order_detail->price_te} {$currency->suffix} | {$supply_order_detail->discount_rate} | -{$supply_order_detail->price_with_discount_te} | +{$currency->prefix} {$supply_order_detail->price_with_discount_te} {$currency->suffix} | {$supply_order_detail->tax_rate} | -{$supply_order_detail->price_ti} | +{$currency->prefix} {$supply_order_detail->price_ti} {$currency->suffix} | {/foreach}
| {l s='Total TE'} | -{$supply_order->total_te} | +{l s='Total TE (DE)'} | +{$currency->prefix} {$supply_order->total_te} {$currency->suffix} |
| {l s='Order Discount'} | -{$supply_order->discount_value_te} | +{$currency->prefix} {$supply_order->discount_value_te} {$currency->suffix} | |
| {l s='Total AD TE'} | -{$supply_order->total_with_discount_te} | +{l s='Total TE (DI)'} | +{$currency->prefix} {$supply_order->total_with_discount_te} {$currency->suffix} |
| {l s='Tax value'} | -{$supply_order->total_tax} | +{$currency->prefix} {$supply_order->total_tax} {$currency->suffix} | |
| {l s='Total TI'} | -{$supply_order->total_ti} | +{$currency->prefix} {$supply_order->total_ti} {$currency->suffix} | |
| {l s='TOTAL TO PAY'} |