Tasks #12491
UOM conversion Barcode details
Description
Dear Ijas,
Please share CSV file of full items list with all Uom conversions and it's barcode. From export products, getting only 2 Uom conversions. In our case some items have 3 or 4 conversions.
Files
History
Updated by Mohamed Suhail about 1 year ago
- File uom_conversions_list_12491.csv uom_conversions_list_12491.csv added
- Status changed from New to Resolved
- Assignee changed from Ijas Ahammed to Rijas P
- % Done changed from 0 to 100
Rijas P wrote:
Dear Ijas,
Please share CSV file of full items list with all Uom conversions and it's barcode. From export products, getting only 2 Uom conversions. In our case some items have 3 or 4 conversions.
PFA the csv file to see the details requested
Query used is
copy (select * from ( select mp.name productname,sku,cuc.upc,cu.name uom,cuc.dividerate from m_product mp join c_uom_conversion cuc on mp.m_product_id=cuc.m_product_id and mp.c_uom_id=cuc.c_uom_id and cuc.isactive='Y' join c_uom cu on cu.c_uom_id=cuc.c_uom_to_id where mp.ad_client_id=1000000 and mp.isactive='Y') as aa order by 1,5) to '/tmp/uom_conversions_list_12491.csv' with delimiter ',' csv header;
Updated by Rijas P about 1 year ago
- Status changed from Resolved to Closed
Dear Suhail,
Thanks for your prompt action.
Updated by SHAIJAL EDAVANA 8 months ago
- Tracker changed from Bug to Tasks
- Project changed from Euro Novelties to Temp Projects
- Category deleted (
Others)