From 1d8fd9d196ce765b801c435fdc5c640aca28becc Mon Sep 17 00:00:00 2001 From: Oliver Date: Wed, 6 Oct 2021 20:52:27 +1100 Subject: [PATCH] Update 0.6.0.md https://github.com/inventree/InvenTree/pull/2110 --- docs/releases/0.6.0.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/releases/0.6.0.md b/docs/releases/0.6.0.md index 01b1a5b..dd7665c 100644 --- a/docs/releases/0.6.0.md +++ b/docs/releases/0.6.0.md @@ -18,6 +18,10 @@ PR [#2102](https://github.com/inventree/InvenTree/pull/2102) provides a major re PR [#2103](https://github.com/inventree/InvenTree/pull/2103) provides a major improvement to the stock adjustment API. While remaining backwards compatible, the API endpoints for stock adjustments (stocktake, quantity adjustment, stock transfer) have been updated to use the DRF serializer framework. This provides a more streamlined user experience with improved error checking and handling. +### Sales Order Allocations + +PR [#2110](https://github.com/inventree/InvenTree/pull/2110) provides a major refactor of the process by which stock items are allocated against a sales order. The process now makes use of the REST API for a more responsive and intuitive user experience. + ### Bug Fixes | Pull Request | Description |