From 44ea577b286fbe7b0d12b2bcf5dc33889fc13d39 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Sun, 26 Jun 2022 23:33:13 +0200 Subject: [PATCH 1/3] add zebra plugin --- docs/extend/integrate.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/extend/integrate.md b/docs/extend/integrate.md index 72ef395..ad68be7 100644 --- a/docs/extend/integrate.md +++ b/docs/extend/integrate.md @@ -23,3 +23,9 @@ Still under heavy development. [InvenTree droplet](https://marketplace.digitalocean.com/apps/inventree?refcode=d6172576d014) is a 1-click solution to deploy InvenTree in the cloud with DigitalOcean. You still have to administer and update your instance. The source code for this droplet can be found in [inventree_droplet](https://github.com/invenhost/inventree_droplet). + +### InvenTree brother plugin + +[InvenTree zebra plugin](https://github.com/SergeoLacruz/inventree-zebra-plugin) is a plugin to print labels with zebra printers. +Currently only the GK420T printer is supported. + From 163e7d070b5435af266074d10720392d17f81408 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Sun, 26 Jun 2022 23:33:36 +0200 Subject: [PATCH 2/3] add first party plugins --- docs/extend/integrate.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/extend/integrate.md b/docs/extend/integrate.md index ad68be7..aacc162 100644 --- a/docs/extend/integrate.md +++ b/docs/extend/integrate.md @@ -29,3 +29,9 @@ The source code for this droplet can be found in [inventree_droplet](https://git [InvenTree zebra plugin](https://github.com/SergeoLacruz/inventree-zebra-plugin) is a plugin to print labels with zebra printers. Currently only the GK420T printer is supported. + +## First party plugins + +### InvenTree brother plugin + +[InvenTree brother plugin](https://github.com/inventree/inventree-brother-plugin) is a plugin to print labels with brother Q series printers. From ccaa2de9fa810d882ca9c6e51cf904a20787c0be Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Mon, 27 Jun 2022 01:51:07 +0200 Subject: [PATCH 3/3] fix wrong name --- docs/extend/integrate.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/extend/integrate.md b/docs/extend/integrate.md index aacc162..a4acfff 100644 --- a/docs/extend/integrate.md +++ b/docs/extend/integrate.md @@ -24,7 +24,7 @@ Still under heavy development. [InvenTree droplet](https://marketplace.digitalocean.com/apps/inventree?refcode=d6172576d014) is a 1-click solution to deploy InvenTree in the cloud with DigitalOcean. You still have to administer and update your instance. The source code for this droplet can be found in [inventree_droplet](https://github.com/invenhost/inventree_droplet). -### InvenTree brother plugin +### InvenTree zebra plugin [InvenTree zebra plugin](https://github.com/SergeoLacruz/inventree-zebra-plugin) is a plugin to print labels with zebra printers. Currently only the GK420T printer is supported.