If you want to see the qty. on hand for 5 different location you can customize a lookup function that lets you display the qty for each location when you execute the lookup function.
Adding a field for each location is also possible but can have a performance impact because the inventory will be calculated every time you pull up the item list.
The advantage of the lookup is that the code behind it will only be executed when requested.