Hello,
Im sure this has been asked some way or another but I haven’t been able to find exactly the right solution.
I am building an inventory app with multiple locations (shop with several service vans), and currently I have it set up so that each locations has its own table. The general idea is that each location will have its own inventory but the part names across all of the locations need to be the same. (i.e. one item could have 3 in shop and 1 on each van).
I would like to set it up so that when an item is added to the shop, it is also added to all of the other vans with availability of 0. Also, when an item is taken from the shop, the user can easily add it to the van inventory.
I have been reading up on references and think this could be the way to do it, but I want the items to be able to be stored in more than one location, (just different amounts in different locations).
What is the best way to go about this?