Hi there
I would like to do stocktake option in my database
I have a product table that has productID, product name, price/Unit and supplierName.
What I have done is:
I have done create another table which is stocktake table that has stocktakeID, ProductID and stocklevel. after that I...