https://github.com/hubcash/boleto
Billet generator for several Brazilian Banks for golang
https://github.com/hubcash/boleto
boleto go golang
Last synced: 6 months ago
JSON representation
Billet generator for several Brazilian Banks for golang
- Host: GitHub
- URL: https://github.com/hubcash/boleto
- Owner: hubcash
- License: mit
- Created: 2017-01-02T15:21:07.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-20T19:15:58.000Z (over 9 years ago)
- Last Synced: 2024-11-07T05:56:29.543Z (over 1 year ago)
- Topics: boleto, go, golang
- Language: Go
- Homepage:
- Size: 53.7 KB
- Stars: 13
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# boleto
Billet generator for several Brazilian Banks for golang. [See in GoDoc](https://godoc.org/github.com/hubcash/boleto)
### Features
* Supported banks: Banco do Brasil, Bradesco, Caixa, Itau and Santander;
* Generates digitable number and barcode image;
* FEBRABAN rules supported;
### TODO
* Create templates;
* Create transmissions file;
### Dependencies
* [boombuler/barcode](github.com/boombuler/barcode)