Browse Source

[IMP] correct journal with account name; add comulate balance row

pull/367/head
Ciro Urselli 8 years ago
committed by Jordi Ballester
parent
commit
f5099982a3
  1. 17
      account_financial_report_qweb/report/templates/open_invoice_report.xml

17
account_financial_report_qweb/report/templates/open_invoice_report.xml

@ -61,7 +61,7 @@
<div class="page">
<table class="table table-bordered table-condensed">
<t t-foreach="" t-as="">
<td><b>JOURNAL</b></td>
<td><b>ACCOUNT</b></td>
<t t-foreach="" t-as="">
<span><b>PARTER</b></span>
<thead>
@ -95,8 +95,23 @@
<td></td>
<td></td>
</tr>
<tr>
<td class="col-xs-3 offset col-xs-6">Comulate Balance on Partner</td>
<td></td>
<td></td>
<td></td>
</tr>
</tbody>
</t>
<tr>
<h3>
<td class="col-xs-6">ACCOUNT</td>
<td class="col-xs-3">Comulate Balance</td>
<td></td>
<td></td>
<td></td>
</h3>
</tr>
</t>
</table>
</div>

Loading…
Cancel
Save