diff --git a/LavissaWoW.html b/LavissaWoW.html new file mode 100644 index 00000000..7bb787b6 --- /dev/null +++ b/LavissaWoW.html @@ -0,0 +1,205 @@ + + + + + + + + + + + + + + + + + +InvenTree - Lavissawow + + + +Lavissawow | InvenTree + + + + + + + + + + + + + + + + + + +
+
+
+ + logo + InvenTree + + +
+ + + + +
+
+ +

+
+ +
+ mdo +
+ + Nichlas W. +
+

+ +
+ +GitHub + + + +Website + + + + +
+ +
+

Yes, WoW is for World of Warcraft

+ +
+ + + + + + +

Plugins

+ + +
+ +
+ +
+
+ +
+ + + diff --git a/LavissaWoW/inventree-ipn-generator.html b/LavissaWoW/inventree-ipn-generator.html new file mode 100644 index 00000000..6dd94e2f --- /dev/null +++ b/LavissaWoW/inventree-ipn-generator.html @@ -0,0 +1,344 @@ + + + + + + + + + + + + + + + + + +InvenTree - Inventree Ipn Generator + + + +Inventree Ipn Generator | InvenTree + + + + + + + + + + + + + + + + + + + +
+
+
+ + logo + InvenTree + + +
+ + + + +
+
+ +

inventree-ipn-generator + + + + mdo +

 LavissaWoW

+
+
+last modified: 21 Mar 2024 +

+ +
+
+

Introduction

+

Installing this plugin enables the automatic generation if Internal Part Numbers (IPN) for parts.

+ +

Installation

+

To automatically install the plugin when running invoke install: +Add inventree-ipn-generator to your plugins.txt file.

+ +

Or, install the plugin manually:

+ +
pip install inventree-ipn-generator
+
+ +

For the plugin to be listed as available, you need to enable “Event Integration” in your plugin settings. +This setting is located with the Plugin Settings on the settings page.

+ +

Settings

+ +
    +
  • Active - Enables toggling of plugin without having to disable it
  • +
  • On Create - If on, the plugin will assign IPNs to newly created parts
  • +
  • On Change - If on, the plugin will assign IPNs to parts after a change has been made. +Enabling this setting will remove the ability to have parts without IPNs.
  • +
+ +

Pattern

+

Part Number patterns follow three basic groups. Literals, Numerics, and characters. +When incrementing a part number, the rightmost group that is mutable will be incremented. +All groups can be combined in any order.

+ +

A pattern cannot consist of only Literals.

+ +

For any pattern, only the rightmost non-literal group will be incremented. +When this group rolls over its max, the next non-literal group to the left will be incremented. +Example: Given the groups (named for demo): L1C1N1C2L2 +Incrementing follows this order: C2, N1, C1.

+ +
+

NOTE: When C1 in the above example rolls over, the plugin will loop back to the first IPN. +This will cause duplicate IPNs if your InvenTree allows duplicate IPNs. +If your InvenTree does not allow duplicate IPNs, this will cause an error at the moment! +This will be addressed in an upcoming update.

+
+ +

Literals (Immutable)

+

Anything encased in () will be rendered as-is. no change will be made to anything within.

+ +

Example: (A6C) will always render as “A6C”, regardless of other groups

+ +

Numeric

+

Numbers that should change over time should be encased in {}

+
    +
  • +{5} respresents a number with max 5 digits
  • +
  • +{25+} represents a number 25-99
  • +
+ +

Example: {5+}{3} will result in this range: 5000-9999

+ +

Characters

+

Characters that change should be encased in []

+
    +
  • +[abc] represents looping through the letters a, b, c in order.
  • +
  • +[a-f] represents looping through the letters from a to f alphabetaically
  • +
+ +

These two directives can be combined.

+
    +
  • +[aQc-f] represents:
  • +
  • +
      +
    • +a, Q, c-f +
    • +
    +
  • +
+ +

Examples

+
    +
  1. +(AB){3}[ab] -> AB001a, AB001b, AB002a, AB021b, AB032a, etc
  2. +
  3. +{2}[Aq](BD) -> 01ABD, 01qBD, 02ABD, 02qBD, etc
  4. +
  5. +{1}[a-d]{8+} -> 1a8, 1a9, 1b8, 1b9, 1c8, 1c9, 1d8, 1d9, 2a8, etc
  6. +
