[Koha-bugs] [Bug 26692] Add barcode image generator service for OPAC

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Mar 19 01:58:45 CET 2024


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26692

--- Comment #45 from David Cook <dcook at prosentient.com.au> ---
I also got a question about embedding the barcode in the WELCOME email.

I thought that was pretty interesting. 

This solution wouldn't work in that case.

If we had a $patron->generate_barcode({ type => 'Code39' }) method, we could
call that from within Template Toolkit and generate a base64 encoded inline
data URI.

I don't know if we'd want to add the base64 encoding to the method or have a
separate Template::Toolkit filter for that. 

But that could be interesting.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list