We own an ever-growing business, with a number of tools as assets (which are serialized), and more which are simply multiples of identical items. These tools and materials travel from jobsite to jobsite, we need a better way of keeping track of them.
What would the best approach be?
Right now, I have a single table containing records for each serialized tool (haven't figured out multiple identical items yet), and each tool simply has a field labeled "Location". Then it's basically find and replace to change the item's location, but that is very cumbersome.
My main curiosity is just how the tables should be set up, since I know that can make or break a database design.