mirror of
https://github.com/inventree/InvenTree.git
synced 2026-04-05 19:10:54 +00:00
Purchase price ordering (#11379)
* Support ordering stock by purchase price * Enhanced error output * Bump API version
This commit is contained in:
@@ -1,11 +1,14 @@
|
||||
"""InvenTree API version information."""
|
||||
|
||||
# InvenTree API version
|
||||
INVENTREE_API_VERSION = 453
|
||||
INVENTREE_API_VERSION = 454
|
||||
"""Increment this API version number whenever there is a significant change to the API that any clients need to know about."""
|
||||
|
||||
INVENTREE_API_TEXT = """
|
||||
|
||||
v454 -> 2026-02-19 : https://github.com/inventree/InvenTree/pull/11379
|
||||
- Adds "purchase_price" ordering option to StockItem API endpoint
|
||||
|
||||
v453 -> 2026-02-11 : https://github.com/inventree/InvenTree/pull/11244
|
||||
- Adds (internal) endpoint to end a observability tooling session
|
||||
|
||||
|
||||
@@ -1278,6 +1278,7 @@ class StockList(
|
||||
'part__name',
|
||||
'part__IPN',
|
||||
'updated',
|
||||
'purchase_price',
|
||||
'stocktake_date',
|
||||
'expiry_date',
|
||||
'packaging',
|
||||
|
||||
Reference in New Issue
Block a user