2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-04-28 13:46:54 +00:00
Oliver 2021-07-03 12:22:35 +10:00 committed by GitHub
parent 692ee719bb
commit 789977142c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 |