Hi @ll,
I want to use a conversation factor which is based on Item variants.
As an example (just for understanding), i have two item attributes which I use,
- container
- content
My UOM is “boxes”
I have a drink in five variants:
drink - can - 6#330ml
drink can - 6#500ml
drink - pet - 12#500ml
drink - bottle - 6#500ml
drink - pet - 24#1ltr
… a customer is ordering a few different variants, like
2boxes → drink - can - 6#330ml
1box → drink - bottle - 6#500ml
Now I have to produce that
so how can I know how much liter I have to produce, coz the UOM conversation did not work against my attributes (as far as I know)?
The following is just further information …. if you already know what I mean, then don’t need to read more
……
the attribute “6*500ml” equals three liter …. and so on
My only idea is to create any attribute kind as an own UOM, create all conversation factors and after that maintain any variant manual (setup the selling UOM), which is a high effort (coz we have a lot of products) … and I cannot believe that this is the correct approach ….
How can I realize that on a professional way? Does anyway know that?
Like
UOM (default/manufacturing) is liter,
UOM (sales) is “box”
conversation factor is 3 == based on box→attribute “6#500ml”
best reagrds