2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-04-28 13:36:47 +00:00

deploy: ca777e4a44527f7f7e5b9e81cb39bcb32cd8f4b2

This commit is contained in:
matmair 2023-06-01 14:24:44 +00:00
parent 7cc0c2e498
commit 4c2b97bf60
22 changed files with 761 additions and 50 deletions

View File

@ -31,11 +31,11 @@
<meta property="og:url" content="/SchrodingersGat/inventree-brother-plugin" />
<meta property="og:site_name" content="InvenTree" />
<meta property="og:type" content="article" />
<meta property="article:published_time" content="2023-05-08T00:57:31+00:00" />
<meta property="article:published_time" content="2023-06-01T14:24:32+00:00" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="Inventree Brother Plugin" />
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"SchrodingersGat"},"dateModified":"2023-05-08T00:57:31+00:00","datePublished":"2023-05-08T00:57:31+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"}</script>
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"SchrodingersGat"},"dateModified":"2023-06-01T14:24:32+00:00","datePublished":"2023-06-01T14:24:32+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"}</script>
<!-- End Jekyll SEO tag -->
<script async defer src="https://umami.invenhost.com/umami.js" data-website-id="c713a5e9-25cf-4bb6-9e84-ceb041a53986" data-do-not-track="true"></script>
@ -67,7 +67,7 @@
<a href="/schrodingersgat">
<span class="inline-flex">by <img src="https://github.com/SchrodingersGat.png?size=40" alt="mdo" class="self-center w-5 h-5 rounded-full" style="margin:0px"> SchrodingersGat</span>
</a></span>
<span class="sm:ml-2 text-sm">last modified: 08 May 2023</span>
<span class="sm:ml-2 text-sm">last modified: 01 Jun 2023</span>
</h2>
<div class="flex-wrap md:flex md:flex-nowrap">

View File

