diff --git a/ci4/app/Views/themes/vuexy/pdfs/factura.php b/ci4/app/Views/themes/vuexy/pdfs/factura.php
index 63017db1..66862b0b 100644
--- a/ci4/app/Views/themes/vuexy/pdfs/factura.php
+++ b/ci4/app/Views/themes/vuexy/pdfs/factura.php
@@ -1,5 +1,6 @@
+
@@ -19,171 +20,179 @@
-
-
-
-
-
-
- |
-
-
-
-
-
- | FACTURA Nº: |
- = ($factura->estado == 'draft') ? 'BORRADOR' : $factura->numero ?> |
- FECHA: |
- = $factura->fecha_factura_at ?> |
-
-
-
-
- | Dirección: |
-
-
- | Persona de contacto: |
- = $factura->cliente_direccion ?> |
-
-
- | Razón social: = $factura->cliente ?>
- |
- = $factura->cliente_cp ?>
- , = $factura->cliente_ciudad ?> |
-
-
- | CIF: = $factura->cliente_cif ?> |
- = $factura->cliente_pais ?> |
-
-
-
-
-
-
-
+
+
- | Tipo y Nombre del trabajo |
- Uds. |
- IVA |
- Subtotal |
+
+
+
+ |
-
-
-
- precio_unidad > 0): ?>
-
- |
- = nl2br($linea->descripcion); ?>
- |
-
- = ($linea->cantidad > 0) ? $linea->cantidad : '' ?>
- |
-
- = ($linea->cantidad > 0) ? $linea->iva : '' ?>
- |
-
- = ($linea->cantidad > 0) ? $linea->base : '' ?>
- |
-
-
-
-
-
-
-
-
-
-
-

-
-
-
-
-
+
-
- | BASE |
- IVA |
- TOTAL |
-
-
-
-
- | = $tipo_iva->base ?> € |
- = $tipo_iva->iva ?> % |
- = $tipo_iva->total_iva ?> € |
- = $tipo_iva->total ?> € |
+ FACTURA Nº: |
+ = ($factura->estado == 'draft') ? 'BORRADOR' : $factura->numero ?> |
+ FECHA: |
+ = $factura->fecha_factura_at ?> |
+
+
+
+
+ | Dirección: |
+
+
+ | Persona de contacto: |
+ = $factura->cliente_direccion ?> |
+
+
+ | Razón social:
+ = $factura->cliente ?>
+ |
+ = $factura->cliente_cp ?>
+ , = $factura->cliente_ciudad ?> |
+
+
+ | CIF: = $factura->cliente_cif ?> |
+
+ = $factura->cliente_pais ?> |
-
-
-
- | TOTAL |
- = $factura->total ?> € |
-
-
-
-
-
-
-
- | Vencimiento |
- Fecha |
- Forma de pago |
- BIC / IBAN |
-
-
-
-
- | = $factura->dias_vencimiento ?> días |
- = $factura->vencimiento ?> |
- = $factura->forma_pago ?> |
-
- = ($factura->forma_pago == "Transferencias") ? 'ES33 2100 1134 14 1300319844' : $factura->cliente_ccc ?>
- |
-
-
-
-
-
-