diff --git a/presupuestos.html b/presupuestos.html index 348fb6e..1742ffa 100644 --- a/presupuestos.html +++ b/presupuestos.html @@ -6,6 +6,7 @@ Presupuestos - IntegraRepara + - - -
-
-

PRESUPUESTO PRE-${b.id}

-

Fecha: ${dateStr}

-

Emitido por: ${companyName}

-
-
-

Datos del Cliente

-

${b.client_name}

-

Tel: ${b.client_phone}

-

${b.client_address || ''}

-
-
- - - - - - - - - - ${itemsHtml} -
ConceptoCant.Precio/UTotal
-
-
Subtotal: ${parseFloat(b.subtotal).toFixed(2)}€
-
IVA (21%): ${parseFloat(b.tax).toFixed(2)}€
-
TOTAL: ${parseFloat(b.total).toFixed(2)}€
-
-