Browse Source

Back old code

12.0
Juliana 3 years ago
parent
commit
ce6f6456f9
  1. 58
      static/src/xml/pos.xml

58
static/src/xml/pos.xml

@ -81,41 +81,41 @@
<div class="pos-center-align title-product"><t t-esc="transaction.name"/></div>
<br />
<br />
</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>
<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>
<br />
<br />
<line>
<left>
<span>Prix Total</span>
</left>
</line>
<line>
<left>
<span><t t-esc="transaction.price_net"/></span> €/kg
</left>
</line>
<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>
<br />
<br />
<line>
<left>
<img t-att-src="'/report/barcode/EAN13/' + widget.get_barcode_data()" />
<span class="caption"><t t-esc="num_ean13"/></span>
</left>
</line>
<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>
</div>
</div>
</receipt>
</t>
</templates>
Loading…
Cancel
Save