How to display large number of columns in a table for a warehouse management system
I am designing UI/UX for a warehouse management system. As a warehouse consist of a hierarchy of containers as mentioned below. Warehouse building -> Zone -> Aisle -> Rack -> Shelve -> Bin
Other containers (tote, cart, palette)
I have catagorised the warehouse entities as below.
- Layout (Consists of Zone and Aisle)
- Station (various types of stations)
- Storage Unit (Rack, Shelf, bin)
- Movable Containers (tote, palette, cart, box)
I am looking forward to managing this hierarchy of elements in a single window type of interface. Any suggestions on how I can manage the UI/UX of above mentioned hierarchy effectively as the data grows under each of these warehouse entities over time.