inventree/inventree-app

BOM

Opened this issue · 6 comments

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

This issue needs more context, otherwise it is useless

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.

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

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.

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.

@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 - inventree/InvenTree#5031