Hi Jacopo,
Thank you for the help given. However, after I run initLowLevelCode service, and run my Production again, I still dont see the requirements created. Is there any way to identify whether I had run initLowLevelCode successfully? I checked from the Job List of the Web tools, it did show the initLowLevelCode service finished. Or where can I check whether Requirements has been created? Is it check from Approve Requirements function under Manufacturing? Appreciate your help alot. Thank you. Regards, Gan Message: 10 Date: Thu, 25 Aug 2005 15:26:24 +0200 From: Jacopo Cappellato <[hidden email]> Subject: Re: [OFBiz] Users - Material Requirements Question To: OFBiz Users / Usage Discussion <[hidden email]> Message-ID: <[hidden email]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Hi Gan, yes this is currently implemented: the requirements are generated when you run the MRP. However, for the MRP to run correctly, the products' billOfMaterialLevel field must be inited correctly (the field stores the product's low level code). In order to do this you can run the service (from webtools) "initLowLevelCodes". Hope this helps, Jacopo PS: Gan, from the messages you've posted in the last few days I've noticed you are exploring the manufacturing appl's features: this is fine! Now that I'm back from my vacation I'll try to reply to them too. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com _______________________________________________ Users mailing list [hidden email] http://lists.ofbiz.org/mailman/listinfo/users |
Hi Gan,
to see if the initLowLevelCode service run succesfully: the Product.billOfMaterialsLevel field should be initialized correctly for all the products; i.e. 0 (not null) for raw materials, 1 for products assembled from row materials, 2 etc... You can see the value of the billOfMaterialsLevel field: a) in Catalog-->Product-->Manufacturing page b) or with SQL (Webtools-->SQLProcessor): SELECT PRODUCT_ID, BILL_OF_MATERIALS_LEVEL FROM PRODUCT The approve requirements page will show you all the requirements in the "created" status. Jacopo Gan Chun Yee wrote: > Hi Jacopo, > Thank you for the help given. > However, after I run initLowLevelCode service, and run > my Production again, I still dont see the requirements > created. > Is there any way to identify whether I had run > initLowLevelCode successfully? I checked from the Job > List of the Web tools, it did show the > initLowLevelCode service finished. > Or where can I check whether Requirements has been > created? Is it check from Approve Requirements > function under Manufacturing? > > Appreciate your help alot. > > Thank you. > > Regards, > Gan > > > Message: 10 > Date: Thu, 25 Aug 2005 15:26:24 +0200 > From: Jacopo Cappellato <[hidden email]> > Subject: Re: [OFBiz] Users - Material Requirements > Question > To: OFBiz Users / Usage Discussion > <[hidden email]> > Message-ID: <[hidden email]> > Content-Type: text/plain; charset=ISO-8859-1; > format=flowed > > Hi Gan, > > yes this is currently implemented: the requirements > are generated when > you run the MRP. > However, for the MRP to run correctly, the products' > billOfMaterialLevel > field must be inited correctly (the field stores the > product's low > level > code). In order to do this you can run the service > (from webtools) > "initLowLevelCodes". > > Hope this helps, > > Jacopo > > PS: Gan, from the messages you've posted in the last > few days I've > noticed you are exploring the manufacturing appl's > features: this is > fine! Now that I'm back from my vacation I'll try to > reply to them too. > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > > _______________________________________________ > Users mailing list > [hidden email] > http://lists.ofbiz.org/mailman/listinfo/users > > _______________________________________________ Users mailing list [hidden email] http://lists.ofbiz.org/mailman/listinfo/users |
Free forum by Nabble | Edit this page |