+ +
+ +
+

Detail section

+
+

License: + + + MIT
+
+

+
+ Status:
+
+ + + Stable + + +
+
+ + + Maintained + + +
+
+ Package on PyPI:
inventree-ipn-generator
+ + + + + + +
+ +
+
+ + + + +
+ +

LavissaWoW/inventree-ipn-generator

+
+
+ + + + +
+ +
+ + Event + +
+
+ +
+ +
+ + Part + + IPN + + Generator + +
+
+
+
+
+ +
+ +
+ +
+
+ +
+ + + diff --git a/SchrodingersGat/inventree-brother-plugin.html b/SchrodingersGat/inventree-brother-plugin.html index 76fc8c70..3e198507 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-03-21T22:09:44+00:00","datePublished":"2024-03-21T22:09:44+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 05d36477..9a80bc83 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-03-21T22:09:44+00:00","datePublished":"2024-03-21T22:09:44+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 d26a1f67..38decc12 100644 --- a/SergeoLacruz.html +++ b/SergeoLacruz.html @@ -30,11 +30,11 @@ - + +{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2024-03-21T22:09:44+00:00","datePublished":"2024-03-21T22:09:44+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 9855df47..497ba64b 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-03-21T22:09:44+00:00","datePublished":"2024-03-21T22:09:44+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 e3a73d9f..766c13d2 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-03-21T22:09:44+00:00","datePublished":"2024-03-21T22:09:44+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"} diff --git a/afkiwers/inventree-kicad.html b/afkiwers/inventree-kicad.html index 1a2d3193..f2289c98 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-03-21T22:09:44+00:00","datePublished":"2024-03-21T22:09:44+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 b71a51a4..4d6fb0eb 100644 --- a/afwkiers.html +++ b/afwkiers.html @@ -30,11 +30,11 @@ - + +{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2024-03-21T22:09:44+00:00","datePublished":"2024-03-21T22:09:44+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/blog/feed.atom b/blog/feed.atom index 78c937fc..bc737635 100644 --- a/blog/feed.atom +++ b/blog/feed.atom @@ -1,4 +1,4 @@ -Jekyll2024-03-21T00:58:57+00:00/blog/feed.atomInvenTreeInvenTree 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.Docker Setup Guide2024-03-13T00:00:00+00:002024-03-13T00:00:00+00:00/blog/2024/03/13/dockerIn this post, we will run though a tutorial for setting up InvenTree in a Docker container. We are installing a stable version of InvenTree, which (at the time of posting) is version 0.14.2.

+Jekyll2024-03-21T22:09:44+00:00/blog/feed.atomInvenTreeInvenTree 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.Docker Setup Guide2024-03-13T00:00:00+00:002024-03-13T00:00:00+00:00/blog/2024/03/13/dockerIn this post, we will run though a tutorial for setting up InvenTree in a Docker container. We are installing a stable version of InvenTree, which (at the time of posting) is version 0.14.2.

Digital Ocean

diff --git a/lippoliv.html b/lippoliv.html index 32dc65b3..91c497e4 100644 --- a/lippoliv.html +++ b/lippoliv.html @@ -30,11 +30,11 @@ - + +{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2024-03-21T22:09:44+00:00","datePublished":"2024-03-21T22:09:44+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 a9c8a776..3ed40f53 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-03-21T22:09:44+00:00","datePublished":"2024-03-21T22:09:44+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 6cdf975d..78e79ef9 100644 --- a/matmair.html +++ b/matmair.html @@ -30,11 +30,11 @@ - + +{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2024-03-21T22:09:44+00:00","datePublished":"2024-03-21T22:09:44+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 c4811cb4..9dc78a35 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-03-21T22:09:44+00:00","datePublished":"2024-03-21T22:09:44+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 3a9f7e3f..3d81bca0 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-03-21T22:09:44+00:00","datePublished":"2024-03-21T22:09:44+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 14718281..5f25dad4 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-03-21T22:09:44+00:00","datePublished":"2024-03-21T22:09:44+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 91d5830a..e0637261 100644 --- a/news/feed.atom +++ b/news/feed.atom @@ -1,4 +1,4 @@ -Jekyll2024-03-21T00:58:57+00:00/news/feed.atomInvenTree | NewsInvenTree 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.14.2 Release2024-03-13T00:00:00+00:002024-03-13T00:00:00+00:00/news/2024/03/13/0.14.20.14.2 Release +Jekyll2024-03-21T22:09:44+00:00/news/feed.atomInvenTree | NewsInvenTree 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.14.2 Release2024-03-13T00:00:00+00:002024-03-13T00:00:00+00:00/news/2024/03/13/0.14.20.14.2 Release

We are pleased to announce the 0.14.2 bug fix release, which represents a number of small bug fixes and stability improvements to the software

diff --git a/plugins.html b/plugins.html index bddbe5fb..0a0b4cda 100644 --- a/plugins.html +++ b/plugins.html @@ -248,6 +248,42 @@

Add default parts (configurable) to every newly created sales order automatically.

+ + + + + +
+ +
+
+
+ + Event + + + Part + + IPN + + Generator + +
+

inventree-ipn-generator

+
+

+

Introduction

+Installing this plugin enables the automatic generation if Internal Part Numbers (IPN) for parts. +
diff --git a/plugins/categories/index.html b/plugins/categories/index.html index d4fd9529..e627d783 100644 --- a/plugins/categories/index.html +++ b/plugins/categories/index.html @@ -156,6 +156,10 @@ + + + + @@ -288,6 +292,10 @@ + + + + @@ -354,6 +362,44 @@
+ + + + + +
+
+
+
+ + Event + + + Part + + IPN + + Generator + +
+

inventree-ipn-generator

+
+

+

Introduction

+Installing this plugin enables the automatic generation if Internal Part Numbers (IPN) for parts. + +
+
+
@@ -447,6 +493,10 @@ + + + + @@ -520,6 +570,10 @@ + + + + @@ -668,6 +722,10 @@ + + + + @@ -786,6 +844,10 @@ + + + + @@ -908,6 +970,10 @@ + + + + @@ -948,6 +1014,10 @@ + + + + diff --git a/plugins/tags/index.html b/plugins/tags/index.html index d41e93ef..18b06f07 100644 --- a/plugins/tags/index.html +++ b/plugins/tags/index.html @@ -131,12 +131,24 @@ + + Generator + + + + IFTTT + + IPN + + + + Label @@ -347,6 +359,10 @@ + + + + @@ -442,6 +458,10 @@ + + + + @@ -529,6 +549,10 @@ + + + + @@ -573,6 +597,10 @@ + + + + @@ -699,6 +727,10 @@ + + + + @@ -743,6 +775,10 @@ + + + + @@ -871,6 +907,10 @@ + + + + @@ -958,6 +998,10 @@ + + + + @@ -1045,6 +1089,10 @@ + + + + @@ -1124,6 +1172,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

Generator

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+ + Event + + + Part + + IPN + + Generator + +
+

inventree-ipn-generator

+
+

+

Introduction

+Installing this plugin enables the automatic generation if Internal Part Numbers (IPN) for parts. + +
+
+
+ + + + + @@ -1219,6 +1362,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+

IPN

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+ + Event + + + Part + + IPN + + Generator + +
+

inventree-ipn-generator

+
+

+

Introduction

+Installing this plugin enables the automatic generation if Internal Part Numbers (IPN) for parts. + +
+
+
+ + + + + @@ -1353,6 +1591,10 @@ + + + + @@ -1475,6 +1717,10 @@ + + + + @@ -1570,6 +1816,10 @@ + + + + @@ -1665,6 +1915,10 @@ + + + + @@ -1736,6 +1990,44 @@ +
+
+
+
+ + Event + + + Part + + IPN + + Generator + +
+

inventree-ipn-generator

+
+

+

Introduction

+Installing this plugin enables the automatic generation if Internal Part Numbers (IPN) for parts. + +
+
+
+ + + + + @@ -1871,6 +2163,10 @@ + + + + @@ -1989,6 +2285,10 @@ + + + + @@ -2060,6 +2360,10 @@ + + + + @@ -2192,6 +2496,10 @@ + + + + @@ -2287,6 +2595,10 @@ + + + + @@ -2374,6 +2686,10 @@ + + + + @@ -2469,6 +2785,10 @@ + + + + @@ -2521,6 +2841,10 @@ + + + + @@ -2604,6 +2928,10 @@ + + + + @@ -2689,6 +3017,10 @@ + + + + @@ -2756,6 +3088,10 @@ + + + + @@ -2841,6 +3177,10 @@ + + + + @@ -2934,6 +3274,10 @@ + + + + @@ -3009,6 +3353,10 @@ + + + + @@ -3102,6 +3450,10 @@ + + + + diff --git a/publishers.html b/publishers.html index 6ad6513b..97c28c9d 100644 --- a/publishers.html +++ b/publishers.html @@ -61,6 +61,14 @@
    +
  • +

    Nichlas W.

    +

    +

    +

    Yes, WoW is for World of Warcraft

    + +
  • +
  • Michael

    diff --git a/schrodingersgat.html b/schrodingersgat.html index 47ba2003..1b450846 100644 --- a/schrodingersgat.html +++ b/schrodingersgat.html @@ -30,11 +30,11 @@ - + +{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2024-03-21T22:09:44+00:00","datePublished":"2024-03-21T22:09:44+00:00","description":"Maintainer of InvenTree.","headline":"Schrodingersgat","mainEntityOfPage":{"@type":"WebPage","@id":"/schrodingersgat"},"url":"/schrodingersgat"} diff --git a/sitemap.xml b/sitemap.xml index 4f27eac7..b03dc024 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -117,72 +117,80 @@ 2024-03-13T00:00:00+00:00 +/LavissaWoW +2024-03-21T22:09:44+00:00 + + /SergeoLacruz -2024-03-21T00:58:57+00:00 +2024-03-21T22:09:44+00:00 /afwkiers -2024-03-21T00:58:57+00:00 +2024-03-21T22:09:44+00:00 /lippoliv -2024-03-21T00:58:57+00:00 +2024-03-21T22:09:44+00:00 /matmair -2024-03-21T00:58:57+00:00 +2024-03-21T22:09:44+00:00 /schrodingersgat -2024-03-21T00:58:57+00:00 +2024-03-21T22:09:44+00:00 /wolflu05 -2024-03-21T00:58:57+00:00 +2024-03-21T22:09:44+00:00 /matmair/inventree-apprise -2024-03-21T00:58:57+00:00 +2024-03-21T22:09:44+00:00 /SchrodingersGat/inventree-brother-plugin -2024-03-21T00:58:57+00:00 +2024-03-21T22:09:44+00:00 /wolflu05/inventree-bulk-plugin -2024-03-21T00:58:57+00:00 +2024-03-21T22:09:44+00:00 /wolflu05/inventree-cups-plugin -2024-03-21T00:58:57+00:00 +2024-03-21T22:09:44+00:00 /lippoliv/inventree-default-salesorder-items -2024-03-21T00:58:57+00:00 +2024-03-21T22:09:44+00:00 + + +/LavissaWoW/inventree-ipn-generator +2024-03-21T22:09:44+00:00 /afkiwers/inventree-kicad -2024-03-21T00:58:57+00:00 +2024-03-21T22:09:44+00:00 /matmair/inventree-rapidoc -2024-03-21T00:58:57+00:00 +2024-03-21T22:09:44+00:00 /SergeoLacruz/inventree-supplier-panel -2024-03-21T00:58:57+00:00 +2024-03-21T22:09:44+00:00 /SchrodingersGat/inventree-wireviz -2024-03-21T00:58:57+00:00 +2024-03-21T22:09:44+00:00 /matmair/inventree-zapier -2024-03-21T00:58:57+00:00 +2024-03-21T22:09:44+00:00 /SergeoLacruz/inventree-zebra-plugin -2024-03-21T00:58:57+00:00 +2024-03-21T22:09:44+00:00 /404 diff --git a/wolflu05.html b/wolflu05.html index 5d237dd2..0b84aee8 100644 --- a/wolflu05.html +++ b/wolflu05.html @@ -30,11 +30,11 @@ - + +{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2024-03-21T22:09:44+00:00","datePublished":"2024-03-21T22:09:44+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 7f38b15e..33a30865 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-03-21T22:09:44+00:00","datePublished":"2024-03-21T22:09:44+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 99a26cc0..ee60e3ab 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-03-21T22:09:44+00:00","datePublished":"2024-03-21T22:09:44+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"}