|
@@ -3,8 +3,8 @@
|
|
|
<t t-jquery="div.pos-sale-ticket" t-operation="replace">
|
|
|
<div class="custom-sale-ticket">
|
|
|
<div class="row" style="column-count: 2; font-size: 12px;">
|
|
|
-
|
|
|
- <!--
|
|
|
+
|
|
|
+ <!--
|
|
|
Original Comprador
|
|
|
-->
|
|
|
|
|
@@ -12,9 +12,9 @@
|
|
|
|
|
|
<!-- Numero de factura -->
|
|
|
<div style="padding-left:250px; padding-top:90px;">
|
|
|
- <t t-esc="sequence"/>
|
|
|
+
|
|
|
</div>
|
|
|
-
|
|
|
+
|
|
|
<div class="row" style="column-count: 2;">
|
|
|
<!-- Fecha de Emision -->
|
|
|
<div style="padding-left:120px; padding-top:12px;">
|
|
@@ -23,12 +23,12 @@
|
|
|
<!-- Conficion de venta -->
|
|
|
<div style="padding-left:100px; padding-top:12px;">
|
|
|
<t>Contado</t>
|
|
|
- </div>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
|
|
|
<!-- Nombre o Razon social -->
|
|
|
<div style="padding-left:150px; padding-top:12px;">
|
|
|
- <t t-esc="customer_name"/>
|
|
|
+ <t t-esc="customer_name"/>
|
|
|
</div>
|
|
|
|
|
|
<div class="row" style="column-count: 2;">
|
|
@@ -40,9 +40,9 @@
|
|
|
<!-- Cod. Clente -->
|
|
|
<div style="padding-left:100px; padding-top:11px;">
|
|
|
<t t-esc="customer_id"/>
|
|
|
- </div>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
-
|
|
|
+
|
|
|
<!-- lista de productos -->
|
|
|
<div style="padding-left:10px; padding-top:49px; font-size: 9px; height: 135px;">
|
|
|
<table class="table table-condensed">
|
|
@@ -90,7 +90,7 @@
|
|
|
</tbody>
|
|
|
</table>
|
|
|
</div>
|
|
|
-
|
|
|
+
|
|
|
<!-- Subtotales -->
|
|
|
<div style="padding-left:10px; padding-top:60px; font-size: 9px;">
|
|
|
<table class="table table-condensed">
|
|
@@ -148,7 +148,7 @@
|
|
|
<t t-esc="monto"/>
|
|
|
</div>
|
|
|
</div>
|
|
|
-
|
|
|
+
|
|
|
<!-- Total de IVA -->
|
|
|
<div style="padding-left:320px; padding-top:15px; font-size: 8px;">
|
|
|
<t t-set="monto" t-value="total_tax"/>
|
|
@@ -160,17 +160,17 @@
|
|
|
|
|
|
</div>
|
|
|
|
|
|
- <!--
|
|
|
+ <!--
|
|
|
Duplicado tributario
|
|
|
-->
|
|
|
|
|
|
<div>
|
|
|
-
|
|
|
+
|
|
|
<!-- Numero de factura -->
|
|
|
<div style="padding-left:250px; padding-top:90px;">
|
|
|
<t t-esc="sequence"/>
|
|
|
</div>
|
|
|
-
|
|
|
+
|
|
|
<div class="row" style="column-count: 2;">
|
|
|
<!-- Fecha de Emision -->
|
|
|
<div style="padding-left:120px; padding-top:12px;">
|
|
@@ -179,12 +179,12 @@
|
|
|
<!-- Conficion de venta -->
|
|
|
<div style="padding-left:100px; padding-top:12px;">
|
|
|
<t>Contado</t>
|
|
|
- </div>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
|
|
|
<!-- Nombre o Razon social -->
|
|
|
<div style="padding-left:150px; padding-top:12px;">
|
|
|
- <t t-esc="customer_name"/>
|
|
|
+ <t t-esc="customer_name"/>
|
|
|
</div>
|
|
|
|
|
|
<div class="row" style="column-count: 2;">
|
|
@@ -196,9 +196,9 @@
|
|
|
<!-- Cod. Clente -->
|
|
|
<div style="padding-left:100px; padding-top:11px;">
|
|
|
<t t-esc="customer_id"/>
|
|
|
- </div>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
-
|
|
|
+
|
|
|
<!-- lista de productos -->
|
|
|
<div style="padding-left:19px; padding-top:49px; font-size: 9px; height: 135px;">
|
|
|
<table class="table table-condensed">
|
|
@@ -242,7 +242,7 @@
|
|
|
</tbody>
|
|
|
</table>
|
|
|
</div>
|
|
|
-
|
|
|
+
|
|
|
<!-- Subtotales -->
|
|
|
<div style="padding-left:19px; padding-top:60px; font-size: 9px;">
|
|
|
<table class="table table-condensed">
|
|
@@ -292,7 +292,7 @@
|
|
|
<t t-esc="monto"/>
|
|
|
</div>
|
|
|
</div>
|
|
|
-
|
|
|
+
|
|
|
<!-- Total de IVA -->
|
|
|
<div style="padding-left:320px; padding-top:15px; font-size: 8px;">
|
|
|
<t t-set="monto" t-value="total_tax"/>
|
|
@@ -301,10 +301,10 @@
|
|
|
</t>
|
|
|
<t t-esc="monto"/>
|
|
|
</div>
|
|
|
-
|
|
|
+
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</t>
|
|
|
</t>
|
|
|
-</templates>
|
|
|
+</templates>
|