Hello James, OFBiz does not have support to buy or sell the product in multiple quantity UOM.
This topic is already discussed before in the community. In OFBiz there is a support of marketing package in which we can assemble and decompose the product to trade the product in multiple UOM. While using marketing package we need to maintain same product multiple times for different UOM. There is a drawback of using marketing package that we need to maintain same product multiple times for different UOM. You need to do the custom changes to achieve the support of multiple UOM. Here are some links to some of the reference previous discussions. http://ofbiz.markmail.org/message/wnvkuyfubn6dewzc <http://ofbiz.markmail.org/message/wnvkuyfubn6dewzc?q=selling+uom> http://ofbiz.markmail.org/message/l25duvbuuhspohyv http://ofbiz.markmail.org/message/7vala7xcgcs5nb4n The high-level design proposed for multiple quantity UOM 1. We can use SupplierProduct entity to manage products in various UOM for the same supplier. 2. Inventory of the product is maintained in the lowest quantity UOM. 3. At the time of sales, quantity UOM is managed for tagging and sales will happen by UOM conversion. Hope this will help ☺ Vaibhav Jain Sr. Enterprise Software Engineer HotWax Systems m: 782-834-1900 e: [email protected] <[email protected]> On Thu, Mar 1, 2018 at 3:45 PM, Rishi Solanki <[email protected]> wrote: > Please look for the Product.quantityIncluded and related code. An example > product setup with id WG-9943, on purchase you can select the quantity UOM. > On selecting the quantity UOM it will add more than one quantity into the > cart. > > HTH! > > Rishi Solanki > Sr Manager, Enterprise Software Development > HotWax Systems Pvt. Ltd. > Direct: +91-9893287847 > http://www.hotwaxsystems.com > www.hotwax.co > > On Wed, Feb 28, 2018 at 10:07 PM, <[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 > > >
