InvenTree/docs/docs
Oliver 397419f365
Build consume stock (#4817)
* Adds "consumed_by" field to the StockItem model.

- Points to a BuildOrder instance which "consumed" this stock
- Marks item as unavailable
- Allows filtering against build order

* Allow API filtering

* Adds table of "consumed stock items" to build order page

* Update stock table to show "consumed by" stock status

* Add "consumed_by" link to stock item detail

* Optionally add 'buildorder' details to installStockItem method

* Update methodology for completing a build item

- Instead of deleting stock, mark as "consumed by"

* Fix history entry for splitting stock

* Bug fix

* track "consumed_by" field for tracked items also

* Update build docs

* Update allocation documentation

* Update terminology.md

* Unit test updates

* Fix conflicting migrations

* revert change
2023-05-16 21:25:02 +10:00
..
api Add python example for deleting a part (#4703) 2023-04-26 23:18:03 +10:00
app Documentation integration (#4653) 2023-04-22 22:40:29 +10:00
assets [Feature] Scrap Build Outputs (#4800) 2023-05-13 22:19:35 +10:00
barcodes Company docs updates (#4710) 2023-04-27 22:27:21 +10:00
build Build consume stock (#4817) 2023-05-16 21:25:02 +10:00
extend Add option to hide plugin setting from auto-generated plugin setting page (#4767) 2023-05-06 01:14:39 +10:00
javascripts Documentation integration (#4653) 2023-04-22 22:40:29 +10:00
order Project code docs (#4772) 2023-05-05 23:59:30 +10:00
part Company docs updates (#4710) 2023-04-27 22:27:21 +10:00
releases Company docs updates (#4710) 2023-04-27 22:27:21 +10:00
report Extend docs for report filename generation (#4781) 2023-05-06 09:49:32 +10:00
settings sentry.io improvements (#4712) 2023-04-28 06:54:31 +10:00
start Docs/devcontainer (#4787) 2023-05-12 17:13:48 +10:00
stock [Feature] Scrap Build Outputs (#4800) 2023-05-13 22:19:35 +10:00
stylesheets [Feature] Scrap Build Outputs (#4800) 2023-05-13 22:19:35 +10:00
webfonts Documentation integration (#4653) 2023-04-22 22:40:29 +10:00
__init__.py Fixes for docs building (#4659) 2023-04-22 23:35:25 +10:00
credits.md Documentation integration (#4653) 2023-04-22 22:40:29 +10:00
demo.md Documentation integration (#4653) 2023-04-22 22:40:29 +10:00
faq.md Add faq entry for https://github.com/inventree/InvenTree/issues/4802#issuecomment-1546767130 (#4812) 2023-05-15 07:47:36 +10:00
features.md Company docs updates (#4710) 2023-04-27 22:27:21 +10:00
hooks.py Documentation integration (#4653) 2023-04-22 22:40:29 +10:00
index.md Documentation integration (#4653) 2023-04-22 22:40:29 +10:00
privacy.md Documentation integration (#4653) 2023-04-22 22:40:29 +10:00
terminology.md Build consume stock (#4817) 2023-05-16 21:25:02 +10:00