Items and unit price

 2 Replies
 0 Subscribed to this topic
 22 Subscribed to this forum
Sort:
Author
Messages
maharuchi
New Member Send Private Message
Posts: 0
New Member
Hello - I am trying to build a Crystal Report for all IC11 items along with their unit price. .What table can I use for unit price? If I use ICTRANS I get multiple records for same item with different unit price. Thanks for your help.
brupp
Veteran Member Send Private Message
Posts: 165
Veteran Member
Hello - I have a report that has a formula for unit price - POVAGRMTLN.BASE_COST / POVAGRMTLN.UOM_MULT. You would need to link ITEMMAST to ITEMLOC, then ITEMLOC to ITEMSRC, then ITEMSRC to POVAGRMTLN. I didn't build this report so there might be an easier way to get there. Hope this helps.
Kat V
Veteran Member Send Private Message
Posts: 1020
Veteran Member
If you do not have the non-stock built in IC12 - the formula from brupp is how to determine the cost.