FIFO Implementation in Inventory using SQL
问题 This is basically an inventory project which tracks the "Stock In" and "Stock Out" of items through Purchase and sales respectively. The inventory system follows FIFO Method (the items which are first purchased are always sold first). For example: If we purchased Item A in months January, February and March When a customer comes we give away items purchased during January only when the January items are over we starts giving away February items and so on So I have to show here the total stock