2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-06-12 10:15:33 +00:00

Update 0.7.0.md

https://github.com/inventree/InvenTree/pull/2695
This commit is contained in:
Oliver
2022-03-02 22:12:41 +11:00
committed by GitHub
parent 590042fff2
commit 0ca5247968

View File

@ -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.