2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-06-15 19:55:34 +00:00
Files
.github
_includes
ci
docs
app
assets
build
companies
extend
javascripts
part
releases
0.1.4.md
0.1.5.md
0.1.6.md
0.1.7.md
0.1.8.md
0.2.0.md
0.2.1.md
0.2.2.md
0.2.3.md
0.2.4.md
0.3.0.md
0.4.0.md
0.4.1.md
0.4.2.md
0.4.3.md
0.4.4.md
0.4.5.md
0.4.6.md
0.5.0.md
0.5.1.md
0.5.2.md
0.5.3.md
0.5.4.md
0.6.0.md
0.6.1.md
0.6.2.md
0.6.3.md
0.6.4.md
0.7.0.md
release_notes.md
report
settings
start
stock
stylesheets
webfonts
contribute.md
credits.md
demo.md
faq.md
features.md
hooks.py
index.md
privacy.md
terminology.md
.gitignore
LICENSE
README.md
main.py
mkdocs.yml
readthedocs.yml
requirements.txt
inventree-docs/docs/releases/0.5.0.md
2021-09-28 10:55:06 +10:00

38 lines
1.9 KiB
Markdown

---
title: Release 0.5.0
---
## Release 0.5.0
### 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
### Receive Purchase Order Items via API
[#2013](https://github.com/inventree/InvenTree/pull/2013) adds an API endpoint for receiving purchase order line items.
### Build Completion Scheduling
[#2034](https://github.com/inventree/InvenTree/pull/2034) moves some of the build completion logic to the background worker thread. This allows UI interactions to run smoothly, and long-running database actions (build order cleanup) to be performed offline.
### 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 |
| [#2018](https://github.com/inventree/InvenTree/pull/2018) | Fixes bug which caused server exception when a *large* image was uploaded |
| [#2020](https://github.com/inventree/InvenTree/pull/2020) | Fixes table ordering bug for purchase order line item table |
| [#2021](https://github.com/inventree/InvenTree/pull/2021) | Fixes naming collision between two tables |
| [#2043](https://github.com/inventree/InvenTree/pull/2041) | Fixes bug which caused extremely long delays when creating a new BOM item |
| [#2082](https://github.com/inventree/InvenTree/pull/2082) | Significantly reduces time taken to delete a single StockItem object |