mirror of
https://github.com/inventree/inventree-website.git
synced 2025-09-18 09:01:35 +00:00
1.0.0 release (#244)
* initial commit * More updates * More updates * More updates * Add news entyr * Update image * Update gallery images * Refactor blog post * Breaking change for notification methods * Fix notification plugin docs * Add more breaking changeas * Feature updates * Add donation links * blog post - machine registry updates * Add note on docker image change * Add note on changelog file * Update _posts/2025-08-25-1.0.0.md Co-authored-by: Matthias Mair <code@mjmair.com> * Update _posts/2025-08-25-1.0.0.md Co-authored-by: Matthias Mair <code@mjmair.com> * Update _posts/2025-08-25-1.0.0.md Co-authored-by: Matthias Mair <code@mjmair.com> * Update _posts/2025-08-25-1.0.0.md Co-authored-by: Matthias Mair <code@mjmair.com> * Add note on user experience survey * Add final note about survey * Fix stats file * Update blog post * Ignore polar.sh links * Fix links * More link fixes * Further fixes * Fix python link --------- Co-authored-by: Matthias Mair <code@mjmair.com>
This commit is contained in:
@@ -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/stable/barcodes/barcodes/).
|
||||
Read more about the updated barcode support in [the InvenTree documentation](https://docs.inventree.org/en/stable/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/stable/extend/plugins/).
|
||||
We have also made some significant improvements to the [plugin system documentation](https://docs.inventree.org/en/stable/plugins/).
|
||||
|
||||
### Validation Plugins
|
||||
|
||||
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.
|
||||
A completely new type of plugin introduced in this release is the [validation plugin mixin](https://docs.inventree.org/en/stable/plugins/mixins/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/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.
|
||||
The 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
|
||||
|
||||
|
Reference in New Issue
Block a user