@ -0,0 +1,266 @@
<!DOCTYPE html>
<html lang=" en-US ">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/assets/splide/css/splide.min.css">
<link rel="stylesheet" href="/assets/index.css">
<link rel="shortcut icon" type="image/png" href="/assets/icon/favicon.ico">
<script src="/assets/splide/js/splide.min.js"></script>
<!-- Fontawesome integration -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css">
<title>InvenTree - Inventree Wireviz</title>
<meta itemprop="description" name="description"
content="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 a..." />
<!-- Begin Jekyll SEO tag v2.8.0 -->
<title>Inventree Wireviz | InvenTree</title>
<meta name="generator" content="Jekyll v4.3.2" />
<meta property="og:title" content="Inventree Wireviz" />
<meta name="author" content="SchrodingersGat" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="Wireviz Extension for InvenTree" />
<meta property="og:description" content="Wireviz Extension for InvenTree" />
<link rel="canonical" href="/SchrodingersGat/inventree-wireviz" />
<meta property="og:url" content="/SchrodingersGat/inventree-wireviz" />
<meta property="og:site_name" content="InvenTree" />
<meta property="og:type" content="article" />
<meta property="article:published_time" content="2023-06-01T14:24:32+00:00" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="Inventree Wireviz" />
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"SchrodingersGat"},"dateModified":"2023-06-01T14:24:32+00:00","datePublished":"2023-06-01T14:24:32+00:00","description":"Wireviz Extension for InvenTree","headline":"Inventree Wireviz","mainEntityOfPage":{"@type":"WebPage","@id":"/SchrodingersGat/inventree-wireviz"},"url":"/SchrodingersGat/inventree-wireviz"}</script>
<!-- End Jekyll SEO tag -->
<script async defer src="https://umami.invenhost.com/umami.js" data-website-id="c713a5e9-25cf-4bb6-9e84-ceb041a53986" data-do-not-track="true"></script>
</head>
<body class="flex flex-col antialiased cm-gray-1 min-h-screen">
<div class="flex-none">
<header class="cm-gray-2 body-font sticky top-0 z-50 bg-gradient-to-r from-white to-secondary">
<div class="container mx-auto flex flex-wrap p-5 flex-row items-center">
<a class="flex title-font font-medium items-center cm-gray-1 mb-0 mr-2" href="/">
<img src="/assets/logo.png" alt="logo" height="32" width="32" class="h-8">
<span class="ml-3 text-xl">InvenTree</span>
</a>
<div class="flex-grow xs:flex-none"></div>
<nav class="md:mr-auto md:py-1 xs:ml-4 xs:pl-4 xs:border-l xs:border-gray-400 flex flex-wrap items-center text-base justify-center">
<a class="mr-5 hover:cm-gray-1" href="/deploy.html">Deploy</a>
<a class="mr-5 hover:cm-gray-1" href="https://docs.inventree.org/en/latest/">Docs</a>
<a class="mr-5 hover:cm-gray-1" href="/blog">Blog</a>
</nav>
</div>
</header> <article class="max-w-p90">
<h2>inventree-wireviz-plugin
<span class="sm:ml-2 text-sm">
<a href="/schrodingersgat">
<span class="inline-flex">by <img src="https://github.com/SchrodingersGat.png?size=40" alt="mdo" class="self-center w-5 h-5 rounded-full" style="margin:0px"> SchrodingersGat</span>
</a></span>
<span class="sm:ml-2 text-sm">last modified: 01 Jun 2023</span>
</h2>
<div class="flex-wrap md:flex md:flex-nowrap">
<div class="w-full md:w-auto md:mr-4">
<p>Wireviz Extension for InvenTree</p>
<p>A plugin which provides support for <a href="https://github.com/wireviz/WireViz">wireviz</a>, a software tool for generating harness / wiring diagrams programmatically.</p>
<p>This plugin generates wireviz diagrams and integrates them natively into the InvenTree interface. Additionally, BOM data can be extracted directly from the wireviz file:</p>
<p><img src="/assets/plugins/inventree_wireviz.png" alt=""></p>
<h2 id="installation">Installation</h2>
<p>Install the plugin manually as follows:</p>
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>pip install inventree-wireviz-plugin
</code></pre></div></div>
<p>Or, add to your <code class="language-plaintext highlighter-rouge">plugins.txt</code> file to install automatically using the <code class="language-plaintext highlighter-rouge">invoke install</code> command:</p>
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>inventree-wireviz-plugin
</code></pre></div></div>
<h2 id="documentation">Documentation</h2>
<p>Refer to the <a href="https://github.com/inventree/inventree-wireviz">plugin documentation</a> for further instructions and information.</p>
</div>
<div class="w-full md:w-1/4">
<h2 class="block sm:hidden">Detail section</h2>
<div>
<p class="mb-0">License:
<i class="fa-brands fa-osi"></i>
MIT<br>
</p>
<div class="flex flex-wrap">
Status:
<div>
<i class="fa-solid fa-triangle-exclamation"></i> Unstable</div>
<div>
<i class="fa-regular fa-circle-check"></i>Maintained</div>
</div>
Package on PyPI:<pre class="my-0">inventree-wireviz-plugin</pre>
<a href="https://inventree.org" class="no-underline" aria-label="open website">
<div>
<h4 class="plugin_links">Website <i class="fa-solid fa-arrow-up-right-from-square" title="External link"></i>
</h4>
<p class="font-normal">https://inventree.org</p>
</div>
</a>
<a href="https://github.com/inventree/inventree-wireviz" class="no-underline" aria-label="open source on GitHub">
<div>
<h4 class="plugin_links">Sourcecode on GitHub <i class="fa-solid fa-arrow-up-right-from-square" title="External link"></i>
</h4>
<p class="font-normal">inventree/inventree-wireviz</p>
</div>
</a>
<div>
<h4 class="plugin_links">Categories</h4>
<div>
<a href="/plugins/categories/#extension"><span class="plugin_cat">Extension</span></a>
</div>
</div>
<div>
<h4 class="plugin_links">Tags</h4>
<div>
<a href="/plugins/tags/#bom"><span class="plugin_tag">BOM</span></a>
<a href="/plugins/tags/#build"><span class="plugin_tag">Build</span></a>
<a href="/plugins/tags/#part"><span class="plugin_tag">Part</span></a>
</div>
</div>
</div>
</div>
</div>
</article>
</div>
<div class="flex-grow"></div>
<div class="flex-none">
<footer class="cm-gray-2 body-font">
<div class="container px-5 pt-8 mx-auto flex md:flex-row md:flex-nowrap flex-wrap flex-col">
<div class="w-64 flex-shrink-0 md:mx-0 mx-auto text-center md:text-left">
<div class="flex title-font font-medium items-center md:justify-start justify-center cm-gray-1">
<img src="/assets/logo.png" alt="logo" height="32" width="32" class="h-8">
<span class="ml-3 text-xl">InvenTree</span>
</div>
<p class="mt-2 text-sm cm-gray-3">Intuitive Inventory Management</p>
</div>
<div class="flex-grow flex flex-wrap md:pl-10 mb-1 md:mt-0 mt-10 md:text-left text-center md:justify-left justify-center">
<div class="md:w-1/4 px-4">
<h2 class="footer-categorie title-font">
Quick
</h2>
<nav class="list-none mb-10"><ul>
<li><a href="/demo.html" class="footer-link">Demo</a></li>
<li><a href="/deploy.html" class="footer-link">Deploy</a></li>
<li><a href="https://docs.inventree.org/en/latest/" class="footer-link">Docs</a></li>
<li><a href="/news" class="footer-link">News</a></li>
<li><a href="/plugins" class="footer-link">Plugin List</a></li>
</ul></nav>
</div>
<div class="md:w-1/4 px-4">
<h2 class="footer-categorie title-font">
<a href="/extend/">Ecosystem</a>
</h2>
<nav class="list-none mb-10"><ul>
<li><a href="/extend/api.html" class="footer-link">API</a></li>
<li><a href="/extend/app.html" class="footer-link">App</a></li>
<li><a href="/extend/integrate/" class="footer-link">Integrate</a></li>
<li><a href="/extend/plugin/" class="footer-link">Plugins</a></li>
<li><a href="https://github.com/sparkmicro/Ki-nTree" class="footer-link">KiCad</a></li>
</ul></nav>
</div>
<div class="md:w-1/4 px-4">
<h2 class="footer-categorie title-font">
Sitemap
</h2>
<nav class="list-none mb-10"><ul>
<li><a href="/about/" class="footer-link">About</a></li>
<li><a href="/alternatives/" class="footer-link">Alternatives</a></li>
<li><a href="/blog" class="footer-link">Blog</a></li>
<li><a href="/contribute.html" class="footer-link">Contribute</a></li>
<li><a href="/support.html" class="footer-link">Support</a></li>
</ul></nav>
</div>
</div>
</div>
<div class="bg-gray-100">
<div class="container mx-auto py-4 px-5 flex flex-wrap flex-col sm:flex-row">
<p class="cm-gray-2 text-sm text-center sm:text-left">© 2021-now InvenTree by<a href="https://github.com/inventree" rel="noopener" class="cm-gray-2 ml-1" target="_blank">@inventree</a>— website made with ♥ by<a href="https://github.com/matmair" rel="noopener" class="cm-gray-2 ml-1" target="_blank">@matmair</a></p>
<span class="inline-flex sm:ml-auto sm:mt-0 mt-2 justify-center sm:justify-start">
<a href="https://github.com/inventree/inventree" alt="github repo" class="ml-3 cm-gray-3">
<img class="h-5 w-5" alt="GitHub logo" src="/assets/github.svg">
</a>
<a href="https://reddit.com/r/inventree" alt="Reddit" class="ml-3 cm-gray-3">
<img class="h-5 w-5" alt="Reddit logo" src="/assets/reddit.svg">
</a>
<a href="https://twitter.com/inventreedb" alt="Twitter" class="ml-3 cm-gray-3">
<img class="h-5 w-5" alt="Twitter logo" src="/assets/twitter.svg">
</a>
</span>
</div>
</div>
</footer>
</div>
</body>
</html>

View File

@ -30,11 +30,11 @@
<meta property="og:url" content="/SergeoLacruz" />
<meta property="og:site_name" content="InvenTree" />
<meta property="og:type" content="article" />
<meta property="article:published_time" content="2023-05-08T00:57:31+00:00" />
<meta property="article:published_time" content="2023-06-01T14:24:32+00:00" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="Sergeolacruz" />
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2023-05-08T00:57:31+00:00","datePublished":"2023-05-08T00:57:31+00:00","description":"Hardware engineer in Germany and vintage fan.","headline":"Sergeolacruz","mainEntityOfPage":{"@type":"WebPage","@id":"/SergeoLacruz"},"url":"/SergeoLacruz"}</script>
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2023-06-01T14:24:32+00:00","datePublished":"2023-06-01T14:24:32+00:00","description":"Hardware engineer in Germany and vintage fan.","headline":"Sergeolacruz","mainEntityOfPage":{"@type":"WebPage","@id":"/SergeoLacruz"},"url":"/SergeoLacruz"}</script>
<!-- End Jekyll SEO tag -->
<script async defer src="https://umami.invenhost.com/umami.js" data-website-id="c713a5e9-25cf-4bb6-9e84-ceb041a53986" data-do-not-track="true"></script>

