Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
1 Ответить
3167 Представления

hi i have three users User1, User2, User3

When i login as User1 and update the product quantity. This will change the product quantity all users . But my need is this updation of quantity will not affect the other user(User2, User3) quantity on hand of products.

Аватар
Отменить
Лучший ответ

You should probably create multiple locations so that each user can update the quantity in just one location. Isn't that how it we be done in the 'real world' ?

Аватар
Отменить

That's right. You are updating the stock in a location so everyone is going to have the same stock.