Skip to content
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

Open
mitfik opened this issue Sep 13, 2012 · 4 comments
Open

Count pending from supplier not updated #67

mitfik opened this issue Sep 13, 2012 · 4 comments

Comments

@mitfik
Copy link
Collaborator

mitfik commented Sep 13, 2012

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?

@drhenner
Copy link
Owner

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?

@mitfik
Copy link
Collaborator Author

mitfik commented Sep 14, 2012

As I good understand your comment it works as I would like to have. But I do not understand one thing, when count_pending_from_supplier change? If not after creating purchase?

I thought that it work as fallows:

I have 100 items on stock.
Then I create purchase order for my supplier (let say I order 1000 items), then I wait until he will deliver my orders.
In mean while I go to Admin -> Adjustment -> Product and I would like to see that in my stock is, 100 items and pending from supplier 1000 (which not yet arrived but there will be soon). To make sure that everything is under control and for example send notification if stock is almost empty (but count_pending_from_supplier is 0 because if there is some value I know that it will be soon on my 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 count_pending_from_supplier is updated and how to influence on buying process.

Thanks a lot for explanation.

@drhenner
Copy link
Owner

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.

@mitfik
Copy link
Collaborator Author

mitfik commented Jan 8, 2013

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.
Could you point me what should happen to change his value? Or, where it is in the code because I can't find it anywhere.

Thanks a lot.

@mitfik mitfik reopened this Jan 8, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants