inventree / inventree-app

InvenTree mobile app
https://docs.inventree.org/en/latest/app/app/
MIT License
51 stars 44 forks source link

BOM #368

Open zick53 opened 1 year ago

zick53 commented 1 year ago

part -> part details -> bom, mobile app it needs to share information how much I can build, otherwise it's useless

SchrodingersGat commented 1 year ago

This issue needs more context, otherwise it is useless

zick53 commented 1 year ago

The part BOM list view in the Android application should (would be great) provide information on how many items I can produce based on current stock levels. Same as it shows in the web app.

SchrodingersGat commented 1 year ago

Can you provide a screenshot of where you think this "can build" value should be placed? :)

zick53 commented 1 year ago

Screenshot_2023-06-13-10-46-40-82_b397d829b9781301e633e10148a0aac5

I think below the "Bill of Materials" function there should be a "You can Builds" function. And just like the BOM displays the list and the number of parts needed to build this parent part (product), "You can Builds" could list the stock levels. That would be great and very useful because you immediately know which stock limits you can build.

zick53 commented 1 year ago

capture_20230613111300256

Of course, I know that this feature is available in the web application. However, it would be very useful as a function in a mobile application.

SchrodingersGat commented 1 year ago

@zick53 gotcha. Yes, that would be nice :) Currently the "can build" feature is not available via the API, so we cannot implement this for the app (at this stage). I've just opened an issue for that here - https://github.com/inventree/InvenTree/issues/5031