inventree / InvenTree

Open Source Inventory Management System
https://docs.inventree.org
MIT License
4.25k stars 766 forks source link

Native print support for QR codes #709

Closed SchrodingersGat closed 4 years ago

SchrodingersGat commented 4 years ago

Add ability (in the web interface) to print a QR code directly to a label maker / sticker printer. This might be as simple as passing the QR code to the computer's printer interface and the user selects the printer. Not sure.

maholli commented 4 years ago

For what it's worth, I use a Brother PTD600 to print barcodes and labels over USB. Tape widths range from 9mm to (I think) 24mm. Big enough for me to put QR labels on things.

a7hybnj2 commented 4 years ago

I have a pt-p700 which I like but the software only generates qr codes which does need a pretty wide tape. I would like micro-qr or data-matrix so I could use the smaller tapes.

Maybe I just need to try to print from a different application.

rco3 commented 4 years ago

I'm fond of my Dymo LabelWriter 450

SchrodingersGat commented 4 years ago

support for printing of custom labels is now implemented - #906