2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-07-07 07:31:24 +00:00

[feature] Consumable part (#12295)

* Add "consumable" field to the Part model

* Add frontend integration

* Add badge

* Add docs

* Updated docs

* Add API filtering for new field

* Adjust API filters

* Update backend logic

* Adjust frontend

* Additional unit tests

* Update API version

* update test

* Add consumable icon

---------

Co-authored-by: Matthias Mair <code@mjmair.com>
This commit is contained in:
Oliver
2026-07-06 21:12:24 +10:00
committed by GitHub
parent 47ed86ef9a
commit e6a12564f3
23 changed files with 365 additions and 21 deletions
+1
View File
@@ -130,6 +130,7 @@ nav:
- Parts: part/index.md
- Creating Parts: part/create.md
- Virtual Parts: part/virtual.md
- Consumable Parts: part/consumable.md
- Part Views: part/views.md
- Tracking: part/trackable.md
- Revisions: part/revision.md