Intégration du logo 2022 dans la facture, le BL et les emails

This commit is contained in:
2021-11-24 21:33:11 +01:00
parent 5f435f5c1a
commit 0ebacb3ff3
388 changed files with 11334 additions and 16552 deletions

View File

@@ -168,22 +168,24 @@
</page_footer>
{loop name="order.invoice" type="order" id=$order_id customer="*"}
<table class="table-info">
<col style="width: 100%; padding: 0mm;" />
<tr>
<td>
<td rowspan="3">
<img src="{image file='assets/img/logo.png'}" style="height:110px; margin-right: 60px">
</td>
<td style="vertical-align: top">
<h1>{intl l="DELIVERY"}</h1>
</td>
</tr>
<tr>
<td><h3>{intl l="Invoice date"} : <span>{format_date date=$INVOICE_DATE output="date"}</span></h3></td>
<td>
<h3>{intl l="Invoice date"} : <span>{format_date date=$INVOICE_DATE output="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>
<td>
<h3>{intl l="Customer Number"} : <span>{loop type="customer" name="customer.invoice" id=$CUSTOMER current="0"}{$REF}{/loop}</span></h3>
</td>
</tr>
{hookblock name="delivery.information" order=$order_id fields="title,value"}
{forhook rel="delivery.information"}
@@ -193,7 +195,7 @@
{/forhook}
{/hookblock}
</table>
{hook name="delivery.after-information" order=$order_id}
<table class="table-address">