mirror of
https://github.com/inventree/inventree-website.git
synced 2025-06-12 01:55:37 +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>
|
||||
|
||||
@ -97,21 +97,21 @@
|
||||
<p>For more information on this new feature, refer to the documentation:</p>
|
||||
|
||||
<ul>
|
||||
<li><a href="https://docs.inventree.org/en/latest/part/part/#units-of-measure">Part units</a></li>
|
||||
<li><a href="https://docs.inventree.org/en/latest/part/parameter/#parameter-units">Part parameter units</a></li>
|
||||
<li><a href="https://docs.inventree.org/en/stable/part/part/#units-of-measure">Part units</a></li>
|
||||
<li><a href="https://docs.inventree.org/en/stable/part/parameter/#parameter-units">Part parameter units</a></li>
|
||||
</ul>
|
||||
|
||||
<h3 id="project-codes">Project Codes</h3>
|
||||
|
||||
<p>To streamline project management and order tracking, InvenTree now offers configurable project codes. These codes can be created and assigned to orders, providing a convenient way to organize and categorize your inventory based on specific projects. This enhancement enhances overall visibility and enables efficient project-based inventory management.</p>
|
||||
|
||||
<p>Read more about project code support <a href="https://docs.inventree.org/en/latest/order/project_codes/">in the documentation</a></p>
|
||||
<p>Read more about project code support <a href="https://docs.inventree.org/en/stable/order/project_codes/">in the documentation</a></p>
|
||||
|
||||
<h3 id="parameter-types">Parameter Types</h3>
|
||||
|
||||
<p>Part parameters in InvenTree now support dynamic typing, empowering you to define and validate various parameter types. With this flexibility, you can customize and validate part parameters to suit your specific needs. Furthermore, the addition of plugin support ensures seamless integration of third-party validation mechanisms, enhancing the reliability of your inventory data.</p>
|
||||
|
||||
<p>More information about part parameters is available <a href="https://docs.inventree.org/en/latest/part/parameter/">in the documentation</a>.</p>
|
||||
<p>More information about part parameters is available <a href="https://docs.inventree.org/en/stable/part/parameter/">in the documentation</a>.</p>
|
||||
|
||||
<h3 id="parameter-sorting">Parameter Sorting</h3>
|
||||
|
||||
@ -119,7 +119,7 @@
|
||||
|
||||
<h3 id="report-plugins">Report Plugins</h3>
|
||||
|
||||
<p>InvenTree introduces a new <a href="https://docs.inventree.org/en/latest/extend/plugins/report/">plugin mixin class</a> that allows for custom context variables to be injected into reports. This enhancement provides extensive customization options when generating reports, enabling you to include additional information relevant to your business processes. With improved report functionality, you can present inventory data in a more comprehensive and meaningful way.</p>
|
||||
<p>InvenTree introduces a new <a href="https://docs.inventree.org/en/stable/extend/plugins/report/">plugin mixin class</a> that allows for custom context variables to be injected into reports. This enhancement provides extensive customization options when generating reports, enabling you to include additional information relevant to your business processes. With improved report functionality, you can present inventory data in a more comprehensive and meaningful way.</p>
|
||||
|
||||
<h3 id="build-orders-consume-stock">Build Orders Consume Stock</h3>
|
||||
|
||||
@ -127,7 +127,7 @@
|
||||
|
||||
<h3 id="scrap-build-order-outputs">Scrap Build Order Outputs</h3>
|
||||
|
||||
<p>InvenTree’s latest release introduces a valuable feature that allows users to <a href="https://docs.inventree.org/en/latest/build/output/#scrap-build-output">scrap partially completed or failed build outputs</a> while retaining traceability. In real-world manufacturing scenarios, it is common for builds to encounter challenges or errors, resulting in the need to discard certain outputs. With the new scrap build outputs functionality, you can easily identify and remove faulty or incomplete build outputs from your inventory. This feature ensures accurate stock tracking and maintains a clear audit trail, improving reliability and efficiency in your manufacturing processes.</p>
|
||||
<p>InvenTree’s latest release introduces a valuable feature that allows users to <a href="https://docs.inventree.org/en/stable/build/output/#scrap-build-output">scrap partially completed or failed build outputs</a> while retaining traceability. In real-world manufacturing scenarios, it is common for builds to encounter challenges or errors, resulting in the need to discard certain outputs. With the new scrap build outputs functionality, you can easily identify and remove faulty or incomplete build outputs from your inventory. This feature ensures accurate stock tracking and maintains a clear audit trail, improving reliability and efficiency in your manufacturing processes.</p>
|
||||
|
||||
<h3 id="image-uploads">Image Uploads</h3>
|
||||
|
||||
@ -135,13 +135,13 @@
|
||||
|
||||
<h3 id="address-management">Address Management</h3>
|
||||
|
||||
<p>InvenTree now offers <a href="https://docs.inventree.org/en/latest/order/company/#addresses">increased support for address management</a> with a more complex address database model. This enhancement enables businesses to manage addresses more effectively, accommodating various scenarios such as multiple shipping locations, customer addresses, and supplier information. With improved address management, you can maintain accurate records and ensure smooth logistics operations.</p>
|
||||
<p>InvenTree now offers <a href="https://docs.inventree.org/en/stable/order/company/#addresses">increased support for address management</a> with a more complex address database model. This enhancement enables businesses to manage addresses more effectively, accommodating various scenarios such as multiple shipping locations, customer addresses, and supplier information. With improved address management, you can maintain accurate records and ensure smooth logistics operations.</p>
|
||||
|
||||
<h3 id="svg-support">SVG Support</h3>
|
||||
|
||||
<p>With the growing importance of visual data representation, InvenTree now supports the embedding of SVG images into generated reports. By incorporating SVG images into your reports, you can create visually appealing and informative documentation, making it easier for stakeholders to understand and engage with your inventory data.</p>
|
||||
|
||||
<p>Read more about <a href="https://docs.inventree.org/en/latest/report/helpers/#svg-images">SVG support in generated reports</a> in the documentation.</p>
|
||||
<p>Read more about <a href="https://docs.inventree.org/en/stable/report/helpers/#svg-images">SVG support in generated reports</a> in the documentation.</p>
|
||||
|
||||
<h3 id="update-to-openapi">Update to OpenAPI</h3>
|
||||
|
||||
@ -210,7 +210,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