Facturas de cliente -> arreglo en informe
This commit is contained in:
parent
b13e85a4f5
commit
5adeaa0dc7
@ -117,7 +117,7 @@
|
||||
<img src="https://rodax-software.com/images/logo1.jpg" alt="Logo Rodax" class="block h-14 w-auto mb-1" />
|
||||
<div class="flex w-full">
|
||||
<div class="p-1 ">
|
||||
<p>Factura nº:<strong> {{invoice_number}}</strong></p>
|
||||
<p>Factura nº:<strong> {{series}}{{invoice_number}}</strong></p>
|
||||
<p><span>Fecha:<strong> {{invoice_date}}</strong></p>
|
||||
</div>
|
||||
<div class="p-1 ml-9">
|
||||
@ -234,6 +234,13 @@
|
||||
{{else}}
|
||||
<!-- iva 0-->
|
||||
{{/if}}
|
||||
{{#each taxes}}
|
||||
<tr>
|
||||
<td class="px-4 text-right">IVA {{tax_code}}%</td>
|
||||
<td class="w-5"> </td>
|
||||
<td class="px-4 text-right">{{taxes.taxes_amount}}</td>
|
||||
</tr>
|
||||
{{/each}}
|
||||
<tr class="">
|
||||
<td class="px-4 text-right accent-color">
|
||||
Total factura
|
||||
|
||||
Loading…
Reference in New Issue
Block a user