{{ company.legal_name }}

CNPJ: {{ company.cnpj }}

Nota Débito / Recibo Fatura (AR) Nº 100

EMISSÃO: {{ new Intl.DateTimeFormat('pt-BR', { year: 'numeric', month: 'numeric', day: 'numeric' }).format(new Date) }}

REFERÊNCIA: {{ new Intl.DateTimeFormat('pt-BR', { year: 'numeric', month: 'numeric', }).format(new Date) }}

VENCIMENTO: {{ new Intl.DateTimeFormat('pt-BR', { year: 'numeric', month: 'numeric', day: 'numeric' }).format(new Date) }}

TOMADOR

{{ tomador.legal_name }}

CNPJ: {{ tomador.cnpj }}

Descrição Preço (R$)
QNT UNIT TOTAL
{{ item.qnt && item.unit ? new Intl.NumberFormat('pt-BR', { style: 'currency', currency: 'BRL' }).format(parseInt(item.qnt) * parseFloat(item.unit)) : '' }}

Valor total:

Outras retenções/descontos:

Valor a pagar:

{{ total ? new Intl.NumberFormat('pt-BR', { style: 'currency', currency: 'BRL' }).format(total) : '' }}

{{ to_pay ? new Intl.NumberFormat('pt-BR', { style: 'currency', currency: 'BRL' }).format(to_pay) : '' }}

OBSERVAÇÕES:

--