View File

@ -31,11 +31,11 @@
<meta property="og:url" content="/SergeoLacruz/inventree-supplier-panel" />
<meta property="og:site_name" content="InvenTree" />
<meta property="og:type" content="article" />
<meta property="article:published_time" content="2023-05-08T00:57:31+00:00" />
<meta property="article:published_time" content="2023-06-01T14:24:32+00:00" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="Inventree Supplier Panel" />
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"SergeoLacruz"},"dateModified":"2023-05-08T00:57:31+00:00","datePublished":"2023-05-08T00:57:31+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"}</script>
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"SergeoLacruz"},"dateModified":"2023-06-01T14:24:32+00:00","datePublished":"2023-06-01T14:24:32+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"}</script>
<!-- End Jekyll SEO tag -->
<script async defer src="https://umami.invenhost.com/umami.js" data-website-id="c713a5e9-25cf-4bb6-9e84-ceb041a53986" data-do-not-track="true"></script>
@ -67,7 +67,7 @@
<a href="/SergeoLacruz">
<span class="inline-flex">by <img src="https://github.com/SergeoLacruz.png?size=40" alt="mdo" class="self-center w-5 h-5 rounded-full" style="margin:0px"> SergeoLacruz</span>
</a></span>
<span class="sm:ml-2 text-sm">last modified: 08 May 2023</span>
<span class="sm:ml-2 text-sm">last modified: 01 Jun 2023</span>
</h2>
<div class="flex-wrap md:flex md:flex-nowrap">

View File

@ -31,11 +31,11 @@
<meta property="og:url" content="/SergeoLacruz/inventree-zebra-plugin" />
<meta property="og:site_name" content="InvenTree" />
<meta property="og:type" content="article" />
<meta property="article:published_time" content="2023-05-08T00:57:31+00:00" />
<meta property="article:published_time" content="2023-06-01T14:24:32+00:00" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="Inventree Zebra Plugin" />
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"SergeoLacruz"},"dateModified":"2023-05-08T00:57:31+00:00","datePublished":"2023-05-08T00:57:31+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"}</script>
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"SergeoLacruz"},"dateModified":"2023-06-01T14:24:32+00:00","datePublished":"2023-06-01T14:24:32+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"}</script>
<!-- End Jekyll SEO tag -->
<script async defer src="https://umami.invenhost.com/umami.js" data-website-id="c713a5e9-25cf-4bb6-9e84-ceb041a53986" data-do-not-track="true"></script>
@ -67,7 +67,7 @@
<a href="/SergeoLacruz">
<span class="inline-flex">by <img src="https://github.com/SergeoLacruz.png?size=40" alt="mdo" class="self-center w-5 h-5 rounded-full" style="margin:0px"> SergeoLacruz</span>
</a></span>
<span class="sm:ml-2 text-sm">last modified: 08 May 2023</span>
<span class="sm:ml-2 text-sm">last modified: 01 Jun 2023</span>
</h2>
<div class="flex-wrap md:flex md:flex-nowrap">

Binary file not shown.

After

Width:  |  Height:  |  Size: 103 KiB

View File

