Edit Report:Item Bin Locations
Menu Anchors
'customers', 'orders', 'sales', 'payables', 'warehouse', 'dispatching', 'receivables', 'payables-dash', 'inventory', 'purchases', 'generallendger', 'users',-- Item Bin Locations
--
--
-- ignore
select
l.stockid,
s.description,
l.quantity,
l.bin
from
locstock l
join stockmaster s on s.stockid = l.stockid
and loccode = '00'