|
@@ -11,9 +11,6 @@
|
|
|
<br/>
|
|
|
<t t-esc="order.get('name')"/></div>
|
|
|
<br/>
|
|
|
- Phone: <t t-esc="widget.pos.company.phone || ''"/><br />
|
|
|
- User: <t t-esc="widget.pos.cashier ? widget.pos.cashier.name : widget.pos.user.name"/><br />
|
|
|
- Shop: <t t-esc="widget.pos.shop.name"/><br />
|
|
|
<br />
|
|
|
<t t-if="widget.pos.config.receipt_header">
|
|
|
<div style='text-align:center;font-size: 30px;'>
|
|
@@ -21,6 +18,13 @@
|
|
|
</div>
|
|
|
<br />
|
|
|
</t>
|
|
|
+ Phone: <t t-esc="widget.pos.company.phone || ''"/><br />
|
|
|
+ User: <t t-esc="widget.pos.cashier ? widget.pos.cashier.name : widget.pos.user.name"/><br />
|
|
|
+ <p>--------------------------------------------</p>
|
|
|
+ Cliente: <t t-esc="order.changed.client.name"/><br/>
|
|
|
+ Teléfono: <t t-esc="order.changed.client.phone"/><br/>
|
|
|
+ Dirección: <t t-esc="order.changed.client.address"/><br/>
|
|
|
+ <p>--------------------------------------------</p>
|
|
|
<table class="table table-condensed">
|
|
|
<thead>
|
|
|
<tr>
|
|
@@ -28,7 +32,6 @@
|
|
|
<th class="text-right">Cant.</th>
|
|
|
<th class="text-right">Precio</th>
|
|
|
</tr>
|
|
|
- <p>--------------------------------------------</p>
|
|
|
</thead>
|
|
|
<tbody>
|
|
|
<colgroup>
|