Hiya...this will probably sound pretty complicated. Lets say I have database with tables customer, order and item. With every item i need do something and when work on item is finished i can flag it as complete. The thing is that I will like to show my item status in some GUI.But I have hard time finding some idea. I've attached image so you can have better view on what I'm trying to achieve. Checkoxes are representing item status.
The problem: I will have multiple orders is there anyway to popullate my form dynamically from database. Or is there more elegant way for this job.