Product Unit conversion

Hi,

I am taking the lineamount from custinvtrans and cost of sale from inventtrans.

I have an product, base unit is Bag and we invoiced the product in KGS. In the inventrans table the qty is in bag. In this case how do i link inventtrans & custinvtrans.

How do i get item unit conversion details of every product.

Inventtrans will have the data in inventory units.

What is the issue to link the tables if they have different UOM?

You can use UnitOfMeasureConverter::Convert method for any conversion between the UOM’s

Hi Kranthi,

I have define many unit of conversion factor. In which table i can get those and how do i link those factor with my product master table.

My base unit of a product is bag. I define 10pcs = 1 bag.

I want to display 10pcs against my product . How do i get it