Table: ItemMaster-------------------Item ID (PK)Item nameItem priceTable: SupplyMaster-------------------------Supply ID(PK)Supply nameTable: Stock---------------Item ID (FK to Items)Supply ID (FK to SupplyMaster)Stock ID(PK)QuantityTable: Sales---------------Sales Id (PK)Sales DateStock ID(FK to Stock)Sales AmountTable: Purchase---------------Purchase Id (PK)Purchase DatePurchase AmountStock ID(FK to Stock)
-- Thanks & Regards, RNA Team
Login to post response