geoffhumphrey / brewcompetitiononlineentry

https://brewingcompetitions.com
78 stars 80 forks source link

Code 39 files #1555

Open rommel109g opened 2 months ago

rommel109g commented 2 months ago

Version: 2.7

Installation URL: not hosted yet

Is your installation hosted? not hosted yet

Description of Issue: Hello , I am working on a method to print out bottles labels right as they are checked in. I am using a Brother QL-820NWB label printer that can store a database internally. I wont bore you with how it works. I have downloaded several code 39 files from the internet but none of them match the one your software prints out. Can you please share with me the code 39 fonts you use for your website? I need them to sync to my label printer.

geoffhumphrey commented 2 months ago

Barcodes are generated using a class called Barcode Generator for PHP. It's fairly old for PHP 5 - you can download the class here.

There's documentation available for their current version that may be helpful.