From b4c540f7dd64ad57278a97afb4bd7c8305b65c53 Mon Sep 17 00:00:00 2001 From: Oliver Date: Tue, 7 Sep 2021 23:34:59 +1000 Subject: [PATCH] Update 0.5.0.md --- docs/releases/0.5.0.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/releases/0.5.0.md b/docs/releases/0.5.0.md index dc6deaa..2b59c7c 100644 --- a/docs/releases/0.5.0.md +++ b/docs/releases/0.5.0.md @@ -16,6 +16,10 @@ title: Release 0.5.0 [#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.