From 789977142cfcd81a446b916699841b2d43c8c946 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sat, 3 Jul 2021 12:22:35 +1000 Subject: [PATCH] Update 0.2.5.md - https://github.com/inventree/InvenTree/pull/1736 - https://github.com/inventree/InvenTree/pull/1750 - https://github.com/inventree/InvenTree/pull/1744 - https://github.com/inventree/InvenTree/pull/1731 - https://github.com/inventree/InvenTree/pull/1734 --- docs/releases/0.2.5.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/docs/releases/0.2.5.md b/docs/releases/0.2.5.md index a829d2b..7437756 100644 --- a/docs/releases/0.2.5.md +++ b/docs/releases/0.2.5.md @@ -32,8 +32,27 @@ Multiple new pricing features have been added: [#1726](https://github.com/inventree/InvenTree/pull/1726) re-introduces display of purchase price information into the BOM table +### UX Improvements + +#### Supplier Part Column + +[#1750](https://github.com/inventree/InvenTree/pull/1750) introduces a "Supplier Part" column to the Stock Item table. + +#### Purchase Price Filter + +[#1744](https://github.com/inventree/InvenTree/pull/1744) adds a "Has Purchase Price" filter to the Stock Item table. + +#### Hide Related Parts + +[#1734](https://github.com/inventree/InvenTree/pull/1734) adds an option to hide "Related Parts" feature. + +#### Sortable Allocations + +[#1731](https://github.com/inventree/InvenTree/pull/1731) allows sorting by "allocated" quantity in Build Order display + ## Major Bug Fixes | Pull Request | Description | | --- | --- | | [#1729](https://github.com/inventree/InvenTree/pull/1729) | Fixes a bug in the HTML browsable API | +| [#1736](https://github.com/inventree/InvenTree/pull/1736) | Fixes an ongoing issue with currency support |