Fallo en plantilla de factura
This commit is contained in:
parent
11ca145a44
commit
29b06a316e
@ -1,7 +1,7 @@
|
|||||||
import { Presenter } from "@erp/core/api";
|
|
||||||
import * as handlebars from "handlebars";
|
|
||||||
import { readFileSync } from "node:fs";
|
import { readFileSync } from "node:fs";
|
||||||
import path from "node:path";
|
import path from "node:path";
|
||||||
|
import { Presenter } from "@erp/core/api";
|
||||||
|
import * as handlebars from "handlebars";
|
||||||
import { CustomerInvoice } from "../../../../domain";
|
import { CustomerInvoice } from "../../../../domain";
|
||||||
|
|
||||||
export class CustomerInvoiceReportHTMLPresenter extends Presenter {
|
export class CustomerInvoiceReportHTMLPresenter extends Presenter {
|
||||||
|
|||||||
@ -238,7 +238,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td class="px-4 text-right">IVA {{tax_code}}%</td>
|
<td class="px-4 text-right">IVA {{tax_code}}%</td>
|
||||||
<td class="w-5"> </td>
|
<td class="w-5"> </td>
|
||||||
<td class="px-4 text-right">{{taxes.taxes_amount}}</td>
|
<td class="px-4 text-right">{{taxes_amount.value}}</td>
|
||||||
</tr>
|
</tr>
|
||||||
{{/each}}
|
{{/each}}
|
||||||
<tr class="">
|
<tr class="">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user