Facturas_nibaldo

Factura – Canarias

NIBALDO DIGITAL

NIF: B00000000

Calle Principal, 123

38001 – Santa Cruz de Tenerife, Canarias

FACTURA

Nº: 2026-{{ Math.floor(Math.random() * 1000) }}

Fecha: {{ new Date().toLocaleDateString(‘es-ES’) }}

Facturar a:

{{ $json.nombre }} {{ $json.apellidos }}

DNI/NIE: {{ $json.dni }}

{{ $json.direccion }}

{{ $json.codigo_postal }} – {{ $json.ciudad }}

Concepto / Descripción Total Base
{{ $json.concepto }} {{ $json.base_imponible.toFixed(2) }} €
Base Imponible: {{ $json.base_imponible.toFixed(2) }} €
IGIC (7%): Canarias {{ ($json.base_imponible * 0.07).toFixed(2) }} €
TOTAL: {{ ($json.base_imponible * 1.07).toFixed(2) }} €