2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-12 01:55:39 +00:00

Part BOM list now shows how many of each sub-item are available

- If there are enough to build the available quantity is shown in green
- Otherwise, shown in orange
This commit is contained in:
Oliver Walters
2019-04-12 22:09:50 +10:00
parent 8a3706dd76
commit 2d21bf0626
2 changed files with 21 additions and 1 deletions

View File

@ -32,6 +32,7 @@ class PartBriefSerializer(serializers.ModelSerializer):
'url',
'name',
'description',
'available_stock',
]