node-boleto:Node.js中的Boleto生成器

时间:2024-05-27 03:39:39
【文件属性】:

文件名称:node-boleto:Node.js中的Boleto生成器

文件大小:49KB

文件格式:ZIP

更新时间:2024-05-27 03:39:39

JavaScript

节点博莱托 Node.js中的银行票据生成。 可数字化的行和条形码生成算法的灵感来自 。 支持银行 桑坦德批准 布拉德斯科 安装 npm install node-boleto 使用例 签发boleto: var Boleto = require ( 'node-boleto' ) . Boleto ; var boleto = new Boleto ( { 'banco' : "santander" , // nome do banco dentro da pasta 'banks' 'data_emissao' : new Date ( ) , 'data_vencimento' : new Date ( new Date ( ) . getTime ( ) + 5 * 24 * 3600 * 1000 ) , // 5 dias futuramente 'valo


【文件预览】:
node-boleto-master
----.gitignore(143B)
----.eslintrc(132B)
----package.json(1KB)
----sonar-project.properties(259B)
----assets()
--------layout.ejs(13KB)
----LICENSE(1KB)
----public()
--------images()
----index.js(401B)
----.github()
--------workflows()
----banks()
--------caixa()
--------bradesco()
--------santander()
----examples()
--------santander-emission.js(758B)
--------santander-edi.js(206B)
--------retorno.txt(2KB)
--------bradesco-edi.js(213B)
--------bradesco-emission.js(932B)
----README.md(4KB)
----.eslintignore(15B)
----lib()
--------boleto.js(3KB)
--------edi-parser.js(160B)
--------formatters.js(2KB)
--------barcode.js(3KB)
--------edi-helper.js(391B)
----test()
--------mocks()
--------e2e()
--------integration()
--------unit()
----.editorconfig(132B)

网友评论