@plasoft/boletos 1.0.32 → 1.0.34
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/ailos-boleto.hbs +6 -6
- package/build/banco-brasil-boleto.hbs +763 -556
- package/build/index.d.mts +20 -14
- package/build/index.d.ts +20 -14
- package/build/index.js +167 -129
- package/build/index.mjs +168 -130
- package/build/sicredi-boleto.hbs +707 -701
- package/build/teste.html +730 -690
- package/package.json +1 -1
package/build/ailos-boleto.hbs
CHANGED
|
@@ -97,9 +97,7 @@
|
|
|
97
97
|
width: 400px;
|
|
98
98
|
}
|
|
99
99
|
|
|
100
|
-
.header {
|
|
101
|
-
|
|
102
|
-
}
|
|
100
|
+
.header {}
|
|
103
101
|
|
|
104
102
|
.header-title {
|
|
105
103
|
width: 100%;
|
|
@@ -149,7 +147,8 @@
|
|
|
149
147
|
|
|
150
148
|
<div class="header-beneficiario">
|
|
151
149
|
<span>{{beneficiario.nome}} (CNPJ: {{beneficiario.cnpj}})</span>
|
|
152
|
-
<span>{{beneficiario.endereco.logradouro}}, {{beneficiario.endereco.numero}},
|
|
150
|
+
<span>{{beneficiario.endereco.logradouro}}, {{beneficiario.endereco.numero}},
|
|
151
|
+
{{beneficiario.endereco.bairro}}</span>
|
|
153
152
|
<span>{{beneficiario.endereco.municipio}}/{{beneficiario.endereco.uf}} — {{beneficiario.endereco.cep}}</span>
|
|
154
153
|
</div>
|
|
155
154
|
|
|
@@ -401,8 +400,9 @@
|
|
|
401
400
|
<span>{{boleto.instrucao3}}</span>
|
|
402
401
|
<span>{{boleto.instrucao4}}</span>
|
|
403
402
|
<br>
|
|
404
|
-
|
|
405
|
-
<
|
|
403
|
+
{{#each boleto.observacoes as |observacao|}}
|
|
404
|
+
<span>{{observacao}}</span>
|
|
405
|
+
{{/each}}
|
|
406
406
|
<span>{{boleto.nfs}}</span>
|
|
407
407
|
</div>
|
|
408
408
|
</td>
|