We are a new store that started up a while back, i need to run this query to find items that are currently not on order and have been sold since i opened and have less then 1 in stock. What happened was the vendor i have for my retail goods sent me only a few of this and a few of that for some items. I want to possibly re-order those items but since i never set reorder points until after we were running i cant seem to get a PO generated with the items i might have sold before. I've tried under reports--items--quantity.. but i seem to not be able to parse out those items that might currently be on order.
All items sold since XXX DATE
where supplier = FOO
and onhand =< 1
and currently on order is 0
*This post is locked for comments