2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-04-28 05:36:46 +00:00
This commit is contained in:
Matthias Mair 2021-12-11 23:10:21 +01:00
commit 0451284ae3

View File

@ -61,6 +61,22 @@ PR [#2221](https://github.com/inventree/InvenTree/pull/2221) adds support for MF
PR [#2198](https://github.com/inventree/InvenTree/pull/2198) provides a major refactor of stock item forms, for creating and editing stock items. These forms have been migrated to the REST API, providing a much more responsive user experience.
### Session Management
PR [#2371](https://github.com/inventree/InvenTree/pull/2371) adds management of user settings via the settings page
### Sales Order Shipments
PR [#2199](https://github.com/inventree/InvenTree/pull/2199) adds the ability to perform multiple shipments against a given Sales Order. This allows split-shipments and partial fulfillment of Sales Orders
### Plugin Ecosystem
PR [#2074](https://github.com/inventree/InvenTree/pull/2074) adds a plugin ecosystem, allowing future development of first-party and third-party plugins to extend upon core InvenTree functionality. Watch this space!
## Assign Stock Items to Customer
PR [#2436](https://github.com/inventree/InvenTree/pull/2436) refactors the process by which stock items can be manually assigned to a customer, separate to the Sales Order process.
## Major Bug Fixes
| Pull Request | Description |