We're using inventory app to handle product reception and delivery from vendors to customers.
Recently we had a situation in which one of the products we received from the vendor (Which I'll call ProductA from now on) has several components (PartA, PartB and PartC), and as usual, we assigned ProductA's Serial Number when receiving it.
But, there's an issue- our customer needs to see PartA, PartB and PartC's Serial Numbers in the Delivery Order, not ProductA's. So, how can I turn ProductA into PartA, PartB and PartC in the system, and keep their same value in stock? I mean, if ProductA's value is 300, I need PartA, PartB and PartC value to be 100 each one.