I need to display the location of equipment in a warehouse.
The warehouse will consist of storage racks. Each rack is divided into rows and columns. Each rack will be configured differently.
I need to be able to specify the configuration of the storage rack, and then allocate the equipment to a pigeon hole (row number, column number) in the storage rack.
I then need to display the storage rack on a report. The report should be a visual representation of the storage rack. i.e a user can look at the report and know exactly where to go.
I understand the requirement but am struggling to put it together so any suggestions will be most welcome.
The warehouse will consist of storage racks. Each rack is divided into rows and columns. Each rack will be configured differently.
I need to be able to specify the configuration of the storage rack, and then allocate the equipment to a pigeon hole (row number, column number) in the storage rack.
I then need to display the storage rack on a report. The report should be a visual representation of the storage rack. i.e a user can look at the report and know exactly where to go.
I understand the requirement but am struggling to put it together so any suggestions will be most welcome.