Complete QR Code Labels Overhaul #53
Replies: 6 comments 11 replies
-
How would a template be structured? There's this library that does decently flexible PDF generation: https://github.com/johnfercher/maroto My original plan was "code as templates", a simple function that takes in parameters + data and outputs a Maroto PDF. Except it's hard to make it pretty since we're directly manipulating PDFs. Considering the learning curve for Maroto, an extra dependency, and basically requiring a recompilation, I gave up on my last PR attempting to do this. Any input on the overall architecture? We can do a custom generation workflow, but it's gonna be a lot of work. Wonder if Snipe-IT has something that we can learn from. |
Beta Was this translation helpful? Give feedback.
-
Can somebody tell me how I can create QR codes in the current version v0.12.1 anyway? I saw this Reddit post https://www.reddit.com/r/selfhosted/comments/1aqmgo0/feel_like_ive_been_looking_for_something_like/ where somebody has at least a label under the QR code but when I hover in the app to a QR code I have no chance to add any text. I mean we have this label overview function but how can I really say I want a list of all locations for example and print them all at once? Am I missing something? |
Beta Was this translation helpful? Give feedback.
-
I would be happy to support a bounty on this. Its the only thing I do not like about the package. |
Beta Was this translation helpful? Give feedback.
-
I'd also happily support a bounty on this. Is this possible? |
Beta Was this translation helpful? Give feedback.
-
If I may, would it be possible to define the sheet and label measures in non-freedom units as an option please? |
Beta Was this translation helpful? Give feedback.
-
There are some Brother printers that connect directly to the network via Ethernet, can a label generation / QR function etc be added to directly print the asset label as the item is added? Sadly, I don't know enough about programming to do any work on this... |
Beta Was this translation helpful? Give feedback.
-
Right now the QR code labels are extremely limited, and I think that it needs correcting. Below is a list of key categories of things I think need correcting.
Labels for All
Labels for every type of item, location, etc. should be supported.
Layout Templates
Options
In general, I really like the way Snipe-IT handles label generation, and I think it would be a good example to try and follow in terms of actual generation and options.
Beta Was this translation helpful? Give feedback.
All reactions