{{ company.legal_name }}
CNPJ: {{ company.cnpj }}
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.legal_name }}
CNPJ: {{ tomador.cnpj }}
| Nº | 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) : '' }} |
|||