2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-05-01 07:06:52 +00:00

25 lines
831 B
Markdown

---
title: Release 0.4.7
---
## Release 0.4.7
### BOM Purchase Price
[#1957](https://github.com/inventree/InvenTree/pull/1957) adds integration of stock purchase price history into BOM pricing for assemblies.
### Disable Navbar Items
[#1999](https://github.com/inventree/InvenTree/pull/1999) adds the ability to optionally hide main InvenTree features
### Edit Purchase Price via API
[#2003](https://github.com/inventree/InvenTree/pull/2003) allows the `purchase_price` and `purchase_price_currency` fields (on the StockItem model) to be edited via the API
### Bug Fixes
| Pull Request | Description |
| --- | --- |
| [#1997](https://github.com/inventree/InvenTree/pull/1997) | Fixes multiple bugs in "order parts" wizard |
| [#2011](https://github.com/inventree/InvenTree/pull/2011) | Fixes issue with "edit part" form |