Преглед на файлове

Modifcar nota de venta gavilan

SEBAS преди 9 месеца
родител
ревизия
4e4b4c0bba
променени са 1 файла, в които са добавени 29 реда и са изтрити 2 реда
  1. 29 2
      report_accountinvoice_document1.xml

+ 29 - 2
report_accountinvoice_document1.xml

@@ -344,7 +344,34 @@
                         </table>
 
                         <div class="divisoria"> </div>
-                        <div class="sub_total">
+
+                        <div class="row">
+                                 <div class="col-xs-4 pull-right">
+                                     <table class="table table-condensed">
+                                         <tr class="border-black">
+                                             <td><strong>Sub Total:</strong></td>
+                                             <td class="text-right">
+                                                 <span t-esc="'{0:,.0f}'.format(o.amount_total)"/>
+                                             </td>
+                                         </tr>
+                                         <tr>
+                                             <td>Total IVA:</td>
+                                             <td class="text-right">
+                                                 <span t-esc="'{0:,.0f}'.format(o.amount_total)"/>
+                                             </td>
+                                         </tr>
+                                         <tr class="border-black">
+                                             <td><strong>Total</strong></td>
+                                             <td class="text-right">
+                                                  <span t-esc="'{0:,.0f}'.format(o.amount_total)"/>
+                                             </td>
+                                         </tr>
+                                     </table>
+                                 </div>
+                             </div>
+
+
+                        <!-- <div class="sub_total">
                             <strong>Sub Total: </strong> <span t-esc="'{0:,.0f}'.format(o.amount_total)"/>
                         </div>
 
@@ -353,7 +380,7 @@
                         </div>
                         <div class="total_total">
                             <strong>Total: </strong> <span t-esc="'{0:,.0f}'.format(o.amount_total)"/>
-                        </div>
+                        </div> -->
 
                         <!-- <div class="total_pagar_data">En letras: <span t-esc="convertir(o.amount_total,o.currency_id.en_letras1)"/></div> -->
                         <div class="divisoria"> </div>