Skip to main content

barcodes for financial documents

Project description

https://travis-ci.org/gisce/bankbarcode.svg?branch=master

Python library to generate barcodes for financial documents

Currently only the following codes are implemented:

  • cuaderno57, Cobros por ventanilla y autoservicio, serie normas y procedimientos bancarios, No57, Enero 2001

    • Recibo507, Recibos y otros (Cobros por Ventanilla y Autoservicio, V2001)

Feel free to implement more.

from bankbarcode.cuaderno57 import Recibo507
entity = '01234567'
suffix = '023'
ref = '12345678901'
notice = '123456'
amount = '6543.21'

recibo507 = Recibo507(entity, suffix, ref, notice, amount)

# get checksum value
checksum = recibo507.checksum()

# save barcocde as /tmp/mybarcode.svg
provided_filename = '/tmp/mybarcode.svg'
generated_filename = recibo507.save(provided_filename)

# get a string with the barcode in SVG fromat
svg = recibo507.svg()

Read the documentation at http://bankbarcode.readthedocs.org

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bankbarcode-0.1.2.tar.gz (3.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page