Hey there,
I would like to call experts opinion for this type of data structure to manage in best way and for easy data entries?
Over View:
This is a process stage where a Product is received on carrier and process involving people and machines and then loaded on other carrier to move next stage.
Data field will be like that:
TblMain
TrnDate
TrnNo PK
Shift FK to tblshift
Machine FK to tblemachines
Operator FK to tblPeople
Product FK to tblProducts
* Those above data fields just changed once a shift or operation.
TblSmain
ResultNo PK
TrnNo FK to tblMain
Time
UnloadedC A Dryer Car used as carrier to bring products with unique no.
GoodQty Products are good from the car. can be many
RejectQty products reject from the car while inspection. can be many
LoadedonC A other carrier where goodQty is loaded only.
* A "loadedonC" carrier is filled by many "UnloadedC" carriers. The carriers identification is just numeric values like 20, 04 on both ends.
* if there is a rejectQty so need to indentify the reasons for rejects.
like if rejectQty is 10 units so may out of it 5= Reason1 and 5=Reason2
* There are more than 30 resultNo's under one transaction in one entry so need to look for best design for data entry point of view as well.
* while data entry if there is rejectqty filled in so can a new form popup where can put the details with reasons of rejects?
will be waiting for the best design advise.
thanks
zee