Mass inventory transfer from one store to another (via HQ?)

Jan 09, 2010 1 Replies

I just closed one store and need to transfer all the inventory back to the primary store. I thought I would do this via HQ WS-330 (just transfer all qty>0)but I'm not given that option. What's the best way to do this? Transfer or combine databases?


if you use the worksheet 330, you will need to add the items and quantities manually with a sql script in hq that would look something like this:

insert into worksheet_inventorytransfer (worksheetid,itemid,quantitytotransfer) select

821790,item.id,snapshotquantity from item join itemdynamic on itemid=item.id where storeid‰ and snapshotquantity>0 and itemtype=0

where you would need to supply the worksheetid and transfer-from storeid

you would still need the computer > I just closed one store and need to transfer all the inventory back to the

primary store. I thought I would do this via HQ WS-330 (just transfer all qty>0)but I'm not given that option. What's the best way to do this? Transfer or combine databases?

Join the Discussion

Have something to add? Share your thoughts — no account required.

Didn't find your answer?

Ask the community — no account required