[OPEN-ILS-GENERAL] Printing barcode fonts in web client
Lynn Floyd
lfloyd at andersonlibrary.org
Tue Jan 8 17:08:06 EST 2019
The problem with the code as you have it written, the word “Barcode:” would also be in the Codabar font.
Also, most barcodes have to have a start and stop digit. In the example below you will see the “B” and “D”. This tells the scanner the start and stop of the barcode.
I have tried this on my computer with a different barcode font, and it works great. But, remember the barcode font needs to be loaded on each computer that will use this receipt.
Barcode: <div style= "font-family: 'CodabarLarge';">B{{patron.card.barcode}}D</div>
Lynn Floyd
Lfloyd at andersonlibrary.org <mailto:Lfloyd at andersonlibrary.org>
Anderson County Library
Anderson, SC
From: Open-ils-general <open-ils-general-bounces at list.georgialibraries.org> On Behalf Of Lindsay Stratton
Sent: Tuesday, January 08, 2019 4:13 PM
To: Evergreen Discussion Group <open-ils-general at list.georgialibraries.org>
Subject: [OPEN-ILS-GENERAL] Printing barcode fonts in web client
In the desktop client it was possible to print receipts with scannable barcode fonts. I've tried using basically the same string in the web client with the CodabarLarge font installed, but no luck. String: "<div style= "font-family: 'CodabarLarge';">Barcode: {{patron.card.barcode}}</div>"
Am I missing something, or is this not supported in the web client?
Lindsay Stratton
Library Automation Services Manager
Pioneer Library System
2557 State Rte 21
Canandaigua, NY 14424
Lynn Floyd
Head of Information Technology
Anderson County Library
Anderson, SC
lfloyd at andersonlibrary.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://libmail.georgialibraries.org/pipermail/open-ils-general/attachments/20190108/b99fbda1/attachment.html>
More information about the Open-ils-general
mailing list