diff --git a/SchrodingersGat/inventree-brother-plugin.html b/SchrodingersGat/inventree-brother-plugin.html index f88ad5a6..9da59dbf 100644 --- a/SchrodingersGat/inventree-brother-plugin.html +++ b/SchrodingersGat/inventree-brother-plugin.html @@ -31,11 +31,11 @@ - + +{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"SchrodingersGat"},"dateModified":"2024-02-19T21:04:18+00:00","datePublished":"2024-02-19T21:04:18+00:00","description":"Brother label printer plugin for InvenTree","headline":"Inventree Brother Plugin","mainEntityOfPage":{"@type":"WebPage","@id":"/SchrodingersGat/inventree-brother-plugin"},"url":"/SchrodingersGat/inventree-brother-plugin"} diff --git a/SchrodingersGat/inventree-wireviz.html b/SchrodingersGat/inventree-wireviz.html index a62e749e..9db97380 100644 --- a/SchrodingersGat/inventree-wireviz.html +++ b/SchrodingersGat/inventree-wireviz.html @@ -31,11 +31,11 @@ - + +{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"SchrodingersGat"},"dateModified":"2024-02-19T21:04:18+00:00","datePublished":"2024-02-19T21:04:18+00:00","description":"Wireviz Extension for InvenTree","headline":"Inventree Wireviz","mainEntityOfPage":{"@type":"WebPage","@id":"/SchrodingersGat/inventree-wireviz"},"url":"/SchrodingersGat/inventree-wireviz"} diff --git a/SergeoLacruz.html b/SergeoLacruz.html index 3663032f..e9238039 100644 --- a/SergeoLacruz.html +++ b/SergeoLacruz.html @@ -30,11 +30,11 @@ - + +{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2024-02-19T21:04:18+00:00","datePublished":"2024-02-19T21:04:18+00:00","description":"Hardware engineer in Germany and vintage fan.","headline":"Sergeolacruz","mainEntityOfPage":{"@type":"WebPage","@id":"/SergeoLacruz"},"url":"/SergeoLacruz"} diff --git a/SergeoLacruz/inventree-supplier-panel.html b/SergeoLacruz/inventree-supplier-panel.html index fe74c994..93922cb3 100644 --- a/SergeoLacruz/inventree-supplier-panel.html +++ b/SergeoLacruz/inventree-supplier-panel.html @@ -31,11 +31,11 @@ - + +{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"SergeoLacruz"},"dateModified":"2024-02-19T21:04:18+00:00","datePublished":"2024-02-19T21:04:18+00:00","description":"Create Mouser shopping cart from purchase order","headline":"Inventree Supplier Panel","mainEntityOfPage":{"@type":"WebPage","@id":"/SergeoLacruz/inventree-supplier-panel"},"url":"/SergeoLacruz/inventree-supplier-panel"} diff --git a/SergeoLacruz/inventree-zebra-plugin.html b/SergeoLacruz/inventree-zebra-plugin.html index 3a5c5a97..bbaad0d2 100644 --- a/SergeoLacruz/inventree-zebra-plugin.html +++ b/SergeoLacruz/inventree-zebra-plugin.html @@ -31,11 +31,11 @@ - + +{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"SergeoLacruz"},"dateModified":"2024-02-19T21:04:18+00:00","datePublished":"2024-02-19T21:04:18+00:00","description":"Zebra Label Printer Plugin for Inventree","headline":"Inventree Zebra Plugin","mainEntityOfPage":{"@type":"WebPage","@id":"/SergeoLacruz/inventree-zebra-plugin"},"url":"/SergeoLacruz/inventree-zebra-plugin"} @@ -77,20 +77,19 @@
Zebra Label Printer Plugin for Inventree
This is a label printing plugin for InvenTree, which provides support for Zebra Label printers . -It supports printing to just GK420T with one label size (50x30) so far. So it is very simple. It uses the zpl library to -convert the png data provided by InvenTree to Zebras bitmap format.
+It was only tested with GK420T but should work for other ZPL printers too. It uses the ZPL library to +convert the png data provided by InvenTree to Zebra’s bitmap format.It can output the print data either to a local printer connected to the computer via USB or to a network printer -with an IP address. The output can be configured in the InvenTree plugin user interface. So the source code is -a good example for this.
+with an IP address. The output can be configured in the InvenTree plugin user interface.Error handling is very basic.
Install this plugin using pip with the following command::
+The plugin is on pypi. Install this plugin using pip with the following command:
-pip install git+https://github.com/SergeoLacruz/inventree-zebra-plugin
+pip install inventree-zebra-plugin
Configuration Options
@@ -105,11 +104,54 @@ a good example for this.
Local Device
In case of a local printer set the device here. The plugin actually puts the data directly to the
-device libe /dev/usb/lp0. No printer spooler is involved so far.
+device /dev/usb/lp0. No printer spooler is involved so far.
+
+Threshold
+The image from pillow comes in greyscale. The plugin converts it ti pure BW because this gives a much
+better print result. The threshold between black and white can be adjusted here.
+
+Darkness
+This is a value that influences the darkness of the print. Allowed values are 0 (white) to 30 (black).
+It is directly converted to a SD command in ZPL. If your black areas tend to blur out reduce the
+darkness.
+
+Dots per mm
+This sets the resolution of the printer. You can choose between 8, 12 and 24
+dpmm depending on your printer model.
+
+Printer init
+This string added to the printer output. It can be used to set special commands
+e.g. label rotation, mirror or white on black. Please refer to the ZPL manual
+for more information.
+
+Zebra printers store settings after printing. So if a rotated label has been
+printed all following label will be rotated unless you change it. The default
+sets the printer to settings that have been useful for me. You might want to
+change it according to your requirements. Please keep in mind that this string
+is passed directly to the printer without any checks. So be careful when editing
+here.
+
+Label Template
+The label needs a template described in html and css. The template should start with a page definition
+that defines the label size as shown below:
+
+ @page {
+ {% localize off %}
+ height: mm;
+ width: mm;
+ {% endlocalize %}
+ padding: 0mm;
+ margin: 0px 0px 0px 0px;
+ background-color: white;
+ }
+
+
+The height and width parameters are defined in the InvenTree admin panel in the label section. These values
+have to fit the label size that is in the printer. See the example templates for details on template definition.
How it works
-First import all the stuff you need. Here we use the translation mechanism from django for multi language support.
-The import the InvenTree libs and everything you need for plugin. Here we have zpl for the Zebra bitmaps and socket
+
First import all the stuff you need. Here we use the translation mechanism from Django for multi language support.
+The import the InvenTree libs and everything you need for plugin. Here we have ZPL for the Zebra bitmaps and socket
for the IP connection to the printer.
The next part is this:
@@ -150,7 +192,7 @@ need to be like that. The values are found in the UI as shown in the pictures be
We need to define a dict with the name SETTINGS. Please be aware the keys need to be in all CAPITAL letters like CONNECTION.
Simple parameters are just text strings like the port. We can set a default. The name and description shows up in the UI.
-Instead of ta simple test we can also use choices. The first string like “local” it the key you use in the code. The second
+Instead of a simple text we can also use choices. The first string like “local” it the key you use in the code. The second
one is the description in the UI.
After that we need to define a function:
@@ -164,12 +206,15 @@ After that we need to define a function:
user
filename
label_instance
+ item_instance
width
height
png_file
-For the Zebra printer we use the png_file. This is a PIL (python Pillow) object with the graphic of the label in PNG format.
+
The item_instance is the part to be printed. This allows direct access to all part data. The arguments width and height
+come from the settings of the label in the admin interface. NOT from the html template.
+For the Zebra printer we use the png_file. This is a PIL (python Pillow) object with the graphic of the label in PNG format.
The PIL object is a greyscale image. Because the printer can just print pure BW we convert this to a BW picture.
fn = lambda x : 255 if x > Threshold else 0
@@ -177,34 +222,62 @@ The PIL object is a greyscale image. Because the printer can just print pure BW
The threshold can by modified by a plugin parameter. 200 is a good starting value. This trick gives much better prints.
-We can put the result this directly into the zpl library.
+We can put the result of this directly into the ZPL library.
-l = zpl.Label(50,30,8)
+l = zpl.Label(Height, Width, dpmm)
l.origin(0, 0)
-l.write_graphic(label_image, 50)
+...
+l.write_graphic(label_image, Width)
l.endorigin()
-50,30 is the size of the label in millimeters. The third parameter is the resolution of the printer in
-dots per mm. As the Zebra printer has 200dpi we put an eight here. write_graphic converts the pillow data
-to zpl. 50 is the with of the image in mm.
+Width and Height define is the size of the label in millimeters as described above.
+The third parameter is the resolution of the printer in dots per mm.
+write_graphic converts the pillow data to ZPL.
-The plugin was tested with a label of 50x30 mm defined using css and html in InvenTree as shown below. The DPI scaling
-can be chosen in the InvenTree settings. 400 is a good value because it is just double of the printers
-resolution. If you save the pillow data to a png file you get a size of 788x473 which fits well to that data.
-
-<style>
- @page {
- width: 50mm;
- height: 30mm;
- padding: 0mm;
- margin: 0px 0px 0px 0px;
- background-color: white;
- }
-
+The plugin was tested with a labels of various sizes defined using css and html. The DPI scaling
+can be chosen in the InvenTree settings. 800 is a good value because it gives high quality.
The rest of the code is just output to the printer on different interfaces.
+Quality matters
+The InvenTree printer system uses a graphical representation of the label. The label is described
+in HTML, converted to a pixel graphic and printed. The advantage is independency from printer
+models and systems. Disadvantage is larger data and quality problems with darkness and scaling.
+Let’s have a look at the following printout:
+
+
+
+Both codes have been printed with the same printer on the same reel. The left one is
+hardly readable using my mobile. The right one reads easily even as it is smaller.
+
+Secret 1, Scale
+The printer resolution is 8 dots per mm resulting in a dot size of 0.125mm. The QR code pixel
+and the printer pixel size should be integrally divisible. The code in the picture has 21
+pixels plus one in the frame, so 23 pixel. The frame is set in the HTML description.
+
+{% qrcode qr_data border=1 %}
+
+
+I selected two dots per pixel. So 23 * 2 * 0.125 = 6.125mm. If the size is something different
+scaling takes place and the result might be worse. If you like a larger printout select more
+dots per pixel. From a certain size upwards the value does not matter any more because the code
+gets large enough to be readable in any quality.
+
+Secret 2: Darkness
+Zebra printers allow to set the darkness of the print in values between 0 (white) and 30 (max)
+The left code was printed with a value 0r 30. The black dots tend to blur out a bit resulting
+in smaller white areas. The right code was printed with a value of 25 resulting in larger white
+pixels. The darkness values are just examples. Your values will differ based on printer model,
+media type and printer age. The printer head tends to wear out and the darkness value might
+need an adjustment from time to time.
+
+Alternative
+You can also bypass the InvenTree template and printing system and directly create ZPL from
+the parts data. The printer knows best how to render the label and the print quality is best.
+If you are interested in this way have a look at the inventree-zpl-plugin
+that does exactly that.
+
diff --git a/afkiwers/inventree-kicad.html b/afkiwers/inventree-kicad.html
index b9c12940..1e373441 100644
--- a/afkiwers/inventree-kicad.html
+++ b/afkiwers/inventree-kicad.html
@@ -31,11 +31,11 @@
-
+
+{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"afkiwers"},"dateModified":"2024-02-19T21:04:18+00:00","datePublished":"2024-02-19T21:04:18+00:00","description":"KiCad Integration for InvenTree","headline":"Inventree Kicad","mainEntityOfPage":{"@type":"WebPage","@id":"/afkiwers/inventree-kicad"},"url":"/afkiwers/inventree-kicad"}
diff --git a/afwkiers.html b/afwkiers.html
index f3e19d67..2bb793eb 100644
--- a/afwkiers.html
+++ b/afwkiers.html
@@ -30,11 +30,11 @@
-
+
+{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2024-02-19T21:04:18+00:00","datePublished":"2024-02-19T21:04:18+00:00","description":"InvenTree is an open-source inventory management system which provides intuitive parts management and stock control. It is at the center of an ecosystem of addins for EDA tools, API wrapper, deeply integrated plugins and 3rd party tools.","headline":"Afwkiers","mainEntityOfPage":{"@type":"WebPage","@id":"/afwkiers"},"url":"/afwkiers"}
diff --git a/assets/plugins/qr.png b/assets/plugins/qr.png
new file mode 100644
index 00000000..266a45b8
Binary files /dev/null and b/assets/plugins/qr.png differ
diff --git a/blog/feed.atom b/blog/feed.atom
index d38a2285..7ceee8c0 100644
--- a/blog/feed.atom
+++ b/blog/feed.atom
@@ -1,4 +1,4 @@
-Jekyll 2024-02-19T20:47:40+00:00 /blog/feed.atom InvenTree InvenTree is an open-source inventory management system which provides intuitive parts management and stock control. It is at the center of an ecosystem of addins for EDA tools, API wrapper, deeply integrated plugins and 3rd party tools. 2023 in Review 2024-01-13T00:00:00+00:00 2024-01-13T00:00:00+00:00 /blog/2024/01/13/upcoming 2023 in Review
+Jekyll 2024-02-19T21:04:18+00:00 /blog/feed.atom InvenTree InvenTree is an open-source inventory management system which provides intuitive parts management and stock control. It is at the center of an ecosystem of addins for EDA tools, API wrapper, deeply integrated plugins and 3rd party tools. 2023 in Review 2024-01-13T00:00:00+00:00 2024-01-13T00:00:00+00:00 /blog/2024/01/13/upcoming 2023 in Review
Once again, the InvenTree development team has had a very busy year! In 2023, we have released 3 major stable versions of the InvenTree software, with a significant number of new features and improvements. It is also worth noting that we have had a huge number of new contributors to the project, and we would like to thank everyone who has helped make this possible!
diff --git a/extend/app.html b/extend/app.html
index 95feff7f..5cd6e18c 100644
--- a/extend/app.html
+++ b/extend/app.html
@@ -297,6 +297,8 @@
+
+
diff --git a/functions.html b/functions.html
index c94decef..3abe4f64 100644
--- a/functions.html
+++ b/functions.html
@@ -206,6 +206,8 @@
+
+
diff --git a/lippoliv.html b/lippoliv.html
index 18097cb4..ea8d752f 100644
--- a/lippoliv.html
+++ b/lippoliv.html
@@ -30,11 +30,11 @@
-
+
+{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2024-02-19T21:04:18+00:00","datePublished":"2024-02-19T21:04:18+00:00","description":"With over 15 years of experience and big big passion I learned to take care about the details. They build up to the big picture we have in mind. I’m planning ahead & act early to prevent a big bang.","headline":"Lippoliv","mainEntityOfPage":{"@type":"WebPage","@id":"/lippoliv"},"url":"/lippoliv"}
diff --git a/lippoliv/inventree-default-salesorder-items.html b/lippoliv/inventree-default-salesorder-items.html
index 4e2a9153..5fff54f5 100644
--- a/lippoliv/inventree-default-salesorder-items.html
+++ b/lippoliv/inventree-default-salesorder-items.html
@@ -31,11 +31,11 @@
-
+
+{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"lippoliv"},"dateModified":"2024-02-19T21:04:18+00:00","datePublished":"2024-02-19T21:04:18+00:00","description":"Add default parts (configurable) to every newly created sales order automatically.","headline":"Inventree Default Salesorder Items","mainEntityOfPage":{"@type":"WebPage","@id":"/lippoliv/inventree-default-salesorder-items"},"url":"/lippoliv/inventree-default-salesorder-items"}
diff --git a/matmair.html b/matmair.html
index 99665f38..4544d6ae 100644
--- a/matmair.html
+++ b/matmair.html
@@ -30,11 +30,11 @@
-
+
+{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2024-02-19T21:04:18+00:00","datePublished":"2024-02-19T21:04:18+00:00","description":"I try to build an ecosystem of reusable plugins and integrations for InvenTree. Code once and KISS!","headline":"Matmair","mainEntityOfPage":{"@type":"WebPage","@id":"/matmair"},"url":"/matmair"}
diff --git a/matmair/inventree-apprise.html b/matmair/inventree-apprise.html
index e20c3421..a884de4e 100644
--- a/matmair/inventree-apprise.html
+++ b/matmair/inventree-apprise.html
@@ -31,11 +31,11 @@
-
+
+{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"matmair"},"dateModified":"2024-02-19T21:04:18+00:00","datePublished":"2024-02-19T21:04:18+00:00","description":"Send notifications from InvenTree via Apprise","headline":"Inventree Apprise","mainEntityOfPage":{"@type":"WebPage","@id":"/matmair/inventree-apprise"},"url":"/matmair/inventree-apprise"}
diff --git a/matmair/inventree-rapidoc.html b/matmair/inventree-rapidoc.html
index 0ce622ad..55adc195 100644
--- a/matmair/inventree-rapidoc.html
+++ b/matmair/inventree-rapidoc.html
@@ -31,11 +31,11 @@
-
+
+{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"matmair"},"dateModified":"2024-02-19T21:04:18+00:00","datePublished":"2024-02-19T21:04:18+00:00","description":"Use RapiDoc for Inventree API docs.","headline":"Inventree Rapidoc","mainEntityOfPage":{"@type":"WebPage","@id":"/matmair/inventree-rapidoc"},"url":"/matmair/inventree-rapidoc"}
diff --git a/matmair/inventree-zapier.html b/matmair/inventree-zapier.html
index ae7d9a20..a12df349 100644
--- a/matmair/inventree-zapier.html
+++ b/matmair/inventree-zapier.html
@@ -31,11 +31,11 @@
-
+
+{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"matmair"},"dateModified":"2024-02-19T21:04:18+00:00","datePublished":"2024-02-19T21:04:18+00:00","description":"Integrate Zapier into InvenTree","headline":"Inventree Zapier","mainEntityOfPage":{"@type":"WebPage","@id":"/matmair/inventree-zapier"},"url":"/matmair/inventree-zapier"}
diff --git a/news/feed.atom b/news/feed.atom
index 2ab12832..5ca80850 100644
--- a/news/feed.atom
+++ b/news/feed.atom
@@ -1,4 +1,4 @@
-Jekyll 2024-02-19T20:47:40+00:00 /news/feed.atom InvenTree | News InvenTree is an open-source inventory management system which provides intuitive parts management and stock control. It is at the center of an ecosystem of addins for EDA tools, API wrapper, deeply integrated plugins and 3rd party tools. 0.13.3 Release 2024-01-22T00:00:00+00:00 2024-01-22T00:00:00+00:00 /news/2024/01/22/0.13.3 0.13.3 Release
+Jekyll 2024-02-19T21:04:18+00:00 /news/feed.atom InvenTree | News InvenTree is an open-source inventory management system which provides intuitive parts management and stock control. It is at the center of an ecosystem of addins for EDA tools, API wrapper, deeply integrated plugins and 3rd party tools. 0.13.3 Release 2024-01-22T00:00:00+00:00 2024-01-22T00:00:00+00:00 /news/2024/01/22/0.13.3 0.13.3 Release
We are pleased to announce the 0.13.3 bug fix release, which represents a number of small bug fixes and stability improvements to the software
diff --git a/schrodingersgat.html b/schrodingersgat.html
index 4fee6b0f..4c14bc85 100644
--- a/schrodingersgat.html
+++ b/schrodingersgat.html
@@ -30,11 +30,11 @@
-
+
+{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2024-02-19T21:04:18+00:00","datePublished":"2024-02-19T21:04:18+00:00","description":"Maintainer of InvenTree.","headline":"Schrodingersgat","mainEntityOfPage":{"@type":"WebPage","@id":"/schrodingersgat"},"url":"/schrodingersgat"}
diff --git a/sitemap.xml b/sitemap.xml
index 06a35eff..f943be15 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -106,71 +106,71 @@
/SergeoLacruz
-2024-02-19T20:47:40+00:00
+2024-02-19T21:04:18+00:00
/afwkiers
-2024-02-19T20:47:40+00:00
+2024-02-19T21:04:18+00:00
/lippoliv
-2024-02-19T20:47:40+00:00
+2024-02-19T21:04:18+00:00
/matmair
-2024-02-19T20:47:40+00:00
+2024-02-19T21:04:18+00:00
/schrodingersgat
-2024-02-19T20:47:40+00:00
+2024-02-19T21:04:18+00:00
/wolflu05
-2024-02-19T20:47:40+00:00
+2024-02-19T21:04:18+00:00
/matmair/inventree-apprise
-2024-02-19T20:47:40+00:00
+2024-02-19T21:04:18+00:00
/SchrodingersGat/inventree-brother-plugin
-2024-02-19T20:47:40+00:00
+2024-02-19T21:04:18+00:00
/wolflu05/inventree-bulk-plugin
-2024-02-19T20:47:40+00:00
+2024-02-19T21:04:18+00:00
/wolflu05/inventree-cups-plugin
-2024-02-19T20:47:40+00:00
+2024-02-19T21:04:18+00:00
/lippoliv/inventree-default-salesorder-items
-2024-02-19T20:47:40+00:00
+2024-02-19T21:04:18+00:00
/afkiwers/inventree-kicad
-2024-02-19T20:47:40+00:00
+2024-02-19T21:04:18+00:00
/matmair/inventree-rapidoc
-2024-02-19T20:47:40+00:00
+2024-02-19T21:04:18+00:00
/SergeoLacruz/inventree-supplier-panel
-2024-02-19T20:47:40+00:00
+2024-02-19T21:04:18+00:00
/SchrodingersGat/inventree-wireviz
-2024-02-19T20:47:40+00:00
+2024-02-19T21:04:18+00:00
/matmair/inventree-zapier
-2024-02-19T20:47:40+00:00
+2024-02-19T21:04:18+00:00
/SergeoLacruz/inventree-zebra-plugin
-2024-02-19T20:47:40+00:00
+2024-02-19T21:04:18+00:00
/404
diff --git a/wolflu05.html b/wolflu05.html
index 1594e72a..deb2c812 100644
--- a/wolflu05.html
+++ b/wolflu05.html
@@ -30,11 +30,11 @@
-
+
+{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2024-02-19T21:04:18+00:00","datePublished":"2024-02-19T21:04:18+00:00","description":"InvenTree is an open-source inventory management system which provides intuitive parts management and stock control. It is at the center of an ecosystem of addins for EDA tools, API wrapper, deeply integrated plugins and 3rd party tools.","headline":"Wolflu05","mainEntityOfPage":{"@type":"WebPage","@id":"/wolflu05"},"url":"/wolflu05"}
diff --git a/wolflu05/inventree-bulk-plugin.html b/wolflu05/inventree-bulk-plugin.html
index e18c1d0e..fe9ca2d8 100644
--- a/wolflu05/inventree-bulk-plugin.html
+++ b/wolflu05/inventree-bulk-plugin.html
@@ -31,11 +31,11 @@
-
+
+{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"wolflu05"},"dateModified":"2024-02-19T21:04:18+00:00","datePublished":"2024-02-19T21:04:18+00:00","description":"Bulk creation plugin for InvenTree","headline":"Inventree Bulk Plugin","mainEntityOfPage":{"@type":"WebPage","@id":"/wolflu05/inventree-bulk-plugin"},"url":"/wolflu05/inventree-bulk-plugin"}
diff --git a/wolflu05/inventree-cups-plugin.html b/wolflu05/inventree-cups-plugin.html
index 3ad9e680..5de93c9e 100644
--- a/wolflu05/inventree-cups-plugin.html
+++ b/wolflu05/inventree-cups-plugin.html
@@ -31,11 +31,11 @@
-
+
+{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"wolflu05"},"dateModified":"2024-02-19T21:04:18+00:00","datePublished":"2024-02-19T21:04:18+00:00","description":"Label printing plugin for generic cups printers","headline":"Inventree Cups Plugin","mainEntityOfPage":{"@type":"WebPage","@id":"/wolflu05/inventree-cups-plugin"},"url":"/wolflu05/inventree-cups-plugin"}