@ -1 +1 @@
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.2">Jekyll</generator><link href="/blog/feed.atom" rel="self" type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" /><updated>2023-05-08T00:57:31+00:00</updated><id>/blog/feed.atom</id><title type="html">InvenTree</title><subtitle>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.</subtitle><entry><title type="html">0.11.0 Stable Release</title><link href="/blog/2023/04/17/0.11.0" rel="alternate" type="text/html" title="0.11.0 Stable Release" /><published>2023-04-17T00:00:00+00:00</published><updated>2023-04-17T00:00:00+00:00</updated><id>/blog/2023/04/17/0.11.0</id><author><name>SchrodingersGat</name></author><summary type="html"><![CDATA[The InvenTree development team is proud to announce the 0.11.0 stable release!]]></summary></entry><entry><title type="html">0.10.1 Bugfix Release</title><link href="/blog/2023/02/25/0.10.1" rel="alternate" type="text/html" title="0.10.1 Bugfix Release" /><published>2023-02-25T00:00:00+00:00</published><updated>2023-02-25T00:00:00+00:00</updated><id>/blog/2023/02/25/0.10.1</id><author><name>SchrodingersGat</name></author><summary type="html"><![CDATA[The InvenTree development team is pleased to announce the 0.10.1 bugfix release.]]></summary></entry><entry><title type="html">0.10.0 Stable Release</title><link href="/blog/2023/02/06/0.10.0" rel="alternate" type="text/html" title="0.10.0 Stable Release" /><published>2023-02-06T00:00:00+00:00</published><updated>2023-02-06T00:00:00+00:00</updated><id>/blog/2023/02/06/0.10.0</id><author><name>SchrodingersGat</name></author><summary type="html"><![CDATA[The InvenTree development team is proud to announce the 0.10.0 stable release!]]></summary></entry><entry><title type="html">Starting the Plugin List</title><link href="/blog/2023/01/30/plugin-list" rel="alternate" type="text/html" title="Starting the Plugin List" /><published>2023-01-30T00:00:00+00:00</published><updated>2023-01-30T00:00:00+00:00</updated><id>/blog/2023/01/30/plugin-list</id><author><name>matmair</name></author><summary type="html"><![CDATA[Recently a new feature was launched: A central plugin list.]]></summary></entry><entry><title type="html">2022 in Review</title><link href="/blog/2023/01/02/upcoming" rel="alternate" type="text/html" title="2022 in Review" /><published>2023-01-02T00:00:00+00:00</published><updated>2023-01-02T00:00:00+00:00</updated><id>/blog/2023/01/02/upcoming</id><author><name>SchrodingersGat</name></author><summary type="html"><![CDATA[2022 was a huge year for the InvenTree project.]]></summary></entry><entry><title type="html">0.9.0 Stable Release</title><link href="/blog/2022/12/12/0.9.0" rel="alternate" type="text/html" title="0.9.0 Stable Release" /><published>2022-12-12T00:00:00+00:00</published><updated>2022-12-12T00:00:00+00:00</updated><id>/blog/2022/12/12/0.9.0</id><author><name>SchrodingersGat</name></author><summary type="html"><![CDATA[The InvenTree team is very excited to announce the InvenTree 0.9.0 Stable Release!]]></summary></entry><entry><title type="html">Translating InvenTree</title><link href="/blog/2021/11/22/translation" rel="alternate" type="text/html" title="Translating InvenTree" /><published>2021-11-22T00:00:00+00:00</published><updated>2021-11-22T00:00:00+00:00</updated><id>/blog/2021/11/22/translation</id><author><name>SchrodingersGat</name></author><summary type="html"><![CDATA[How we provide translation support for InvenTree in multiple languages]]></summary></entry><entry><title type="html">Starting with templates</title><link href="/blog/2021/10/25/starting" rel="alternate" type="text/html" title="Starting with templates" /><published>2021-10-25T00:00:00+00:00</published><updated>2021-10-25T00:00:00+00:00</updated><id>/blog/2021/10/25/starting</id><author><name>matmair</name></author><summary type="html"><![CDATA[A good starting-point for developing your own plugin is taking a look at the documentation.]]></summary></entry></feed>
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.2">Jekyll</generator><link href="/blog/feed.atom" rel="self" type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" /><updated>2023-06-01T14:24:32+00:00</updated><id>/blog/feed.atom</id><title type="html">InvenTree</title><subtitle>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.</subtitle><entry><title type="html">0.11.0 Stable Release</title><link href="/blog/2023/04/17/0.11.0" rel="alternate" type="text/html" title="0.11.0 Stable Release" /><published>2023-04-17T00:00:00+00:00</published><updated>2023-04-17T00:00:00+00:00</updated><id>/blog/2023/04/17/0.11.0</id><author><name>SchrodingersGat</name></author><summary type="html"><![CDATA[The InvenTree development team is proud to announce the 0.11.0 stable release!]]></summary></entry><entry><title type="html">0.10.1 Bugfix Release</title><link href="/blog/2023/02/25/0.10.1" rel="alternate" type="text/html" title="0.10.1 Bugfix Release" /><published>2023-02-25T00:00:00+00:00</published><updated>2023-02-25T00:00:00+00:00</updated><id>/blog/2023/02/25/0.10.1</id><author><name>SchrodingersGat</name></author><summary type="html"><![CDATA[The InvenTree development team is pleased to announce the 0.10.1 bugfix release.]]></summary></entry><entry><title type="html">0.10.0 Stable Release</title><link href="/blog/2023/02/06/0.10.0" rel="alternate" type="text/html" title="0.10.0 Stable Release" /><published>2023-02-06T00:00:00+00:00</published><updated>2023-02-06T00:00:00+00:00</updated><id>/blog/2023/02/06/0.10.0</id><author><name>SchrodingersGat</name></author><summary type="html"><![CDATA[The InvenTree development team is proud to announce the 0.10.0 stable release!]]></summary></entry><entry><title type="html">Starting the Plugin List</title><link href="/blog/2023/01/30/plugin-list" rel="alternate" type="text/html" title="Starting the Plugin List" /><published>2023-01-30T00:00:00+00:00</published><updated>2023-01-30T00:00:00+00:00</updated><id>/blog/2023/01/30/plugin-list</id><author><name>matmair</name></author><summary type="html"><![CDATA[Recently a new feature was launched: A central plugin list.]]></summary></entry><entry><title type="html">2022 in Review</title><link href="/blog/2023/01/02/upcoming" rel="alternate" type="text/html" title="2022 in Review" /><published>2023-01-02T00:00:00+00:00</published><updated>2023-01-02T00:00:00+00:00</updated><id>/blog/2023/01/02/upcoming</id><author><name>SchrodingersGat</name></author><summary type="html"><![CDATA[2022 was a huge year for the InvenTree project.]]></summary></entry><entry><title type="html">0.9.0 Stable Release</title><link href="/blog/2022/12/12/0.9.0" rel="alternate" type="text/html" title="0.9.0 Stable Release" /><published>2022-12-12T00:00:00+00:00</published><updated>2022-12-12T00:00:00+00:00</updated><id>/blog/2022/12/12/0.9.0</id><author><name>SchrodingersGat</name></author><summary type="html"><![CDATA[The InvenTree team is very excited to announce the InvenTree 0.9.0 Stable Release!]]></summary></entry><entry><title type="html">Translating InvenTree</title><link href="/blog/2021/11/22/translation" rel="alternate" type="text/html" title="Translating InvenTree" /><published>2021-11-22T00:00:00+00:00</published><updated>2021-11-22T00:00:00+00:00</updated><id>/blog/2021/11/22/translation</id><author><name>SchrodingersGat</name></author><summary type="html"><![CDATA[How we provide translation support for InvenTree in multiple languages]]></summary></entry><entry><title type="html">Starting with templates</title><link href="/blog/2021/10/25/starting" rel="alternate" type="text/html" title="Starting with templates" /><published>2021-10-25T00:00:00+00:00</published><updated>2021-10-25T00:00:00+00:00</updated><id>/blog/2021/10/25/starting</id><author><name>matmair</name></author><summary type="html"><![CDATA[A good starting-point for developing your own plugin is taking a look at the documentation.]]></summary></entry></feed>

View File

@ -282,6 +282,8 @@

View File

@ -193,6 +193,8 @@

View File

@ -188,7 +188,7 @@
<span class="fa-solid fa-star"></span> 
2673
2728
</h2>
<p class="leading-relaxed">GitHub Stars</p>
</div>
@ -198,7 +198,7 @@
<span class="fa-solid fa-code-branch"></span> 
427
440
</h2>
<p class="leading-relaxed">Forks</p>
</div>
@ -208,7 +208,7 @@
<span class="fa-solid fa-hands-helping"></span> 
57
58
</h2>
<p class="leading-relaxed">Contributors</p>
</div>
@ -218,7 +218,7 @@
<span class="fa-solid fa fa-language"></span> 
26
27
</h2>
<p class="leading-relaxed">Languages</p>
</div>

View File

@ -30,11 +30,11 @@
<meta property="og:url" content="/matmair" />
<meta property="og:site_name" content="InvenTree" />
<meta property="og:type" content="article" />
<meta property="article:published_time" content="2023-05-08T00:57:31+00:00" />
<meta property="article:published_time" content="2023-06-01T14:24:32+00:00" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="Matmair" />
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2023-05-08T00:57:31+00:00","datePublished":"2023-05-08T00:57:31+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"}</script>
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2023-06-01T14:24:32+00:00","datePublished":"2023-06-01T14:24:32+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"}</script>
<!-- End Jekyll SEO tag -->
<script async defer src="https://umami.invenhost.com/umami.js" data-website-id="c713a5e9-25cf-4bb6-9e84-ceb041a53986" data-do-not-track="true"></script>

View File

@ -31,11 +31,11 @@
<meta property="og:url" content="/matmair/inventree-apprise" />
<meta property="og:site_name" content="InvenTree" />
<meta property="og:type" content="article" />
<meta property="article:published_time" content="2023-05-08T00:57:31+00:00" />
<meta property="article:published_time" content="2023-06-01T14:24:32+00:00" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="Inventree Apprise" />
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"matmair"},"dateModified":"2023-05-08T00:57:31+00:00","datePublished":"2023-05-08T00:57:31+00:00","description":"Send notifications from InvenTree via Apprise","headline":"Inventree Apprise","mainEntityOfPage":{"@type":"WebPage","@id":"/matmair/inventree-apprise"},"url":"/matmair/inventree-apprise"}</script>
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"matmair"},"dateModified":"2023-06-01T14:24:32+00:00","datePublished":"2023-06-01T14:24:32+00:00","description":"Send notifications from InvenTree via Apprise","headline":"Inventree Apprise","mainEntityOfPage":{"@type":"WebPage","@id":"/matmair/inventree-apprise"},"url":"/matmair/inventree-apprise"}</script>
<!-- End Jekyll SEO tag -->
<script async defer src="https://umami.invenhost.com/umami.js" data-website-id="c713a5e9-25cf-4bb6-9e84-ceb041a53986" data-do-not-track="true"></script>
@ -67,7 +67,7 @@
<a href="/matmair">
<span class="inline-flex">by <img src="https://github.com/matmair.png?size=40" alt="mdo" class="self-center w-5 h-5 rounded-full" style="margin:0px"> matmair</span>
</a></span>
<span class="sm:ml-2 text-sm">last modified: 08 May 2023</span>
<span class="sm:ml-2 text-sm">last modified: 01 Jun 2023</span>
</h2>
<div class="flex-wrap md:flex md:flex-nowrap">

View File

@ -31,11 +31,11 @@
<meta property="og:url" content="/matmair/inventree-rapidoc" />
<meta property="og:site_name" content="InvenTree" />
<meta property="og:type" content="article" />
<meta property="article:published_time" content="2023-05-08T00:57:31+00:00" />
<meta property="article:published_time" content="2023-06-01T14:24:32+00:00" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="Inventree Rapidoc" />
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"matmair"},"dateModified":"2023-05-08T00:57:31+00:00","datePublished":"2023-05-08T00:57:31+00:00","description":"Use RapiDoc for Inventree API docs.","headline":"Inventree Rapidoc","mainEntityOfPage":{"@type":"WebPage","@id":"/matmair/inventree-rapidoc"},"url":"/matmair/inventree-rapidoc"}</script>
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"matmair"},"dateModified":"2023-06-01T14:24:32+00:00","datePublished":"2023-06-01T14:24:32+00:00","description":"Use RapiDoc for Inventree API docs.","headline":"Inventree Rapidoc","mainEntityOfPage":{"@type":"WebPage","@id":"/matmair/inventree-rapidoc"},"url":"/matmair/inventree-rapidoc"}</script>
<!-- End Jekyll SEO tag -->
<script async defer src="https://umami.invenhost.com/umami.js" data-website-id="c713a5e9-25cf-4bb6-9e84-ceb041a53986" data-do-not-track="true"></script>
@ -67,7 +67,7 @@
<a href="/matmair">
<span class="inline-flex">by <img src="https://github.com/matmair.png?size=40" alt="mdo" class="self-center w-5 h-5 rounded-full" style="margin:0px"> matmair</span>
</a></span>
<span class="sm:ml-2 text-sm">last modified: 08 May 2023</span>
<span class="sm:ml-2 text-sm">last modified: 01 Jun 2023</span>
</h2>
<div class="flex-wrap md:flex md:flex-nowrap">

View File

@ -31,11 +31,11 @@
<meta property="og:url" content="/matmair/inventree-zapier" />
<meta property="og:site_name" content="InvenTree" />
<meta property="og:type" content="article" />
<meta property="article:published_time" content="2023-05-08T00:57:31+00:00" />
<meta property="article:published_time" content="2023-06-01T14:24:32+00:00" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="Inventree Zapier" />
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"matmair"},"dateModified":"2023-05-08T00:57:31+00:00","datePublished":"2023-05-08T00:57:31+00:00","description":"Integrate Zapier into InvenTree","headline":"Inventree Zapier","mainEntityOfPage":{"@type":"WebPage","@id":"/matmair/inventree-zapier"},"url":"/matmair/inventree-zapier"}</script>
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"matmair"},"dateModified":"2023-06-01T14:24:32+00:00","datePublished":"2023-06-01T14:24:32+00:00","description":"Integrate Zapier into InvenTree","headline":"Inventree Zapier","mainEntityOfPage":{"@type":"WebPage","@id":"/matmair/inventree-zapier"},"url":"/matmair/inventree-zapier"}</script>
<!-- End Jekyll SEO tag -->
<script async defer src="https://umami.invenhost.com/umami.js" data-website-id="c713a5e9-25cf-4bb6-9e84-ceb041a53986" data-do-not-track="true"></script>
@ -67,7 +67,7 @@
<a href="/matmair">
<span class="inline-flex">by <img src="https://github.com/matmair.png?size=40" alt="mdo" class="self-center w-5 h-5 rounded-full" style="margin:0px"> matmair</span>
</a></span>
<span class="sm:ml-2 text-sm">last modified: 08 May 2023</span>
<span class="sm:ml-2 text-sm">last modified: 01 Jun 2023</span>
</h2>
<div class="flex-wrap md:flex md:flex-nowrap">

View File

