mirror of
https://github.com/inventree/inventree-website.git
synced 2025-06-15 11:35:28 +00:00
Fix docs links to point to stable (not latest) (#228)
This commit is contained in:
@ -2,6 +2,6 @@
|
||||
author: matmair
|
||||
title: Starting with templates
|
||||
---
|
||||
A good starting-point for developing your own plugin is taking a look at the [documentation](https://docs.inventree.org/en/latest/extend/plugins/).
|
||||
A good starting-point for developing your own plugin is taking a look at the [documentation](https://docs.inventree.org/en/stable/extend/plugins/).
|
||||
|
||||
You could also use one of the current plugins as a sample.
|
@ -15,7 +15,7 @@ The 0.9.0 release introduces many new features - some of the major ones are outl
|
||||
|
||||
We now have a packaged command-line installer for simplified setup (on supported platforms), using the [packager.io](https://packager.io/) service. The installer is targeted for users who are installing InvenTree on a bare metal system (separate installers are available for container environments).
|
||||
|
||||
You can find more information about the installer at [docs.inventree.org](https://docs.inventree.org/en/latest/start/installer/).
|
||||
You can find more information about the installer at [docs.inventree.org](https://docs.inventree.org/en/stable/start/installer/).
|
||||
|
||||
### Backup and Restore
|
||||
|
||||
@ -29,7 +29,7 @@ This release provides a major overhaul for how pricing data is managed. The new
|
||||
|
||||
Additionally, more options for controlling how pricing information is calculated and handled have been implemented.
|
||||
|
||||
You can read more about managing pricing data in InvenTree at [docs.inventree.org](https://docs.inventree.org/en/latest/part/pricing/).
|
||||
You can read more about managing pricing data in InvenTree at [docs.inventree.org](https://docs.inventree.org/en/stable/part/pricing/).
|
||||
|
||||
### Barcode Refactor
|
||||
|
||||
@ -39,17 +39,17 @@ Barcode support has been significantly improved, allowing custom barcode functio
|
||||
- Custom barcodes can now be assigned to *Stock Location* instances
|
||||
- Custom barcodes can now be assigned to *Supplier Part* instances
|
||||
|
||||
Read more about the updated barcode support in [the InvenTree documentation](https://docs.inventree.org/en/latest/barcodes/barcodes/).
|
||||
Read more about the updated barcode support in [the InvenTree documentation](https://docs.inventree.org/en/stable/barcodes/barcodes/).
|
||||
|
||||
### Builtin Plugins
|
||||
|
||||
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.
|
||||
|
||||
We have also made some significant improvements to the [plugin system documentation](https://docs.inventree.org/en/latest/extend/plugins/).
|
||||
We have also made some significant improvements to the [plugin system documentation](https://docs.inventree.org/en/stable/extend/plugins/).
|
||||
|
||||
### Validation Plugins
|
||||
|
||||
A completely new type of plugin introduced in this release is the [validation plugin mixin](https://docs.inventree.org/en/latest/extend/plugins/validation/). 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.
|
||||
A completely new type of plugin introduced in this release is the [validation plugin mixin](https://docs.inventree.org/en/stable/extend/plugins/validation/). 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.
|
||||
|
||||
### News Reader
|
||||
|
||||
@ -61,7 +61,7 @@ Now that the new website is live, a [news feed](/news) is available. If enabled,
|
||||
|
||||
### Part Scheduling
|
||||
|
||||
The [Part Scheduling](https://docs.inventree.org/en/latest/part/scheduling/) functionality has received some updates in this release. If enabled, the *Part Scheduling* tab shows predicted future stock levels, based on incoming and outgoing orders.
|
||||
The [Part Scheduling](https://docs.inventree.org/en/stable/part/scheduling/) functionality has received some updates in this release. If enabled, the *Part Scheduling* tab shows predicted future stock levels, based on incoming and outgoing orders.
|
||||
|
||||
### Supplier Part Pack Size
|
||||
|
||||
|
@ -11,11 +11,11 @@ As always, thanks to the efforts of our development team and larger community, t
|
||||
|
||||
### SSO Improvements
|
||||
|
||||
A lot of work has gone into improving [Single Sign On (SSO)](https://docs.inventree.org/en/latest/settings/SSO/) integration. We have made some changes to make the SSO process smoother, and improved the user experience. Additionally (and importantly) the documentation has been significantly improved!
|
||||
A lot of work has gone into improving [Single Sign On (SSO)](https://docs.inventree.org/en/stable/settings/SSO/) integration. We have made some changes to make the SSO process smoother, and improved the user experience. Additionally (and importantly) the documentation has been significantly improved!
|
||||
|
||||
### Currency Conversion
|
||||
|
||||
In a major improvement for currency support, conversion between different currencies is now performed "client side". This means that data tables which contain money values with different currencies can now be added together - and in a computationally efficient manner. Currency exchange rate data is now made available via [the API](https://docs.inventree.org/en/latest/api/api/) - paving the way for future feature development in this area.
|
||||
In a major improvement for currency support, conversion between different currencies is now performed "client side". This means that data tables which contain money values with different currencies can now be added together - and in a computationally efficient manner. Currency exchange rate data is now made available via [the API](https://docs.inventree.org/en/stable/api/api/) - paving the way for future feature development in this area.
|
||||
|
||||
### Pricing Features
|
||||
|
||||
|
@ -11,11 +11,11 @@ We are thrilled to announce the latest stable release of Inventree, version 0.11
|
||||
|
||||
### Return Orders
|
||||
|
||||
The addition of [Return Orders](https://docs.inventree.org/en/latest/order/return_order/) is a significant new feature, which allows users to easily process and manage returned items, whether they are due to customer refunds or defective products. With the ability to track the status of return orders and the associated inventory movements, businesses can better manage their inventory levels, reduce waste, and improve their customer service.
|
||||
The addition of [Return Orders](https://docs.inventree.org/en/stable/order/return_order/) is a significant new feature, which allows users to easily process and manage returned items, whether they are due to customer refunds or defective products. With the ability to track the status of return orders and the associated inventory movements, businesses can better manage their inventory levels, reduce waste, and improve their customer service.
|
||||
|
||||
### Stocktake Reports
|
||||
|
||||
Another great new feature in the latest release of InvenTree is the ability to generate [detailed stocktake reports](https://docs.inventree.org/en/latest/part/stocktake/). This feature enables businesses to conduct accurate and efficient inventory audits by providing periodic information on stock levels, locations, and movements. With this feature, businesses can view historical inventory levels, providing data for improved decision-making. The stocktake report feature also allows for customizations such as filtering by location, category, or supplier, providing a tailored view of inventory levels to meet specific business needs. Overall, the ability to generate stocktake reports is a significant enhancement to InvenTree, enabling businesses to take control of their inventory management and streamline their operations.
|
||||
Another great new feature in the latest release of InvenTree is the ability to generate [detailed stocktake reports](https://docs.inventree.org/en/stable/part/stocktake/). This feature enables businesses to conduct accurate and efficient inventory audits by providing periodic information on stock levels, locations, and movements. With this feature, businesses can view historical inventory levels, providing data for improved decision-making. The stocktake report feature also allows for customizations such as filtering by location, category, or supplier, providing a tailored view of inventory levels to meet specific business needs. Overall, the ability to generate stocktake reports is a significant enhancement to InvenTree, enabling businesses to take control of their inventory management and streamline their operations.
|
||||
|
||||
### Improved Barcode Support
|
||||
|
||||
@ -25,7 +25,7 @@ The latest release provides improved barcode support, with the ability to genera
|
||||
|
||||
InvenTree's latest release includes improved report template functionality with better currency rendering support, enabling businesses to create professional and accurate reports. This feature allows for more detailed and customizable reports, including the ability to display currency symbols and automatically convert currency values to the appropriate format based on the user's settings, saving time and effort.
|
||||
|
||||
Refer to the [reporting documentation](https://docs.inventree.org/en/latest/report/report/) for further details.
|
||||
Refer to the [reporting documentation](https://docs.inventree.org/en/stable/report/report/) for further details.
|
||||
|
||||
### Search Results
|
||||
|
||||
|
@ -23,20 +23,20 @@ Additionally, part parameters can now also specify real world units!
|
||||
|
||||
For more information on this new feature, refer to the documentation:
|
||||
|
||||
- [Part units](https://docs.inventree.org/en/latest/part/part/#units-of-measure)
|
||||
- [Part parameter units](https://docs.inventree.org/en/latest/part/parameter/#parameter-units)
|
||||
- [Part units](https://docs.inventree.org/en/stable/part/part/#units-of-measure)
|
||||
- [Part parameter units](https://docs.inventree.org/en/stable/part/parameter/#parameter-units)
|
||||
|
||||
### Project Codes
|
||||
|
||||
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.
|
||||
|
||||
Read more about project code support [in the documentation](https://docs.inventree.org/en/latest/order/project_codes/)
|
||||
Read more about project code support [in the documentation](https://docs.inventree.org/en/stable/order/project_codes/)
|
||||
|
||||
### Parameter Types
|
||||
|
||||
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.
|
||||
|
||||
More information about part parameters is available [in the documentation](https://docs.inventree.org/en/latest/part/parameter/).
|
||||
More information about part parameters is available [in the documentation](https://docs.inventree.org/en/stable/part/parameter/).
|
||||
|
||||
### Parameter Sorting
|
||||
|
||||
@ -44,7 +44,7 @@ To enhance the usability and efficiency of InvenTree's part parameters, the late
|
||||
|
||||
### Report Plugins
|
||||
|
||||
InvenTree introduces a new [plugin mixin class](https://docs.inventree.org/en/latest/extend/plugins/report/) 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.
|
||||
InvenTree introduces a new [plugin mixin class](https://docs.inventree.org/en/stable/extend/plugins/report/) 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.
|
||||
|
||||
### Build Orders Consume Stock
|
||||
|
||||
@ -52,7 +52,7 @@ The build order interface in InvenTree has received a major overhaul, resulting
|
||||
|
||||
### Scrap Build Order Outputs
|
||||
|
||||
InvenTree's latest release introduces a valuable feature that allows users to [scrap partially completed or failed build outputs](https://docs.inventree.org/en/latest/build/output/#scrap-build-output) 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.
|
||||
InvenTree's latest release introduces a valuable feature that allows users to [scrap partially completed or failed build outputs](https://docs.inventree.org/en/stable/build/output/#scrap-build-output) 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.
|
||||
|
||||
### Image Uploads
|
||||
|
||||
@ -60,13 +60,13 @@ To enrich documentation and enhance visual representation, InvenTree now support
|
||||
|
||||
### Address Management
|
||||
|
||||
InvenTree now offers [increased support for address management](https://docs.inventree.org/en/latest/order/company/#addresses) 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.
|
||||
InvenTree now offers [increased support for address management](https://docs.inventree.org/en/stable/order/company/#addresses) 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.
|
||||
|
||||
### SVG Support
|
||||
|
||||
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.
|
||||
|
||||
Read more about [SVG support in generated reports](https://docs.inventree.org/en/latest/report/helpers/#svg-images) in the documentation.
|
||||
Read more about [SVG support in generated reports](https://docs.inventree.org/en/stable/report/helpers/#svg-images) in the documentation.
|
||||
|
||||
### Update to OpenAPI
|
||||
|
||||
|
@ -19,7 +19,7 @@ You should also refer to the [Django 4.2 release notes](https://docs.djangoproje
|
||||
|
||||
### Site Access Changes
|
||||
|
||||
Django 4.2 has introduced some changes to how cross-site protection is handled. Your existing InvenTree installation may require some changes to continue to operate as expected. In particular, the `CORS` and `CSRF` settings have been made more strict by default. Refer to the [server access configuration guide](https://docs.inventree.org/en/latest/start/config/#server-access) for instructions on which settings will need to be updated.
|
||||
Django 4.2 has introduced some changes to how cross-site protection is handled. Your existing InvenTree installation may require some changes to continue to operate as expected. In particular, the `CORS` and `CSRF` settings have been made more strict by default. Refer to the [server access configuration guide](https://docs.inventree.org/en/stable/start/config/#server-access) for instructions on which settings will need to be updated.
|
||||
|
||||
### Multi Site Support
|
||||
|
||||
@ -27,11 +27,11 @@ InvenTree has, by default, shipped with [multi site support](https://docs.django
|
||||
|
||||
So, in [PR 6390](https://github.com/inventree/InvenTree/pull/6390) we have disabled multi-site support by default. This should simplify the installation process for most users.
|
||||
|
||||
For any users who have been using multi-site support, you will need to manually re-enable it after upgrading to 0.14.0. Refer to the [InvenTree documentation](https://docs.inventree.org/en/latest/start/advanced/#multi-site-support) for more information.
|
||||
For any users who have been using multi-site support, you will need to manually re-enable it after upgrading to 0.14.0. Refer to the [InvenTree documentation](https://docs.inventree.org/en/stable/start/advanced/#multi-site-support) for more information.
|
||||
|
||||
### Test Results
|
||||
|
||||
InvenTree has long supported [test results for stock items](https://docs.inventree.org/en/latest/stock/test/). In [PR 6430](https://github.com/inventree/InvenTree/pull/6430), a significant enhancement was made to the test result system. Previously, test results were not linked to a specific test template in the database. Instead, the results and templates were loosely linked via a string key.
|
||||
InvenTree has long supported [test results for stock items](https://docs.inventree.org/en/stable/stock/test/). In [PR 6430](https://github.com/inventree/InvenTree/pull/6430), a significant enhancement was made to the test result system. Previously, test results were not linked to a specific test template in the database. Instead, the results and templates were loosely linked via a string key.
|
||||
|
||||
In 0.14.0, the test result system has been updated to use a proper database relationship between test results and test templates. This means that test results are now linked to a specific test template, and the test result system has been updated to reflect this change.
|
||||
|
||||
@ -79,7 +79,7 @@ A significant number of new features have been added to InvenTree in this releas
|
||||
|
||||
### Enhanced Validation
|
||||
|
||||
Enhanced custom validation is implemented in [PR 6410](https://github.com/inventree/InvenTree/pull/6410). This addition allows for more comprehensive validation of models by integrated plugins. Refer to the [updated validation plugin docs](https://docs.inventree.org/en/latest/extend/plugins/validation/) for more information.
|
||||
Enhanced custom validation is implemented in [PR 6410](https://github.com/inventree/InvenTree/pull/6410). This addition allows for more comprehensive validation of models by integrated plugins. Refer to the [updated validation plugin docs](https://docs.inventree.org/en/stable/extend/plugins/validation/) for more information.
|
||||
|
||||
### API Documentation
|
||||
|
||||
|
Reference in New Issue
Block a user