- MSAnswered
Hello,
There is no such option to clear stock of warehouse. You can only delete the warehouse, it will partially clear the products stock too.
Thank you
- RHAnswered
Will it remove all the sales reports?
- RHAnswered
And will it affect the other warehouse?
- MSAnswered
Hello,
No. It will not delete any sale or any other data except quantity data for the warehouse.
Thank you
- RHAnswered
Hi, i have removed a warehouse, but the stock is still there. How can I remove that?
Attachments - MSAnswered
May I know your version number? It is mention in the footer. Thanks
- RHAnswered
(v3.4.37 )
- RHAnswered
I have updated it to the latest version, but the problem is still there.
- MSAnswered
Hello,
You will need to manually delete the product data from
sma_warehouses_products
table.-- replace X with the id of deleted warehouse DELETE FROM `sma_warehouses_products` WHERE `warehouse_id` = X;
Update to latest version won’t change any previous actions. But will only affect the future ones.
Thank you
- RHAnswered
Thank You.
- Login to Reply