2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-06-13 10:45:32 +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
release_notes.md
report
settings
start
stock
stylesheets
webfonts
contribute.md
credits.md
faq.md
features.md
hooks.py
index.md
upcoming.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

1.9 KiB

title
title
Release 0.5.0

Release 0.5.0

BOM Purchase Price

#1957 adds integration of stock purchase price history into BOM pricing for assemblies.

Disable Navbar Items

#1999 adds the ability to optionally hide main InvenTree features

Edit Purchase Price via API

#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 adds an API endpoint for receiving purchase order line items.

Build Completion Scheduling

#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 Fixes multiple bugs in "order parts" wizard
#2011 Fixes issue with "edit part" form
#2018 Fixes bug which caused server exception when a large image was uploaded
#2020 Fixes table ordering bug for purchase order line item table
#2021 Fixes naming collision between two tables
#2043 Fixes bug which caused extremely long delays when creating a new BOM item
#2082 Significantly reduces time taken to delete a single StockItem object