|
@ -81,41 +81,41 @@ |
|
|
<div class="pos-center-align title-product"><t t-esc="transaction.name"/></div> |
|
|
<div class="pos-center-align title-product"><t t-esc="transaction.name"/></div> |
|
|
<br /> |
|
|
<br /> |
|
|
<br /> |
|
|
<br /> |
|
|
<table class='ticket-info pos-center-align'> |
|
|
|
|
|
<tr class="title-info"> |
|
|
|
|
|
<td>Prix Unitaire</td> |
|
|
|
|
|
<td>Poids Net</td> |
|
|
|
|
|
</tr> |
|
|
|
|
|
<tr> |
|
|
|
|
|
<td><span><t t-esc="transaction.price_product"/></span> €/kg</td> |
|
|
|
|
|
<td><span><t t-esc="transaction.weight_net"/></span> kg</td> |
|
|
|
|
|
</tr> |
|
|
|
|
|
</table> |
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
<div class='orderlines' line-ratio='0.6'> |
|
|
|
|
|
<line> |
|
|
|
|
|
<left>Prix Unitaire</left> |
|
|
|
|
|
<right>Poids Net</right> |
|
|
|
|
|
</line> |
|
|
|
|
|
<line> |
|
|
|
|
|
<left> |
|
|
|
|
|
<span><t t-esc="transaction.price_product"/></span> €/kg |
|
|
|
|
|
</left> |
|
|
|
|
|
<right><span><t t-esc="transaction.weight_net"/></span> kg</right> |
|
|
|
|
|
</line> |
|
|
<br /> |
|
|
<br /> |
|
|
<br /> |
|
|
<br /> |
|
|
<table class='ticket-total pos-center-align'> |
|
|
|
|
|
<tr class="title-info"> |
|
|
|
|
|
<td>Prix Total |
|
|
|
|
|
</td> |
|
|
|
|
|
</tr> |
|
|
|
|
|
<tr> |
|
|
|
|
|
<td><span><t t-esc="transaction.price_net"/></span> € |
|
|
|
|
|
</td> |
|
|
|
|
|
</tr> |
|
|
|
|
|
</table> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<line> |
|
|
|
|
|
<left> |
|
|
|
|
|
<span>Prix Total</span> |
|
|
|
|
|
</left> |
|
|
|
|
|
</line> |
|
|
|
|
|
<line> |
|
|
|
|
|
<left> |
|
|
|
|
|
<span><t t-esc="transaction.price_net"/></span> €/kg |
|
|
|
|
|
</left> |
|
|
|
|
|
</line> |
|
|
<br /> |
|
|
<br /> |
|
|
<br /> |
|
|
<br /> |
|
|
<table class='pos-center-align'> |
|
|
|
|
|
<tr class="title-info bloc-barcode"> |
|
|
|
|
|
<td> |
|
|
|
|
|
<img t-att-src="'/report/barcode/EAN13/' + widget.get_barcode_data()" /> |
|
|
|
|
|
<span class="caption"><t t-esc="num_ean13"/></span> |
|
|
|
|
|
</td> |
|
|
|
|
|
</tr> |
|
|
|
|
|
</table> |
|
|
|
|
|
|
|
|
<line> |
|
|
|
|
|
<left> |
|
|
|
|
|
<img t-att-src="'/report/barcode/EAN13/' + widget.get_barcode_data()" /> |
|
|
|
|
|
<span class="caption"><t t-esc="num_ean13"/></span> |
|
|
|
|
|
</left> |
|
|
|
|
|
</line> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
</receipt> |
|
|
</receipt> |
|
|
</t> |
|
|
</t> |
|
|
</templates> |
|
|
</templates> |