-
Notifications
You must be signed in to change notification settings - Fork 409
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Count pending from supplier not updated #67
Comments
count_pending_from_supplier is the amount of items your are expecting to receive from the supplier. At purchase this should remain zero. Normally you get 1000 items from teh supplier at a time. Suppliers don't deliver and item when you need the item. It is delivered in advance. If you have this type of setup IMO it is unique. What type of scenario do you have with your suppliers? |
As I good understand your comment it works as I would like to have. But I do not understand one thing, when I thought that it work as fallows: I have 100 items on stock. And as I understand if count_pending_from_supplier != 0 user can buy those items even if stock is 0 (as you wrote before in advance, right?) something like preorders things. It will be deliver after it will arrive from supplier. The problem is that I can't figure out where Thanks a lot for explanation. |
count_pending_from_supplier does not influence buying. It helps merchandising teams understand what will be in stock "soon" (soon meaning on order not always within a certain time frame) Right now there isn't a pre-order function. I'll add pre-order engine as a todo and close this issue. |
Yes, I understand what for it is, the question is when it is updated, because for me all the time value of it is 0. Thanks a lot. |
When I create new Purchase order for supplier and waiting for deliver, count_pending_from_supplier (in inventory model) is not updated it always is 0.
It should be amount of items which are shipped to us from supplier, right?
The text was updated successfully, but these errors were encountered: