Hmm… seems you are correct. An Inventory Transfer Document does not report it as Consumption, but you can see the movement. Try this Report:
[Inventory Consumption:2, 1,1, 1, 1, 1, 1,1]
>Item|Used|Unit|Pred|InStock|Add|Rem|WH
{REPORT CONSUMPTION DETAILS:
C.Name.asc
,C.Consumption.Sum
,C.Unit
,C.Inventory.Sum
,C.InStock.Sum
,C.Added.Sum
,C.Removed.Sum
,C.Warehouse
:C.Removed>0
}
There does seem to be a problem with using C.Warehouse
in the filter area. This does not work @emre:
[Inventory Consumption:2, 1,1, 1, 1, 1, 1,1]
>Item|Used|Unit|Pred|InStock|Add|Rem|WH
{REPORT CONSUMPTION DETAILS:
C.Name.asc
,C.Consumption.Sum
,C.Unit
,C.Inventory.Sum
,C.InStock.Sum
,C.Added.Sum
,C.Removed.Sum
,C.Warehouse
:C.Removed>0 && C.Warehouse=="SHOP"
}