Hi James, A significant code change is required to support the missing feature of batch quantity. Please also see my answer at https://lists.apache.org/thread.html/58a468d9629d92829aa0276c4644edad453a2017e9f281491e2edd6d@%3Cuser.ofbiz.apache.org%3E
You will also need to support multiple BOM for the ssme product. Regards On 2018/03/02 19:39:54, <[email protected]> wrote: > James - Where do I find the batch quantity? > -------- Original Message -------- > Subject: Re: Selling and Buying In Differnt Units of Measurements > From: James Yong <[email protected]> > Date: Thu, March 01, 2018 5:33 am > To: <[email protected]> > > Hi James, > > You are doing a debulk of the inventory item. I have used the following > approach for one closed-sourced project. > > You will need to implement a batch quantity attribute that is tied to a > particular Bill of Material (BOM). > So when we have a BOM A for Product B with batch quantity 12, this means > a production run with BOM A will produce 12 items of Product B. > > Using your example, we have 2 different products. One is 'GZ-1000 x 1', > another is 'GZ-1000 x 12'. > You set up a BOM for 'GX-1000 x 1' with a batch quantity of 12, and > requiring 'GZ-1000 x 12' as material. > Then do a production run to debulk. > > Regards, > James Yong > > On 2018/02/28 16:37:35, <[email protected]> wrote: > > > > Can ofbiz buy in one unit of measure and sell in another unit of > > measure. For example: > > > > 1 Buy product GZ-1000 in case quantity in which each case includes 12 > > eaches > > > > So I buy quantity of 1 > > > > However when I receive it since I sell it in eaches ...I receive > > quantity of 12 > > > > Is there a way of doing this without having to have to different > > products? > > > > Thanks, > > > > James > > >
