Jump to content

Physical Stock is updated with autmatically with evvery order


Freddykhoury

Recommended Posts

I did it manualy but the physical qty is updated automatically updated with the qty from the orders that are in progress

Is there a way to reset the stock to zero automatically ?

I have attached the stock image 

these items where set to zero yesterday, as you cn see the physical is incremented by the same qty as the reserved 

I did not change any stock after i set all to zero

thanks 

 

stock.JPG

Link to comment
Share on other sites

2 hours ago, Freddykhoury said:

 No One knows?

Not sure what you need but you can run a SQL query for this

for example:

/* SET ALL physical_quantity to 0 */ 
UPDATE ps_stock_available SET physical_quantity = 0;

/* SET ALL physical_quantity = quantity */ 
UPDATE ps_stock_available SET physical_quantity = quantity;

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...