S
SF
Hi,
I have developed a database for a small electronic shop. It works quite well
except that I need to address to some areas such as managing items with
serial number and maintaining warranty for some serialized products. I have
a barcode scanner that can facilitate in reading the serial number of the
products but I cannot determine the table structure for it.
I would appreciate advice from the NG. Below is my table design
tblProducts
ProductID
ProductName
.....
tblOrder
OrderID
OrderType ' 10 for receiving; 20 for Sale; 30 for returned...
OrderDate
....
tblOrderDetail
OrderID
ProductID
Qty
UPrice
....
I have developed a database for a small electronic shop. It works quite well
except that I need to address to some areas such as managing items with
serial number and maintaining warranty for some serialized products. I have
a barcode scanner that can facilitate in reading the serial number of the
products but I cannot determine the table structure for it.
I would appreciate advice from the NG. Below is my table design
tblProducts
ProductID
ProductName
.....
tblOrder
OrderID
OrderType ' 10 for receiving; 20 for Sale; 30 for returned...
OrderDate
....
tblOrderDetail
OrderID
ProductID
Qty
UPrice
....