2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-27 09:10:51 +00:00

[PUI] Part allocations (#8458)

* Add new backend filters for BuildLine API

* PUI: Better display of part allocations against build orders

* Add 'order_outstanding' filter to SalesOrderLineItem API

* Add new table showing outstanding SalesOrder allocations against a part

* Update playwright test

* Cleanup

* Bump API version

* Add more table columns

* Tweak UsedInTable

* Another table tweak

* Tweak playwright tests
This commit is contained in:
Oliver
2024-11-09 20:22:26 +11:00
committed by GitHub
parent ad39d3fd95
commit 255a5d083e
15 changed files with 457 additions and 81 deletions

View File

@ -212,7 +212,7 @@ test('Pages - Build Order - Allocation', async ({ page }) => {
{
name: 'Blue Widget',
ipn: 'widget.blue',
available: '45',
available: '39',
required: '5',
allocated: '5'
},