POS - Multiple UOM

Hi, I found a bug in the POS. The UOM of the item is different; I set the default UOM to Meter and also set the default UOM for purchasing to Roll. I also added a UOM with a conversion factor of 10, meaning I set 1 Roll to contain 10 meters of the item. In the stock ledger, it appears correctly, but in the POS, the stock value for both Meter and Roll is the same.

Where is the frontend POS file located?
Or has this been fixed already?

The environment I am using is:
ERPNext: v14.x.x-develop () (develop)
Frappe Framework: v15.x.x-develop () (develop)




image

you will find POS file in
apps/erpnext/erpnext/selling/page/point_of_sale

Item Card in
pos_item_selector.js

Is it necessary to add an item price for the UOM in question? Have you tried entering an item price for the specific UOM?

I have added the item prices for the standard selling of the two UOMs, but I only added 1 standard buying for UOM Roll.
That’s why the prices are different in the POS.

Thank you brother, I will try :pray:t2: