Add a barcode to invoice

Hi
I would like to add a Code 39 or Code 128 barcode to link toinvoice number and be displayed in the footer.

Please can anyone help.

Hello @clearviewcompanies

You would firstly need a generator like the one my colleague mentioned above for QR codes. You can simply use @Glenn’s example and update the web address to fit the URL of the generator, which should do the trick.

The post above uses the Invoice ID, which isn’t the invoice number but can uniquely identify the invoice on QuickFile. I found a generator, so adding something like the following should work:

<img src="https://barcode.tec-it.com/barcode.ashx?data=@InvoiceId@&code=Code39&dpi=96">

or

<img src="https://barcode.tec-it.com/barcode.ashx?data=@InvoiceId@&code=Code128&dpi=96">

Thanks you for your help.

This works at creating a Code 128 barcode with a barcode on the invoice, buy I wanted the barcode to match the invoice number, is it possible pls.

There isn’t support for invoice number at the moment I’m afraid, although you’re welcome to start a new feature request for this and we can consider it for future development.