Guys here is a question:
We have three items:
A, B & C
Cost :
A = 10
B = 15
C = 20
Sale Price:
A = 20
B = 30
C = 40
We want to pack these three items and sell as one.
So Let's say (ABC) = A+B+C
What I want to do is see the Sales of (ABC) as one pack which should be $90
and cost for (ABC) as one pack which should be $45
And when I check profitability report for (ABC) it should say:
Sale of (ABC) = $90
Cost of (ABC)= $45
Profit of (ABC) = $45
How do I do that in NetSuite?