From c6c0be568345dc0248c47543c9f76ba9382e6d81 Mon Sep 17 00:00:00 2001 From: hreyes Date: Mon, 1 Jun 2026 14:32:14 -0600 Subject: [PATCH] feature/parametros-datos-faltantes --- .../invoices/edit/invoice-top-fields.svelte | 52 +++++++++++++++++++ .../dashboard/invoices/settings/+page.svelte | 6 ++- 2 files changed, 57 insertions(+), 1 deletion(-) diff --git a/frontend/src/lib/components/dashboard/invoices/edit/invoice-top-fields.svelte b/frontend/src/lib/components/dashboard/invoices/edit/invoice-top-fields.svelte index 4b82e31d..99e49e88 100644 --- a/frontend/src/lib/components/dashboard/invoices/edit/invoice-top-fields.svelte +++ b/frontend/src/lib/components/dashboard/invoices/edit/invoice-top-fields.svelte @@ -150,6 +150,8 @@ fecha_pedimento_al: '', clave_pedimento: '', regimen_pedimento: '', + invoice_prefix: '', + invoice_initial_number: '', iva_factor: invoice?.financials?.iva_factor || '', alternate_invoice: invoice?.alternate_invoice || '' }; @@ -327,6 +329,56 @@ {/if} + + {#if isSettings} +
+ + +
+ +
+ + +
+ + {#if invoiceType !== 'MEX'} +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ {/if} + {/if} + {#if !isSettings}