Re: inventory management problem
From: Cimode <cimode_at_hotmail.com>
Date: 14 Oct 2006 12:28:00 -0700
Message-ID: <1160854080.305072.93870_at_h48g2000cwc.googlegroups.com>
Date: 14 Oct 2006 12:28:00 -0700
Message-ID: <1160854080.305072.93870_at_h48g2000cwc.googlegroups.com>
prabuinet wrote:
purchase (ItemId, PurchQuantity, PurchaseDate); sales (ItemId, SalesQuantity, SalesDate);
With these two table could I able to find:
- Quantity in Stock at any given date of any item. YES
- Purchase and Sales and their OpeningStock and ClosingStock Report Ordered by date YES