mirror of
https://github.com/inventree/inventree-website.git
synced 2025-06-18 13:05:25 +00:00
deploy: 28a6c0d0f1
This commit is contained in:
@ -53,7 +53,7 @@
|
||||
|
||||
<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="https://docs.inventree.org/en/stable/">Docs</a>
|
||||
<a class="mr-5 hover:cm-gray-1" href="/blog">Blog</a>
|
||||
</nav>
|
||||
|
||||
@ -88,7 +88,7 @@
|
||||
|
||||
<p>We now have a packaged command-line installer for simplified setup (on supported platforms), using the <a href="https://packager.io/">packager.io</a> service. The installer is targeted for users who are installing InvenTree on a bare metal system (separate installers are available for container environments).</p>
|
||||
|
||||
<p>You can find more information about the installer at <a href="https://docs.inventree.org/en/latest/start/installer/">docs.inventree.org</a>.</p>
|
||||
<p>You can find more information about the installer at <a href="https://docs.inventree.org/en/stable/start/installer/">docs.inventree.org</a>.</p>
|
||||
|
||||
<h3 id="backup-and-restore">Backup and Restore</h3>
|
||||
|
||||
@ -102,7 +102,7 @@
|
||||
|
||||
<p>Additionally, more options for controlling how pricing information is calculated and handled have been implemented.</p>
|
||||
|
||||
<p>You can read more about managing pricing data in InvenTree at <a href="https://docs.inventree.org/en/latest/part/pricing/">docs.inventree.org</a>.</p>
|
||||
<p>You can read more about managing pricing data in InvenTree at <a href="https://docs.inventree.org/en/stable/part/pricing/">docs.inventree.org</a>.</p>
|
||||
|
||||
<h3 id="barcode-refactor">Barcode Refactor</h3>
|
||||
|
||||
@ -114,17 +114,17 @@
|
||||
<li>Custom barcodes can now be assigned to <em>Supplier Part</em> instances</li>
|
||||
</ul>
|
||||
|
||||
<p>Read more about the updated barcode support in <a href="https://docs.inventree.org/en/latest/barcodes/barcodes/">the InvenTree documentation</a>.</p>
|
||||
<p>Read more about the updated barcode support in <a href="https://docs.inventree.org/en/stable/barcodes/barcodes/">the InvenTree documentation</a>.</p>
|
||||
|
||||
<h3 id="builtin-plugins">Builtin Plugins</h3>
|
||||
|
||||
<p>As part of the ongoing improvements to the plugin system, InvenTree now features a number of “builtin” plugins. These plugins are always active (even if custom plugin support is disabled for the server) and provide core InvenTree functionality in a way which aligns with the operation of the plugin system. This is intended to streamline the way in which plugins are implemented, as core components of the code are now offloaded to the plugin with a simpler interface.</p>
|
||||
|
||||
<p>We have also made some significant improvements to the <a href="https://docs.inventree.org/en/latest/extend/plugins/">plugin system documentation</a>.</p>
|
||||
<p>We have also made some significant improvements to the <a href="https://docs.inventree.org/en/stable/extend/plugins/">plugin system documentation</a>.</p>
|
||||
|
||||
<h3 id="validation-plugins">Validation Plugins</h3>
|
||||
|
||||
<p>A completely new type of plugin introduced in this release is the <a href="https://docs.inventree.org/en/latest/extend/plugins/validation/">validation plugin mixin</a>. This plugin allows users to implement custom validation methods for various database fields. In addition to allowing validation of field values against complex custom rules, this plugin allows automated generation of the “next value” for certain fields, such as serial numbers and batch codes.</p>
|
||||
<p>A completely new type of plugin introduced in this release is the <a href="https://docs.inventree.org/en/stable/extend/plugins/validation/">validation plugin mixin</a>. This plugin allows users to implement custom validation methods for various database fields. In addition to allowing validation of field values against complex custom rules, this plugin allows automated generation of the “next value” for certain fields, such as serial numbers and batch codes.</p>
|
||||
|
||||
<h3 id="news-reader">News Reader</h3>
|
||||
|
||||
@ -136,7 +136,7 @@
|
||||
|
||||
<h3 id="part-scheduling">Part Scheduling</h3>
|
||||
|
||||
<p>The <a href="https://docs.inventree.org/en/latest/part/scheduling/">Part Scheduling</a> functionality has received some updates in this release. If enabled, the <em>Part Scheduling</em> tab shows predicted future stock levels, based on incoming and outgoing orders.</p>
|
||||
<p>The <a href="https://docs.inventree.org/en/stable/part/scheduling/">Part Scheduling</a> functionality has received some updates in this release. If enabled, the <em>Part Scheduling</em> tab shows predicted future stock levels, based on incoming and outgoing orders.</p>
|
||||
|
||||
<h3 id="supplier-part-pack-size">Supplier Part Pack Size</h3>
|
||||
|
||||
@ -195,7 +195,7 @@
|
||||
|
||||
<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="https://docs.inventree.org/en/stable/" class="footer-link">Docs</a></li>
|
||||
|
||||
<li><a href="/news" class="footer-link">News</a></li>
|
||||
|
||||
|
Reference in New Issue
Block a user