From: Daintree <p.d...@pa...> - 2004-04-24 20:44:16
|
I wont have time this w/e to get into it. You'll have to bear with me a little. Phil ----- Original Message ----- From: "jesse" <je...@st...> To: <web...@li...> Sent: Sunday, April 25, 2004 6:29 AM Subject: RE: [Web-erp-developers] Credit Items & Controlled Items > > But that doesn't really cover it for controlled. What about the sale of a > > quantity of oil that is in 10 drums - each drum containing 50 litres. > > Controlled but NOT serialised. The stock movement is for 500 > > litres, we would > > only want one stockmove under your scenario? We would need a bundleID > > referenced to this stockmove for all 10 drums. One bundleID, > > would only cut it if it were possible to enter multiple items of the same > StockID on the > > same invoice - at the time of confirmDispatch_Invoice.php - maybe this is > > what you have in mind? > > No, not really - and I did not intend to ever have a StockId show up on more > than one invoice. If you ran into a case where it needed to be, then the > item probably needs to be Serialised somehow. This may be a scenario that > does not fit cleanly which we'll have to work on... > At first thought, I believe I might expect it to be a sort of manufactured > good - you pump the 10 drums of 50L out of your huge 1M litre vat to be > sold... and maybe they should be serialised - each drum gets an Id at some > point in the chain. So maybe a non-controlled StockMaster rec for 'Oil', > Units = Litres, then a Controlled, Serialised Assembly-type Item for '0 - 50 > Litre Drum of Oil'. You sell that and when it is dispatched, for each Qty of > Barrel, the User will enter a SerialNum (or we can generate them) and real > Qty of Each item in the assemblies BOM. That will entail several changes to > actually accomodate it, of course. > Remember, my Controlled is aimed more at being a tracking number for a > StockMove and what ever it encompasses. and serialised is what allows you to > deal with individual item. > > How do you envision setting it up to sell it? > > > > One wouldn't want to be pre-allocating bundleids to orders before > > they are > > picked .... would you ? So shouldn't affect sales orders.... > > should it? Same > > with PO - only really affects the delivery - GoodsReceived.php. > > Certainley not... they'd be allocated on the fly, say right before the > StockMove is added, if the option was on. > > > I will need to see it and play with it to fully get it I fear!! > > I am probably not that useful to bounce off coding issues on till > > I get into it. I do have views on the functionality we should code though, > > but only from a practical standpoint. > > It is wonderful to have firm opinions on how it needs to work - that > information is vital and, from what I've found, hard to obtain. And > hopefully what I sent you earlier will help... I'm interested to see what > you think... > > > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek > For a limited time only, get FREE Ground shipping on all orders of $35 > or more. Hurry up and shop folks, this offer expires April 30th! > http://www.thinkgeek.com/freeshipping/?cpg=12297 > _______________________________________________ > Web-erp-developers mailing list > Web...@li... > https://lists.sourceforge.net/lists/listinfo/web-erp-developers > |