mirror of
https://github.com/inventree/inventree-website.git
synced 2026-02-13 09:17:01 +00:00
deploy: 473c6a4185
This commit is contained in:
@@ -25,8 +25,8 @@
|
||||
<meta property="og:title" content="Machine Plugin Refactor" />
|
||||
<meta name="author" content="SchrodingersGat" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="Machine Plugin Refactor" />
|
||||
<meta property="og:description" content="Machine Plugin Refactor" />
|
||||
<meta name="description" content="In preparation for the upcoming 1.0.0 release, we have made some breaking changes to the machine registry plugin system." />
|
||||
<meta property="og:description" content="In preparation for the upcoming 1.0.0 release, we have made some breaking changes to the machine registry plugin system." />
|
||||
<link rel="canonical" href="/blog/2025/08/21/machine-refactor" />
|
||||
<meta property="og:url" content="/blog/2025/08/21/machine-refactor" />
|
||||
<meta property="og:site_name" content="InvenTree" />
|
||||
@@ -35,7 +35,7 @@
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Machine Plugin Refactor" />
|
||||
<script type="application/ld+json">
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"SchrodingersGat"},"dateModified":"2025-08-21T00:00:00+00:00","datePublished":"2025-08-21T00:00:00+00:00","description":"Machine Plugin Refactor","headline":"Machine Plugin Refactor","mainEntityOfPage":{"@type":"WebPage","@id":"/blog/2025/08/21/machine-refactor"},"url":"/blog/2025/08/21/machine-refactor"}</script>
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"SchrodingersGat"},"dateModified":"2025-08-21T00:00:00+00:00","datePublished":"2025-08-21T00:00:00+00:00","description":"In preparation for the upcoming 1.0.0 release, we have made some breaking changes to the machine registry plugin system.","headline":"Machine Plugin Refactor","mainEntityOfPage":{"@type":"WebPage","@id":"/blog/2025/08/21/machine-refactor"},"url":"/blog/2025/08/21/machine-refactor"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
</head>
|
||||
@@ -76,9 +76,7 @@
|
||||
|
||||
<a href="/schrodingersgat">Oliver</a>
|
||||
</p>
|
||||
<h2 id="machine-plugin-refactor">Machine Plugin Refactor</h2>
|
||||
|
||||
<p>In preparation for the upcoming 1.0.0 release, we have made some <em>breaking</em> changes to the machine registry plugin system.</p>
|
||||
<p>In preparation for the upcoming 1.0.0 release, we have made some <em>breaking</em> changes to the machine registry plugin system.</p>
|
||||
|
||||
<p>These changes require that any existing plugins which implement custom machine drivers must be updated to use the new plugin system. A new <em>mixin</em> class, <code class="language-plaintext highlighter-rouge">MachineDriverMixin</code>, has been introduced to facilitate this transition.</p>
|
||||
|
||||
|
||||
@@ -25,8 +25,8 @@
|
||||
<meta property="og:title" content="1.0.0 Release" />
|
||||
<meta name="author" content="SchrodingersGat" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="1.0.0 Release" />
|
||||
<meta property="og:description" content="1.0.0 Release" />
|
||||
<meta name="description" content="The 1.0.0 release marks a major milestone for the InvenTree project. Not only does it represent an important step in the evolution of the software, but it also introduces a host of new features and improvements that enhance the user experience." />
|
||||
<meta property="og:description" content="The 1.0.0 release marks a major milestone for the InvenTree project. Not only does it represent an important step in the evolution of the software, but it also introduces a host of new features and improvements that enhance the user experience." />
|
||||
<link rel="canonical" href="/blog/2025/09/15/1.0.0" />
|
||||
<meta property="og:url" content="/blog/2025/09/15/1.0.0" />
|
||||
<meta property="og:site_name" content="InvenTree" />
|
||||
@@ -35,7 +35,7 @@
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="1.0.0 Release" />
|
||||
<script type="application/ld+json">
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"SchrodingersGat"},"dateModified":"2025-09-15T00:00:00+00:00","datePublished":"2025-09-15T00:00:00+00:00","description":"1.0.0 Release","headline":"1.0.0 Release","mainEntityOfPage":{"@type":"WebPage","@id":"/blog/2025/09/15/1.0.0"},"url":"/blog/2025/09/15/1.0.0"}</script>
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"SchrodingersGat"},"dateModified":"2025-09-15T00:00:00+00:00","datePublished":"2025-09-15T00:00:00+00:00","description":"The 1.0.0 release marks a major milestone for the InvenTree project. Not only does it represent an important step in the evolution of the software, but it also introduces a host of new features and improvements that enhance the user experience.","headline":"1.0.0 Release","mainEntityOfPage":{"@type":"WebPage","@id":"/blog/2025/09/15/1.0.0"},"url":"/blog/2025/09/15/1.0.0"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
</head>
|
||||
@@ -76,9 +76,7 @@
|
||||
|
||||
<a href="/schrodingersgat">Oliver</a>
|
||||
</p>
|
||||
<h2 id="100-release">1.0.0 Release</h2>
|
||||
|
||||
<p>The 1.0.0 release marks a major milestone for the InvenTree project. Not only does it represent an important step in the evolution of the software, but it also introduces a host of new features and improvements that enhance the user experience.</p>
|
||||
<p>The 1.0.0 release marks a major milestone for the InvenTree project. Not only does it represent an important step in the evolution of the software, but it also introduces a host of new features and improvements that enhance the user experience.</p>
|
||||
|
||||
<p>This release includes significant updates to the user interface, performance optimizations, and a range of new functionalities that have been requested by our community.</p>
|
||||
|
||||
|
||||
@@ -25,8 +25,8 @@
|
||||
<meta property="og:title" content="Rolling Stocktake Plugin" />
|
||||
<meta name="author" content="SchrodingersGat" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="Rolling Stocktake Plugin" />
|
||||
<meta property="og:description" content="Rolling Stocktake Plugin" />
|
||||
<meta name="description" content="The InvenTree development team has released a new plugin which provides a “Rolling Stocktake” mechanism for InvenTree." />
|
||||
<meta property="og:description" content="The InvenTree development team has released a new plugin which provides a “Rolling Stocktake” mechanism for InvenTree." />
|
||||
<link rel="canonical" href="/blog/2025/10/15/rolling-stocktake" />
|
||||
<meta property="og:url" content="/blog/2025/10/15/rolling-stocktake" />
|
||||
<meta property="og:site_name" content="InvenTree" />
|
||||
@@ -35,7 +35,7 @@
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="Rolling Stocktake Plugin" />
|
||||
<script type="application/ld+json">
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"SchrodingersGat"},"dateModified":"2025-10-15T00:00:00+00:00","datePublished":"2025-10-15T00:00:00+00:00","description":"Rolling Stocktake Plugin","headline":"Rolling Stocktake Plugin","mainEntityOfPage":{"@type":"WebPage","@id":"/blog/2025/10/15/rolling-stocktake"},"url":"/blog/2025/10/15/rolling-stocktake"}</script>
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"SchrodingersGat"},"dateModified":"2025-10-15T00:00:00+00:00","datePublished":"2025-10-15T00:00:00+00:00","description":"The InvenTree development team has released a new plugin which provides a “Rolling Stocktake” mechanism for InvenTree.","headline":"Rolling Stocktake Plugin","mainEntityOfPage":{"@type":"WebPage","@id":"/blog/2025/10/15/rolling-stocktake"},"url":"/blog/2025/10/15/rolling-stocktake"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
</head>
|
||||
@@ -76,9 +76,7 @@
|
||||
|
||||
<a href="/schrodingersgat">Oliver</a>
|
||||
</p>
|
||||
<h2 id="rolling-stocktake-plugin">Rolling Stocktake Plugin</h2>
|
||||
|
||||
<p>The InvenTree development team has released a new plugin which provides a “Rolling Stocktake” mechanism for InvenTree.</p>
|
||||
<p>The InvenTree development team has released a new plugin which provides a “Rolling Stocktake” mechanism for InvenTree.</p>
|
||||
|
||||
<p>This plugin encourgaes users to perform regular stocktakes of inventory items in a rolling fashion, ensuring that stock levels are consistently accurate without the need for a complete inventory shutdown.</p>
|
||||
|
||||
|
||||
@@ -25,8 +25,8 @@
|
||||
<meta property="og:title" content="1.1.0 Release" />
|
||||
<meta name="author" content="SchrodingersGat" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta name="description" content="1.1.0 Release" />
|
||||
<meta property="og:description" content="1.1.0 Release" />
|
||||
<meta name="description" content="The InvenTree team is excited to announce the release of version 1.1.0." />
|
||||
<meta property="og:description" content="The InvenTree team is excited to announce the release of version 1.1.0." />
|
||||
<link rel="canonical" href="/blog/2025/11/02/1.1.0" />
|
||||
<meta property="og:url" content="/blog/2025/11/02/1.1.0" />
|
||||
<meta property="og:site_name" content="InvenTree" />
|
||||
@@ -35,7 +35,7 @@
|
||||
<meta name="twitter:card" content="summary" />
|
||||
<meta property="twitter:title" content="1.1.0 Release" />
|
||||
<script type="application/ld+json">
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"SchrodingersGat"},"dateModified":"2025-11-02T00:00:00+00:00","datePublished":"2025-11-02T00:00:00+00:00","description":"1.1.0 Release","headline":"1.1.0 Release","mainEntityOfPage":{"@type":"WebPage","@id":"/blog/2025/11/02/1.1.0"},"url":"/blog/2025/11/02/1.1.0"}</script>
|
||||
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"SchrodingersGat"},"dateModified":"2025-11-02T00:00:00+00:00","datePublished":"2025-11-02T00:00:00+00:00","description":"The InvenTree team is excited to announce the release of version 1.1.0.","headline":"1.1.0 Release","mainEntityOfPage":{"@type":"WebPage","@id":"/blog/2025/11/02/1.1.0"},"url":"/blog/2025/11/02/1.1.0"}</script>
|
||||
<!-- End Jekyll SEO tag -->
|
||||
|
||||
</head>
|
||||
@@ -76,9 +76,7 @@
|
||||
|
||||
<a href="/schrodingersgat">Oliver</a>
|
||||
</p>
|
||||
<h2 id="110-release">1.1.0 Release</h2>
|
||||
|
||||
<p>The InvenTree team is excited to announce the release of version 1.1.0.</p>
|
||||
<p>The InvenTree team is excited to announce the release of version 1.1.0.</p>
|
||||
|
||||
<p>This is the first major update since our <a href="/blog/2025/09/15/1.0.0">1.0.0 stable release</a>, and includes numerous new features, improvements, and bug fixes to enhance your experience with InvenTree.</p>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user