@ -1 +1 @@
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.2">Jekyll</generator><link href="/news/feed.atom" rel="self" type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" /><updated>2023-05-08T00:57:31+00:00</updated><id>/news/feed.atom</id><title type="html">InvenTree | News</title><subtitle>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.</subtitle><entry><title type="html">Introducing the Plugin List</title><link href="/news/2023/01/30/introducing-the-plugin-list" rel="alternate" type="text/html" title="Introducing the Plugin List" /><published>2023-01-30T00:00:00+00:00</published><updated>2023-01-30T00:00:00+00:00</updated><id>/news/2023/01/30/introducing-the-plugin-list</id><author><name>matmair</name></author><summary type="html"><![CDATA[Getting ready for 0.10.0, Website Updates and the Plugin List.]]></summary></entry><entry><title type="html">0.9.0 Release</title><link href="/news/2022/12/12/0.9.0" rel="alternate" type="text/html" title="0.9.0 Release" /><published>2022-12-12T00:00:00+00:00</published><updated>2022-12-12T00:00:00+00:00</updated><id>/news/2022/12/12/0.9.0</id><author><name>SchrodingersGat</name></author><summary type="html"><![CDATA[InvenTree 0.9.0 stable release now available!]]></summary></entry><entry><title type="html">New Website</title><link href="/news/2022/11/14/website" rel="alternate" type="text/html" title="New Website" /><published>2022-11-14T00:00:00+00:00</published><updated>2022-11-14T00:00:00+00:00</updated><id>/news/2022/11/14/website</id><author><name>SchrodingersGat</name></author><summary type="html"><![CDATA[Introducing the new InvenTree website!]]></summary></entry><entry><title type="html">We have news now!</title><link href="/news/2022/04/23/news-are-starting" rel="alternate" type="text/html" title="We have news now!" /><published>2022-04-23T00:00:00+00:00</published><updated>2022-04-23T00:00:00+00:00</updated><id>/news/2022/04/23/news-are-starting</id><author><name>matmair</name></author><summary type="html"><![CDATA[News!]]></summary></entry></feed>
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.2">Jekyll</generator><link href="/news/feed.atom" rel="self" type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" /><updated>2023-06-01T14:24:32+00:00</updated><id>/news/feed.atom</id><title type="html">InvenTree | News</title><subtitle>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.</subtitle><entry><title type="html">Introducing the Plugin List</title><link href="/news/2023/01/30/introducing-the-plugin-list" rel="alternate" type="text/html" title="Introducing the Plugin List" /><published>2023-01-30T00:00:00+00:00</published><updated>2023-01-30T00:00:00+00:00</updated><id>/news/2023/01/30/introducing-the-plugin-list</id><author><name>matmair</name></author><summary type="html"><![CDATA[Getting ready for 0.10.0, Website Updates and the Plugin List.]]></summary></entry><entry><title type="html">0.9.0 Release</title><link href="/news/2022/12/12/0.9.0" rel="alternate" type="text/html" title="0.9.0 Release" /><published>2022-12-12T00:00:00+00:00</published><updated>2022-12-12T00:00:00+00:00</updated><id>/news/2022/12/12/0.9.0</id><author><name>SchrodingersGat</name></author><summary type="html"><![CDATA[InvenTree 0.9.0 stable release now available!]]></summary></entry><entry><title type="html">New Website</title><link href="/news/2022/11/14/website" rel="alternate" type="text/html" title="New Website" /><published>2022-11-14T00:00:00+00:00</published><updated>2022-11-14T00:00:00+00:00</updated><id>/news/2022/11/14/website</id><author><name>SchrodingersGat</name></author><summary type="html"><![CDATA[Introducing the new InvenTree website!]]></summary></entry><entry><title type="html">We have news now!</title><link href="/news/2022/04/23/news-are-starting" rel="alternate" type="text/html" title="We have news now!" /><published>2022-04-23T00:00:00+00:00</published><updated>2022-04-23T00:00:00+00:00</updated><id>/news/2022/04/23/news-are-starting</id><author><name>matmair</name></author><summary type="html"><![CDATA[News!]]></summary></entry></feed>

View File

@ -229,6 +229,37 @@
</a>
</div>
<div class="space-4 p-2 md:w-1/2">
<a href="/SchrodingersGat/inventree-wireviz" class="no-underline" aria-label="open plugin details">
<div class="row g-0 border rounded overflow-hidden flex-md-row mb-4 shadow-sm h-md-250 position-relative">
<div class="col p-4 d-flex flex-column position-static">
<div class="d-inline-block leading-loose">
<span class="plugin_cat">Extension</span>
<span class="plugin_tag">BOM</span>
<span class="plugin_tag">Build</span>
<span class="plugin_tag">Part</span>
</div>
<h3 class="my-0">inventree-wireviz-plugin</h3>
<div class="mb-1 text-muted">
<a href="/schrodingersgat">
<span class="inline-flex">by <img src="https://github.com/SchrodingersGat.png?size=40" alt="mdo" class="self-center w-5 h-5 rounded-full" style="margin:0px"> SchrodingersGat</span>
</a>
</div>
<p class="my-0">Wireviz Extension for InvenTree
</p>
</div>
</div>
</a>
</div>
<div class="space-4 p-2 md:w-1/2">
<a href="/matmair/inventree-zapier" class="no-underline" aria-label="open plugin details">
<div class="row g-0 border rounded overflow-hidden flex-md-row mb-4 shadow-sm h-md-250 position-relative">

View File

@ -84,6 +84,12 @@
<a class="label" href="/plugins/categories/#extension">
<span class="badge">Extension</span>
</a>
<a class="label" href="/plugins/categories/#notifications">
<span class="badge">Notifications</span>
</a>
@ -164,6 +170,10 @@
</div>
@ -191,6 +201,10 @@
@ -226,6 +240,76 @@
</div>
<div id="extension" class="anchor"></div>
<h2 class="text-lg sm:text-xl cm-gray-1 font-medium title-font mb-2">Extension</h2>
<div class="flex flex-wrap">
<div class="space-4 p-2 md:w-1/2"><a href="/SchrodingersGat/inventree-wireviz" class="no-underline" aria-label="open plugin details">
<div class="row g-0 border rounded overflow-hidden flex-md-row mb-4 shadow-sm h-md-250 position-relative">
<div class="col p-4 d-flex flex-column position-static">
<div class="d-inline-block leading-loose">
<span class="plugin_cat">Extension</span>
<span class="plugin_tag">BOM</span>
<span class="plugin_tag">Build</span>
<span class="plugin_tag">Part</span>
</div>
<h3 class="my-0">inventree-wireviz-plugin</h3>
<div class="mb-1 text-muted">
<a href="/schrodingersgat">
<span class="inline-flex">by <img src="https://github.com/SchrodingersGat.png?size=40" alt="mdo" class="self-center w-5 h-5 rounded-full" style="margin:0px"> SchrodingersGat</span>
</a>
</div>
<p class="my-0">Wireviz Extension for InvenTree
</p>
</div>
</div>
</a></div>
</div>
@ -297,6 +381,10 @@
@ -397,6 +485,10 @@
<div class="space-4 p-2 md:w-1/2"><a href="/SergeoLacruz/inventree-zebra-plugin" class="no-underline" aria-label="open plugin details">
<div class="row g-0 border rounded overflow-hidden flex-md-row mb-4 shadow-sm h-md-250 position-relative">
@ -494,6 +586,10 @@
</div>

