Переглянути джерело

Retocar impresión de factura de anillo

SEBAS 1 рік тому
батько
коміт
87bcbf12a9
5 змінених файлів з 12 додано та 20 видалено
  1. BIN
      __init__.pyc
  2. BIN
      account_invoice.pyc
  3. BIN
      factura_venta_anillos.pyc
  4. 12 20
      factura_venta_anillos.xml
  5. BIN
      res_currency.pyc

BIN
account_invoice.pyc


BIN
factura_venta_anillos.pyc


+ 12 - 20
factura_venta_anillos.xml

@@ -196,10 +196,10 @@
                         }
 
                         .iva_5_data{
-                            width:7cm;
+                            width:10cm;
                             float: right;
                             padding-top: 0.5cm;
-                            padding-left: 6.8cm;
+                            padding-left: 4.8cm;
                             min-height: 0.25cm;
                         }
                         .iva_10_data{
@@ -281,26 +281,18 @@
                                         <td class="art-col7"><span t-esc="'{0:,.0f}'.format(o.amount_total)"/></td>
                                 </table>
 
+                                <div class="logo3"> </div>
+                                <table class="tab-articulos">
+                                        <td class="art-col1"> </td>
+                                        <td class="art-col2"> </td>
+                                        <td class="art-col3"> </td>
+                                        <td class="art-col4"> </td>
+                                        <td class="art-col5"><span t-esc="'{0:,.0f}'.format(o.amount_tax)"/></td>
+                                        <td class="art-col6"> </td>
+                                        <td class="art-col7"><span t-esc="'{0:,.0f}'.format(o.amount_tax)"/></td>
+                                </table>
 
 
-                             <!-- <div class="subtotal_excentas"> </div>
-                             <div class="subtotal_5"> </div>
-                             <td style="font-size:10px;">
-                                <div class="subtotal_10"><span t-esc="'{0:,.0f}'.format(o.amount_total)"/></div>
-                            </td> -->
-
-                            <!-- <table class="tab-articulos2">
-                               <td class="total_pagar_data">
-                                  <span t-esc="convertir(o.amount_total,o.currency_id.en_letras)"/>
-                               </td>
-                               <td class="total_pagar">
-                                 <span t-esc="'{0:,.0f}'.format(o.amount_total)"/>
-                               </td>
-                            </table> -->
-                             <div class="iva_5_data"> </div>
-                             <div class="iva_10_data"><span t-esc="'{0:,.0f}'.format(o.amount_tax)"/></div>
-                             <div class="iva_total_data"><span t-esc="'{0:,.0f}'.format(o.amount_tax)"/></div>
-
                          </div>
                        <div class="logo1"> </div>
                     </t>

BIN
res_currency.pyc