From 0ca5247968c41ed2ee1498eb547eb21dec212cc5 Mon Sep 17 00:00:00 2001 From: Oliver <oliver.henry.walters@gmail.com> Date: Wed, 2 Mar 2022 22:12:41 +1100 Subject: [PATCH] Update 0.7.0.md https://github.com/inventree/InvenTree/pull/2695 --- docs/releases/0.7.0.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/releases/0.7.0.md b/docs/releases/0.7.0.md index ec7e5b9..691759f 100644 --- a/docs/releases/0.7.0.md +++ b/docs/releases/0.7.0.md @@ -23,3 +23,7 @@ title: Release 0.7.0 ### Persistent Forms [#2687](https://github.com/inventree/InvenTree/pull/2687) adds the ability for modal forms to be "persistent" - i.e. they are not immediately dismissed after successful submission. This allows (for example) the "Create Part" form to be used multiple times in succession, allowing quick creation of parts by the user. + +### Stock Scheduling + +[#2695](https://github.com/inventree/InvenTree/pull/2695) adds a new "Scheduling" tab to the "Part" display. This displays projected / predicted future stock levels, based on pending orders.