Why there is no Barcode Generator in ERPNext

Hello,

Barcodes are something that are hard to standardize. There are different printers, which print barcodes of different dimensions, with different gaps between each barcode, different margins required etc.

One option is to use the field of type Barcode.

Another option is to use a print format. I had implemented a print format for my use-case back in Oct. 2016, maybe it will help:

You can also consider contributing a barcode print generator to Frappe/ERPNext, it’s open source :slightly_smiling_face:

1 Like