Summary: | Allow QR codes to be used in label/patroncard creator | ||
---|---|---|---|
Product: | Koha | Reporter: | Theodoros Theodoropoulos <theod> |
Component: | Label/patron card printing | Assignee: | Chris Nighswonger <cnighswonger> |
Status: | NEW --- | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | mtj, theod |
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: |
proposed patch to add QRcode functionality
proposed patch to add QRcode functionality to Label and PatronCard creator proposed patch to add QRcode functionality to Label and PatronCard creator |
Description
Theodoros Theodoropoulos
2019-08-27 11:18:42 UTC
Created attachment 92482 [details] [review] proposed patch to add QRcode functionality I have briefly tested this patch with Koha 17.11 and it works as expected. This was a quick'n'dirty approach to prove that this enhancement is possible and not too difficult to implement. Additional checks and/or documentation may be needed. Notes: I have chosen to use - QRCode version 1 and modulesize=1 (small square) because I personally needed to add the result code in a small area - also decided to hide the text version of the barcode (to save space) Created attachment 92488 [details] [review] proposed patch to add QRcode functionality to Label and PatronCard creator The patch is still 'proof-of-concept quality' and needs some calculations for xsize and ysize but at least seems to display valid QRcodes in both Labels and Patron cards. Created attachment 92490 [details] [review] proposed patch to add QRcode functionality to Label and PatronCard creator Hi Theodorus, is your patch ready for testing? If so, please switch to 'needs sign-off' to alert testers! |