328 lines
12 KiB
HTML
328 lines
12 KiB
HTML
{*************************************************************************************/
|
|
/* This file is part of the Thelia package. */
|
|
/* */
|
|
/* Copyright (c) OpenStudio */
|
|
/* email : dev@thelia.net */
|
|
/* web : http://www.thelia.net */
|
|
/* */
|
|
/* For the full copyright and license information, please view the LICENSE.txt */
|
|
/* file that was distributed with this source code. */
|
|
/*************************************************************************************}
|
|
|
|
{* Set the default translation domain, that will be used by {intl} when the 'd' parameter is not set *}
|
|
{default_translation_domain domain='pdf.default'}
|
|
{literal}
|
|
<style>
|
|
h1, h2, h3, h4 {
|
|
color:#f6993c;
|
|
margin: .5em 0;
|
|
}
|
|
|
|
h1 {
|
|
font-size: 48px;
|
|
}
|
|
|
|
h2 {
|
|
font-size: 16px;
|
|
}
|
|
|
|
h3 {
|
|
font-size: 14px;
|
|
}
|
|
|
|
h4 {
|
|
color:#58585a;
|
|
font-size: 12px;
|
|
}
|
|
|
|
p, td {
|
|
color:#58585a;
|
|
font-size: 9px;
|
|
}
|
|
|
|
p {
|
|
margin: .5em 0;
|
|
}
|
|
|
|
span {
|
|
font-size: 9px;
|
|
}
|
|
|
|
table {
|
|
border-collapse: collapse;
|
|
width: 100%;
|
|
}
|
|
|
|
tr {
|
|
width: 100%;
|
|
}
|
|
|
|
td {
|
|
vertical-align: top;
|
|
}
|
|
|
|
.table-info h3 {
|
|
font-size: 18px;
|
|
color: #58585a;
|
|
margin-top: 0;
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
.table-info h3 span {
|
|
font-size: 18px;
|
|
color: #f6993c;
|
|
}
|
|
|
|
.table-1 td {
|
|
background: #f1f3f4;
|
|
border:solid 1px #bcbdc0;
|
|
}
|
|
|
|
.table-2 td {
|
|
border:solid 1px #bcbdc0;
|
|
}
|
|
|
|
|
|
.table-3-1, .table-3-2 {
|
|
border: solid 1px #bcbdc0;
|
|
}
|
|
.table-3-1 p {
|
|
font-size: 10px;
|
|
}
|
|
.table-3-2 p {
|
|
font-size: 9px;
|
|
color: #747475;
|
|
}
|
|
|
|
.table-3-module h3 {
|
|
margin-top: 1.5em;
|
|
}
|
|
|
|
.table-3-module span {
|
|
font-size: 11px;
|
|
}
|
|
|
|
.align-left {
|
|
text-align: left;
|
|
}
|
|
.align-center {
|
|
text-align: center;
|
|
}
|
|
.align-right{
|
|
text-align: right;
|
|
}
|
|
|
|
.clear {
|
|
padding: 0.5%;
|
|
border-bottom:solid 1px #dddddd;
|
|
}
|
|
|
|
.clear-none {
|
|
padding: 0.5%;
|
|
}
|
|
|
|
</style>
|
|
{/literal}
|
|
<page backtop="10mm" backleft="10mm" backright="10mm" backbottom="10mm">
|
|
<page_header>
|
|
</page_header>
|
|
|
|
<page_footer>
|
|
<table>
|
|
<col style="width: 80%; padding: 1mm; border: none; text-align: left;" />
|
|
<col style="width: 20%; padding: 1mm; border: none; text-align: right;" />
|
|
<tbody>
|
|
<tr>
|
|
<td>
|
|
<!-- Imprint -->
|
|
{config key="store_name"}
|
|
- {config key="store_address1"} {config key="store_address2"} {config key="store_address3"}
|
|
- {config key="store_zipcode"} {config key="store_city"}
|
|
{if {config key="store_country"} }
|
|
{loop type="country" name="address.country.title" id={config key="store_country"}} - {$TITLE}{/loop}
|
|
{/if}
|
|
{if {config key="store_business_id"} }
|
|
- {config key="store_business_id"}
|
|
{/if}
|
|
<br>
|
|
{if {config key="store_phone"} }
|
|
{intl l="Phone: "}{config key="store_phone"}
|
|
{/if}
|
|
{if {config key="store_email"} }
|
|
{intl l="Email: "}{config key="store_email"}
|
|
{/if}
|
|
|
|
</td>
|
|
<td>{intl l="page"} [[page_cu]]/[[page_nb]]</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</page_footer>
|
|
|
|
{$taxes = []}
|
|
|
|
{loop name="order.invoice" type="order" id=$order_id customer="*"}
|
|
{loop name="currency.order" type="currency" id=$CURRENCY}
|
|
{assign "orderCurrency" $SYMBOL}
|
|
{/loop}
|
|
<table class="table-info">
|
|
<col style="width: 100%; padding: 0mm;" />
|
|
<tr>
|
|
<td>
|
|
<h1>{intl l="INVOICE"}</h1>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td><h3>{intl l="Invoice date"} : <span>{format_date date=$INVOICE_DATE}</span></h3></td>
|
|
</tr>
|
|
<tr>
|
|
<td><h3>{intl l="Invoice REF"} : <span>{$REF}</span></h3></td>
|
|
</tr>
|
|
<tr>
|
|
<td><h3>{intl l="Customer Number"} : <span>{loop type="customer" name="customer.invoice" id=$CUSTOMER current="0"}{$REF}{/loop}</span></h3></td>
|
|
</tr>
|
|
</table>
|
|
|
|
<table class="table-address">
|
|
<col style="width: 50%; padding: 3mm;" />
|
|
<col style="padding: 3mm;" />
|
|
<tr>
|
|
<td style="border-left: solid 1mm #f6993c;" >
|
|
<h3>{intl l="Delivery address"}</h3>
|
|
<p>
|
|
{loop type="order_address" name="delivery_address" id=$DELIVERY_ADDRESS}
|
|
{loop type="title" name="order-invoice-address-title" id=$TITLE}{$LONG}{/loop}{$FIRSTNAME} {$LASTNAME}<br />
|
|
{$ADDRESS1} {$ADDRESS2} {$ADDRESS3}<br />
|
|
{$ZIPCODE} {$CITY}<br/>
|
|
{loop type="country" name="country_delivery" id=$COUNTRY}{$TITLE}{/loop}
|
|
{/loop}
|
|
</p>
|
|
</td>
|
|
<td style="border-left: solid 1mm #f6993c;">
|
|
<h3>{intl l="Invoice address"}</h3>
|
|
<p>
|
|
{loop type="order_address" name="delivery_address" id=$INVOICE_ADDRESS}
|
|
{loop type="title" name="order-invoice-address-title" id=$TITLE}{$LONG}{/loop}{$FIRSTNAME} {$LASTNAME}<br />
|
|
{$ADDRESS1} {$ADDRESS2} {$ADDRESS3}<br />
|
|
{$ZIPCODE} {$CITY}<br/>
|
|
{loop type="country" name="country_delivery" id=$COUNTRY}{$TITLE}{/loop}
|
|
{/loop}
|
|
</p>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<table cellspacing="0" cellpadding="0" style="padding-top: 5mm;">
|
|
<col style="width: 40%; padding: 1mm;" />
|
|
<col style="width: 12%; padding: 1mm;" />
|
|
<col style="width: 12%; padding: 1mm;" />
|
|
<col style="width: 12%; padding: 1mm;" />
|
|
<col style="width: 12%; padding: 1mm;" />
|
|
<col style="width: 12%; padding: 1mm;" />
|
|
|
|
<tr class="table-1">
|
|
<td><h4>{intl l="Product"}</h4></td>
|
|
<td><h4 class="align-center">{intl l="Unit. price"}</h4></td>
|
|
<td><h4 class="align-center">{intl l="Tax"}</h4></td>
|
|
<td><h4 class="align-center">{intl l="Unit taxed price"}</h4></td>
|
|
<td><h4 class="align-center">{intl l="Quantity"}</h4></td>
|
|
<td style="background:#f6993c"><h4 style="color:white;" class="align-center">{intl l="Taxed total"}</h4></td>
|
|
</tr>
|
|
{loop type="order_product" name="order-products" order=$ID}
|
|
{if $WAS_IN_PROMO == 1}
|
|
{assign "realPrice" $PROMO_PRICE}
|
|
{assign "realTax" $PROMO_PRICE_TAX}
|
|
{assign "realTaxedPrice" $TAXED_PROMO_PRICE}
|
|
{else}
|
|
{assign "realPrice" $PRICE}
|
|
{assign "realTax" $PRICE_TAX}
|
|
{assign "realTaxedPrice" $TAXED_PRICE}
|
|
{/if}
|
|
|
|
{$taxes[{$TAX_RULE_TITLE}][] = $realTax * $QUANTITY}
|
|
|
|
<tr class="table-2">
|
|
<td>
|
|
<p>{$TITLE}</p>
|
|
{ifloop rel="combinations"}
|
|
{loop type="order_product_attribute_combination" name="combinations" order_product=$ID}
|
|
{$ATTRIBUTE_TITLE} - {$ATTRIBUTE_AVAILABILITY_TITLE}<br>
|
|
{/loop}
|
|
{/ifloop}
|
|
</td>
|
|
<td><p class="align-right">{format_money number=$realPrice symbol=$orderCurrency}</p></td>
|
|
<td><p class="align-right">{format_money number=$realTax symbol=$orderCurrency}</p></td>
|
|
<td><p class="align-right">{format_money number=$realTaxedPrice symbol=$orderCurrency}</p></td>
|
|
<td><p class="align-center">{$QUANTITY}</p></td>
|
|
<td><p class="align-right">{format_money number="$realTaxedPrice * $QUANTITY" symbol=$orderCurrency}</p></td>
|
|
</tr>
|
|
{/loop}
|
|
</table>
|
|
|
|
|
|
<table cellspacing="0" cellpadding="0" style="padding-top: 5mm;">
|
|
<col style="width: 60%; padding: 1mm;" />
|
|
<col style="width: 40%; padding: 1mm;" />
|
|
<tr>
|
|
<td class="table-3-module">
|
|
|
|
<h3>{intl l="Payment module"}</h3>
|
|
<p>
|
|
<span>{loop name="payment-module" type="module" id=$PAYMENT_MODULE}{$TITLE}{/loop}</span>
|
|
</p>
|
|
|
|
<h3>{intl l="Delivery module"}</h3>
|
|
<p>
|
|
<span>{loop name="delivery-module" type="module" id=$DELIVERY_MODULE}{$TITLE}{/loop}</span>
|
|
</p>
|
|
|
|
</td>
|
|
<td>
|
|
<table class="table-3">
|
|
<col style="width: 50%; padding: 1mm;">
|
|
<col style="width: 50%; padding: 1mm;">
|
|
{if $DISCOUNT}
|
|
<tr>
|
|
<td class="table-3-1"><p>{intl l="Discount"}</p></td>
|
|
<td class="table-3-1 align-right"><p>{format_money number=$DISCOUNT symbol=$orderCurrency}</p></td>
|
|
</tr>
|
|
{/if}
|
|
<tr>
|
|
<td class="table-3-1"><p>{intl l="Total without tax"}</p></td>
|
|
<td class="table-3-1 align-right"><p>{format_money number={$TOTAL_AMOUNT - $POSTAGE} symbol=$orderCurrency}</p></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="table-3-1"><p>{intl l="Tax"}</p></td>
|
|
<td class="table-3-1 align-right"><P>{format_money number=$TOTAL_TAX symbol=$orderCurrency}</P></td>
|
|
</tr>
|
|
{foreach $taxes as $name=>$prices}
|
|
{assign var="_price_taxe_" value="0"}
|
|
{foreach $prices as $price}
|
|
{$_price_taxe_= $_price_taxe_ + $price}
|
|
{/foreach}
|
|
{if $_price_taxe_ != 0}
|
|
<tr>
|
|
<td class="table-3-2"><p>{$name}</p></td>
|
|
<td class="table-3-2 align-right"><P>{format_money number=$_price_taxe_ symbol=$orderCurrency}</P></td>
|
|
</tr>
|
|
{/if}
|
|
{/foreach}
|
|
<tr>
|
|
<td class="table-3-1"><p>{intl l="Total with tax"}</p></td>
|
|
<td class="table-3-1 align-right"><P>{format_money number={$TOTAL_TAXED_AMOUNT - $POSTAGE} symbol=$orderCurrency}</P></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="table-3-1"><p>{intl l="Postage"}</p></td>
|
|
<td class="table-3-1 align-right"><p>{format_money number=$POSTAGE symbol=$orderCurrency}</p></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="table-3-1" style="background:#f6993c;"><h3 style="color:white;">{intl l="Total"}</h3></td>
|
|
<td class="table-3-1 align-right" style="background:#f6993c;"><h3 style="color:white;">{format_money number=$TOTAL_TAXED_AMOUNT symbol=$orderCurrency}</h3></td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
{/loop}
|
|
</page> |