View File

@ -84,12 +84,24 @@
<a class="label" href="/plugins/tags/#bom">
<span class="badge">BOM</span>
</a>
<a class="label" href="/plugins/tags/#brother">
<span class="badge">Brother</span>
</a>
<a class="label" href="/plugins/tags/#build">
<span class="badge">Build</span>
</a>
<a class="label" href="/plugins/tags/#cups">
<span class="badge">CUPS</span>
</a>
@ -132,6 +144,12 @@
<a class="label" href="/plugins/tags/#part">
<span class="badge">Part</span>
</a>
<a class="label" href="/plugins/tags/#printer">
<span class="badge">Printer</span>
</a>
@ -257,6 +275,10 @@
@ -332,6 +354,80 @@
</div>
<div id="bom" class="anchor"></div>
<h2 class="text-lg sm:text-xl cm-gray-1 font-medium title-font mb-2">BOM</h2>
<div class="flex flex-wrap">
<div class="space-4 p-2 md:w-1/2"><a href="/SchrodingersGat/inventree-wireviz" class="no-underline" aria-label="open plugin details">
<div class="row g-0 border rounded overflow-hidden flex-md-row mb-4 shadow-sm h-md-250 position-relative">
<div class="col p-4 d-flex flex-column position-static">
<div class="d-inline-block leading-loose">
<span class="plugin_cat">Extension</span>
<span class="plugin_tag">BOM</span>
<span class="plugin_tag">Build</span>
<span class="plugin_tag">Part</span>
</div>
<h3 class="my-0">inventree-wireviz-plugin</h3>
<div class="mb-1 text-muted">
<a href="/schrodingersgat">
<span class="inline-flex">by <img src="https://github.com/SchrodingersGat.png?size=40" alt="mdo" class="self-center w-5 h-5 rounded-full" style="margin:0px"> SchrodingersGat</span>
</a>
</div>
<p class="my-0">Wireviz Extension for InvenTree
</p>
</div>
</div>
</a></div>
@ -402,6 +498,80 @@
</div>
<div id="build" class="anchor"></div>
<h2 class="text-lg sm:text-xl cm-gray-1 font-medium title-font mb-2">Build</h2>
<div class="flex flex-wrap">
<div class="space-4 p-2 md:w-1/2"><a href="/SchrodingersGat/inventree-wireviz" class="no-underline" aria-label="open plugin details">
<div class="row g-0 border rounded overflow-hidden flex-md-row mb-4 shadow-sm h-md-250 position-relative">
<div class="col p-4 d-flex flex-column position-static">
<div class="d-inline-block leading-loose">
<span class="plugin_cat">Extension</span>
<span class="plugin_tag">BOM</span>
<span class="plugin_tag">Build</span>
<span class="plugin_tag">Part</span>
</div>
<h3 class="my-0">inventree-wireviz-plugin</h3>
<div class="mb-1 text-muted">
<a href="/schrodingersgat">
<span class="inline-flex">by <img src="https://github.com/SchrodingersGat.png?size=40" alt="mdo" class="self-center w-5 h-5 rounded-full" style="margin:0px"> SchrodingersGat</span>
</a>
</div>
<p class="my-0">Wireviz Extension for InvenTree
</p>
</div>
</div>
</a></div>
</div>
@ -470,6 +640,10 @@
</div>
@ -538,6 +712,10 @@
</div>
@ -611,6 +789,10 @@
@ -687,6 +869,10 @@
@ -787,6 +973,10 @@
<div class="space-4 p-2 md:w-1/2"><a href="/SergeoLacruz/inventree-zebra-plugin" class="no-underline" aria-label="open plugin details">
<div class="row g-0 border rounded overflow-hidden flex-md-row mb-4 shadow-sm h-md-250 position-relative">
@ -891,6 +1081,10 @@
@ -966,6 +1160,80 @@
</div>
<div id="part" class="anchor"></div>
<h2 class="text-lg sm:text-xl cm-gray-1 font-medium title-font mb-2">Part</h2>
<div class="flex flex-wrap">
<div class="space-4 p-2 md:w-1/2"><a href="/SchrodingersGat/inventree-wireviz" class="no-underline" aria-label="open plugin details">
<div class="row g-0 border rounded overflow-hidden flex-md-row mb-4 shadow-sm h-md-250 position-relative">
<div class="col p-4 d-flex flex-column position-static">
<div class="d-inline-block leading-loose">
<span class="plugin_cat">Extension</span>
<span class="plugin_tag">BOM</span>
<span class="plugin_tag">Build</span>
<span class="plugin_tag">Part</span>
</div>
<h3 class="my-0">inventree-wireviz-plugin</h3>
<div class="mb-1 text-muted">
<a href="/schrodingersgat">
<span class="inline-flex">by <img src="https://github.com/SchrodingersGat.png?size=40" alt="mdo" class="self-center w-5 h-5 rounded-full" style="margin:0px"> SchrodingersGat</span>
</a>
</div>
<p class="my-0">Wireviz Extension for InvenTree
</p>
</div>
</div>
</a></div>
@ -1067,6 +1335,10 @@
<div class="space-4 p-2 md:w-1/2"><a href="/SergeoLacruz/inventree-zebra-plugin" class="no-underline" aria-label="open plugin details">
<div class="row g-0 border rounded overflow-hidden flex-md-row mb-4 shadow-sm h-md-250 position-relative">
@ -1162,6 +1434,10 @@
</div>
@ -1233,6 +1509,10 @@
@ -1309,6 +1589,10 @@
@ -1345,6 +1629,10 @@
@ -1409,6 +1697,10 @@
@ -1475,6 +1767,10 @@
@ -1576,6 +1872,10 @@
</div>
@ -1640,6 +1940,10 @@
</div>

View File

