Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.35
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
html /
asiafoodco.com /
shop /
pdf /
Delete
Unzip
Name
Size
Permission
Date
Action
delivery-slip.tpl
5.75
KB
-rwxr-x---
2018-05-03 14:19
footer.tpl
1.92
KB
-rwxr-x---
2018-05-03 14:19
header.tpl
1.55
KB
-rwxr-x---
2018-05-03 14:19
index.php
1.24
KB
-rwxr-x---
2018-05-03 14:19
invoice-b2b.tpl
11.17
KB
-rwxr-x---
2018-05-03 14:19
invoice.tax-tab.tpl
4.83
KB
-rwxr-x---
2018-05-03 14:19
invoice.tpl
12.03
KB
-rwxr-x---
2018-05-03 14:19
order-return.tpl
5.82
KB
-rwxr-x---
2018-05-03 14:19
order-slip.tpl
7.79
KB
-rwxr-x---
2018-05-03 14:19
supply-order-footer.tpl
1.7
KB
-rwxr-x---
2018-05-03 14:19
supply-order-header.tpl
1.77
KB
-rwxr-x---
2018-05-03 14:19
supply-order.tpl
8.66
KB
-rwxr-x---
2018-05-03 14:19
Save
Rename
{* * 2007-2014 PrestaShop * * NOTICE OF LICENSE * * This source file is subject to the Academic Free License (AFL 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/afl-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 <contact@prestashop.com> * @copyright 2007-2014 PrestaShop SA * @version Release: $Revision$ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) * International Registered Trademark & Property of PrestaShop SA *} <div style="font-size: 9pt; color: #444"> <!-- SHOP ADDRESS --> <div> <table style="width: 100%"> <tr> <td style="font-size: 12pt; font-weight: bold">{$shop_name}</td> </tr> <tr> <td style="font-size: 12pt; font-weight: bold">{$address_warehouse->address1}</td> </tr> {* if the address has two parts *} {if !empty($address_warehouse->address2)} <tr> <td style="font-size: 12pt; font-weight: bold">{$address_warehouse->address2}</td> </tr> {/if} <tr> <td style="font-size: 12pt; font-weight: bold">{$address_warehouse->postcode} {$address_warehouse->city}</td> </tr> </table> </div> <!-- / SHOP ADDRESS --> <!-- SUPPLIER ADDRESS --> <div style="text-align: right;"> <table style="width: 100%"> <tr> <td style="font-size: 12pt; font-weight: bold">{$supply_order->supplier_name}</td> </tr> <tr> <td style="font-size: 12pt; font-weight: bold">{$address_supplier->address1}</td> </tr> {* if the address has two parts *} {if !empty($address_supplier->address2)} <tr> <td style="font-size: 12pt; font-weight: bold">{$address_supplier->address2}</td> </tr> {/if} <tr> <td style="font-size: 12pt; font-weight: bold">{$address_supplier->postcode} {$address_supplier->city}</td> </tr> <tr> <td style="font-size: 12pt; font-weight: bold">{$address_supplier->country}</td> </tr> </table> </div> <!-- / SUPPLIER ADDRESS --> <table> <tr><td style="line-height: 8px"> </td></tr> </table> {l s='Products ordered:' pdf='true'} <!-- PRODUCTS --> <div style="font-size: 5pt;"> <table style="width: 100%;"> <tr style="line-height:6px; border: none"> <td style="width: 14%; text-align: left; background-color: #4D4D4D; color: #FFF; padding-left: 2px; font-weight: bold;">{l s='Reference' pdf='true'}</td> <td style="width: 21%; text-align: left; background-color: #4D4D4D; color: #FFF; padding-left: 2px; font-weight: bold;">{l s='Designation' pdf='true'}</td> <td style="width: 5%; text-align: right; background-color: #4D4D4D; color: #FFF; padding-right: 2px; font-weight: bold;">{l s='Qty' pdf='true'}</td> <td style="width: 10%; text-align: right; background-color: #4D4D4D; color: #FFF; padding-right: 2px; font-weight: bold;">{l s='Unit Price TE' pdf='true'}</td> <td style="width: 11%; text-align: right; background-color: #4D4D4D; color: #FFF; padding-right: 2px; font-weight: bold;">{l s='Total TE' pdf='true'} <br /> {l s='Before discount' pdf='true'}</td> <td style="width: 9%; text-align: right; background-color: #4D4D4D; color: #FFF; padding-right: 2px; font-weight: bold;">{l s='Discount Rate' pdf='true'}</td> <td style="width: 11%; text-align: right; background-color: #4D4D4D; color: #FFF; padding-right: 2px; font-weight: bold;">{l s='Total TE' pdf='true'} <br /> {l s='After discount' pdf='true'}</td> <td style="width: 9%; text-align: right; background-color: #4D4D4D; color: #FFF; padding-right: 2px; font-weight: bold;">{l s='Tax rate' pdf='true'}</td> <td style="width: 10%; text-align: right; background-color: #4D4D4D; color: #FFF; padding-right: 2px; font-weight: bold;">{l s='Total TI' pdf='true'}</td> </tr> {* for each product ordered *} {foreach $supply_order_details as $supply_order_detail} <tr> <td style="text-align: left; padding-left: 1px;">{$supply_order_detail->supplier_reference}</td> <td style="text-align: left; padding-left: 1px;">{$supply_order_detail->name}</td> <td style="text-align: right; padding-right: 1px;">{$supply_order_detail->quantity_expected}</td> <td style="text-align: right; padding-right: 1px;">{$currency->prefix} {$supply_order_detail->unit_price_te} {$currency->suffix}</td> <td style="text-align: right; padding-right: 1px;">{$currency->prefix} {$supply_order_detail->price_te} {$currency->suffix}</td> <td style="text-align: right; padding-right: 1px;">{$supply_order_detail->discount_rate}</td> <td style="text-align: right; padding-right: 1px;">{$currency->prefix} {$supply_order_detail->price_with_discount_te} {$currency->suffix}</td> <td style="text-align: right; padding-right: 1px;">{$supply_order_detail->tax_rate}</td> <td style="text-align: right; padding-right: 1px;">{$currency->prefix} {$supply_order_detail->price_ti} {$currency->suffix}</td> </tr> {/foreach} </table> </div> <!-- / PRODUCTS --> <table> <tr><td style="line-height: 8px"> </td></tr> </table> {l s='Taxes:' pdf='true'} <!-- PRODUCTS TAXES --> <div style="font-size: 6pt;"> <table style="width: 30%;"> <tr style="line-height:6px; border: none"> <td style="text-align: right; background-color: #4D4D4D; color: #FFF; padding-right: 2px; font-weight: bold;">{l s='Base TE' pdf='true'}</td> <td style="text-align: right; background-color: #4D4D4D; color: #FFF; padding-right: 2px; font-weight: bold;">{l s='Tax Rate' pdf='true'}</td> <td style="text-align: right; background-color: #4D4D4D; color: #FFF; padding-right: 2px; font-weight: bold;">{l s='Tax Value' pdf='true'}</td> </tr> {foreach $tax_order_summary as $entry} <tr style="line-height:6px; border: none"> <td style="text-align: right; padding-right: 1px;">{$currency->prefix} {$entry['base_te']} {$currency->suffix}</td> <td style="text-align: right; padding-right: 1px;">{$entry['tax_rate']}</td> <td style="text-align: right; padding-right: 1px;">{$currency->prefix} {$entry['total_tax_value']} {$currency->suffix}</td> </tr> {/foreach} </table> </div> <!-- / PRODUCTS TAXES --> <table> <tr><td style="line-height: 8px"> </td></tr> </table> {l s='Summary:' pdf='true'} <!-- TOTAL --> <div style="font-size: 6pt;"> <table style="width: 30%;"> <tr style="line-height:6px; border: none"> <td style="text-align: left; background-color: #4D4D4D; color: #FFF; padding-left: 2px; font-weight: bold;">{l s='Total TE' pdf='true'} <br /> {l s='(Discount excluded)' pdf='true'}</td> <td width="43px" style="text-align: right;">{$currency->prefix} {$supply_order->total_te} {$currency->suffix}</td> </tr> <tr style="line-height:6px; border: none"> <td style="text-align: left; background-color: #4D4D4D; color: #FFF; padding-left: 2px; font-weight: bold;">{l s='Order Discount' pdf='true'}</td> <td width="43px" style="text-align: right;">{$currency->prefix} {$supply_order->discount_value_te} {$currency->suffix}</td> </tr> <tr style="line-height:6px; border: none"> <td style="text-align: left; background-color: #4D4D4D; color: #FFF; padding-left: 2px; font-weight: bold;">{l s='Total TE' pdf='true'} <br /> {l s='(Discount included)' pdf='true'}</td> <td width="43px" style="text-align: right;">{$currency->prefix} {$supply_order->total_with_discount_te} {$currency->suffix}</td> </tr> <tr style="line-height:6px; border: none"> <td style="text-align: left; background-color: #4D4D4D; color: #FFF; padding-left: 2px; font-weight: bold;">{l s='Tax value' pdf='true'}</td> <td width="43px" style="text-align: right;">{$currency->prefix} {$supply_order->total_tax} {$currency->suffix}</td> </tr> <tr style="line-height:6px; border: none"> <td style="text-align: left; background-color: #4D4D4D; color: #FFF; padding-left: 2px; font-weight: bold;">{l s='Total TI' pdf='true'}</td> <td width="43px" style="text-align: right;">{$currency->prefix} {$supply_order->total_ti} {$currency->suffix}</td> </tr> <tr style="line-height:6px; border: none"> <td style="text-align: left; background-color: #4D4D4D; color: #FFF; padding-left: 2px; font-weight: bold;">{l s='TOTAL TO PAY' pdf='true'}</td> <td width="43px" style="text-align: right;">{$currency->prefix} {$supply_order->total_ti} {$currency->suffix}</td> </tr> </table> </div> <!-- / TOTAL --> </div>