Inventory Prediction is a “best guess” of the Stock Level of an Inventory Item. This is based on Consumption, which is derived from the Inventory Recipes.
You can report on Consumption with something like this:
[Inventory Consumption:2, 1,1, 1, 1, 1, 1]
>Item|Used|Unit|Pred|InStock|Added|Removed
{REPORT CONSUMPTION DETAILS:C.Name,C.Consumption,C.Unit,C.Inventory,C.InStock,C.Added,C.Removed:C.Consumption>0}
That will give a Report like this …
Keep in mind: Consumption does not work without Recipes.
This is a good Topic to read regarding Inventory and Recipes …