Is there a way to see how much quantity was pulled from a specific lot?

I am creating an invoicing table that has Item, Lot and QtyOrdered. Is it possible to see per lot allocation by sales order number? I know you are able to see the qty on hand/lot. For example, if I have an item that exists in multiple lots, I only want the per lot allocation qty to show along side each lot instead of the total qty along side each lot. 

Item Lot  QtyOrdered TotalOrdered/Item
123 21356 10 160
123 21378 50 160
123 21390 100 160

 I want to see something like this opposed to the following: 

Item Lot QtyOrdered TotalOrdered/Item
123 21356 160 160
123 21378 160 160
123 21390 160 160

Thanks for looking, any help is greatly appreciated!