@ -30,11 +30,11 @@
<meta property="og:url" content="/schrodingersgat" />
<meta property="og:site_name" content="InvenTree" />
<meta property="og:type" content="article" />
<meta property="article:published_time" content="2023-05-08T00:57:31+00:00" />
<meta property="article:published_time" content="2023-06-01T14:24:32+00:00" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="Schrodingersgat" />
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2023-05-08T00:57:31+00:00","datePublished":"2023-05-08T00:57:31+00:00","description":"Maintainer of InvenTree.","headline":"Schrodingersgat","mainEntityOfPage":{"@type":"WebPage","@id":"/schrodingersgat"},"url":"/schrodingersgat"}</script>
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2023-06-01T14:24:32+00:00","datePublished":"2023-06-01T14:24:32+00:00","description":"Maintainer of InvenTree.","headline":"Schrodingersgat","mainEntityOfPage":{"@type":"WebPage","@id":"/schrodingersgat"},"url":"/schrodingersgat"}</script>
<!-- End Jekyll SEO tag -->
<script async defer src="https://umami.invenhost.com/umami.js" data-website-id="c713a5e9-25cf-4bb6-9e84-ceb041a53986" data-do-not-track="true"></script>
@ -129,6 +129,12 @@
</a>
</li>
<li>
<a href="/SchrodingersGat/inventree-wireviz">
Inventree Wireviz
</a>
</li>
</ul>
</article>

View File

@ -50,47 +50,51 @@
</url>
<url>
<loc>/SergeoLacruz</loc>
<lastmod>2023-05-08T00:57:31+00:00</lastmod>
<lastmod>2023-06-01T14:24:32+00:00</lastmod>
</url>
<url>
<loc>/matmair</loc>
<lastmod>2023-05-08T00:57:31+00:00</lastmod>
<lastmod>2023-06-01T14:24:32+00:00</lastmod>
</url>
<url>
<loc>/schrodingersgat</loc>
<lastmod>2023-05-08T00:57:31+00:00</lastmod>
<lastmod>2023-06-01T14:24:32+00:00</lastmod>
</url>
<url>
<loc>/wolflu05</loc>
<lastmod>2023-05-08T00:57:31+00:00</lastmod>
<lastmod>2023-06-01T14:24:32+00:00</lastmod>
</url>
<url>
<loc>/matmair/inventree-apprise</loc>
<lastmod>2023-05-08T00:57:31+00:00</lastmod>
<lastmod>2023-06-01T14:24:32+00:00</lastmod>
</url>
<url>
<loc>/SchrodingersGat/inventree-brother-plugin</loc>
<lastmod>2023-05-08T00:57:31+00:00</lastmod>
<lastmod>2023-06-01T14:24:32+00:00</lastmod>
</url>
<url>
<loc>/wolflu05/inventree-cups-plugin</loc>
<lastmod>2023-05-08T00:57:31+00:00</lastmod>
<lastmod>2023-06-01T14:24:32+00:00</lastmod>
</url>
<url>
<loc>/matmair/inventree-rapidoc</loc>
<lastmod>2023-05-08T00:57:31+00:00</lastmod>
<lastmod>2023-06-01T14:24:32+00:00</lastmod>
</url>
<url>
<loc>/SergeoLacruz/inventree-supplier-panel</loc>
<lastmod>2023-05-08T00:57:31+00:00</lastmod>
<lastmod>2023-06-01T14:24:32+00:00</lastmod>
</url>
<url>
<loc>/SchrodingersGat/inventree-wireviz</loc>
<lastmod>2023-06-01T14:24:32+00:00</lastmod>
</url>
<url>
<loc>/matmair/inventree-zapier</loc>
<lastmod>2023-05-08T00:57:31+00:00</lastmod>
<lastmod>2023-06-01T14:24:32+00:00</lastmod>
</url>
<url>
<loc>/SergeoLacruz/inventree-zebra-plugin</loc>
<lastmod>2023-05-08T00:57:31+00:00</lastmod>
<lastmod>2023-06-01T14:24:32+00:00</lastmod>
</url>
<url>
<loc>/404</loc>
@ -129,6 +133,9 @@
<loc>/functions</loc>
</url>
<url>
<loc>/alternatives/</loc>
</url>
<url>
<loc>/about/</loc>
</url>
<url>
@ -141,9 +148,6 @@
<loc>/extend/</loc>
</url>
<url>
<loc>/alternatives/</loc>
</url>
<url>
<loc>/</loc>
</url>
<url>

View File

@ -30,11 +30,11 @@
<meta property="og:url" content="/wolflu05" />
<meta property="og:site_name" content="InvenTree" />
<meta property="og:type" content="article" />
<meta property="article:published_time" content="2023-05-08T00:57:31+00:00" />
<meta property="article:published_time" content="2023-06-01T14:24:32+00:00" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="Wolflu05" />
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2023-05-08T00:57:31+00:00","datePublished":"2023-05-08T00:57:31+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"}</script>
{"@context":"https://schema.org","@type":"BlogPosting","dateModified":"2023-06-01T14:24:32+00:00","datePublished":"2023-06-01T14:24:32+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"}</script>
<!-- End Jekyll SEO tag -->
<script async defer src="https://umami.invenhost.com/umami.js" data-website-id="c713a5e9-25cf-4bb6-9e84-ceb041a53986" data-do-not-track="true"></script>

View File

@ -31,11 +31,11 @@
<meta property="og:url" content="/wolflu05/inventree-cups-plugin" />
<meta property="og:site_name" content="InvenTree" />
<meta property="og:type" content="article" />
<meta property="article:published_time" content="2023-05-08T00:57:31+00:00" />
<meta property="article:published_time" content="2023-06-01T14:24:32+00:00" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="Inventree Cups Plugin" />
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"wolflu05"},"dateModified":"2023-05-08T00:57:31+00:00","datePublished":"2023-05-08T00:57:31+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"}</script>
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"wolflu05"},"dateModified":"2023-06-01T14:24:32+00:00","datePublished":"2023-06-01T14:24:32+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"}</script>
<!-- End Jekyll SEO tag -->
<script async defer src="https://umami.invenhost.com/umami.js" data-website-id="c713a5e9-25cf-4bb6-9e84-ceb041a53986" data-do-not-track="true"></script>
@ -67,7 +67,7 @@
<a href="/wolflu05">
<span class="inline-flex">by <img src="https://github.com/wolflu05.png?size=40" alt="mdo" class="self-center w-5 h-5 rounded-full" style="margin:0px"> wolflu05</span>
</a></span>
<span class="sm:ml-2 text-sm">last modified: 08 May 2023</span>
<span class="sm:ml-2 text-sm">last modified: 01 Jun 2023</span>
</h2>
<div class="flex-wrap md:flex md:flex-nowrap">