Ok, here's where I need some help. I'm need to implement this new inventory module into the system where it goes track in/out of products. till here is fine just in/ out but then some products has expiration date. my question is how can I track inventory on this products that has expiration date: lets say, I had inbound of SOAP 10 units, expiration date 3/1/2013. then I sold 6, then I have another inbound of 10 expiration that 4/1/2013. basically I need to know how many I received and sold from each expiration date, but I don't want to insert this product 2,3 times.. I need to keep only one product in the list.so lets say I have form where I put the amount that went out but then I just can link to the product because I'll select soap but how define about the expiration date.