I'm trying this out with an attempt at building an inventory system to track inventory across multiple locations.
My challenge is here, how do I table this correctly. I have data tables separate for locations and part numbers. Now I need to figure out how to in/out adjust appropraite inventories. Do I need to do a specific data table by part # or by location#, or is there a way to run a 'current' inventory data table? What I'm struggling with is how to is a 'admin' going to add/remove locations without needing the dev (me) to add or remove data tables. I understand the 'admin' could add locations into the location data table but how is the location going to be updated by locaiton of each item.
I think I have the display figured out, I just can't wrap my head around the operations behind this. In my current (excel) system, I use a index-sum where I vlookup the part number in a massive table that has data of where the part# came from and where it goes to, therefore having a calculation to add all the 'to's and subtract them from all the 'from's to get a current inventory at each location.
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
sudos
I'm learning Caspio, lots ot learn.
I'm trying this out with an attempt at building an inventory system to track inventory across multiple locations.
My challenge is here, how do I table this correctly. I have data tables separate for locations and part numbers. Now I need to figure out how to in/out adjust appropraite inventories. Do I need to do a specific data table by part # or by location#, or is there a way to run a 'current' inventory data table? What I'm struggling with is how to is a 'admin' going to add/remove locations without needing the dev (me) to add or remove data tables. I understand the 'admin' could add locations into the location data table but how is the location going to be updated by locaiton of each item.
I think I have the display figured out, I just can't wrap my head around the operations behind this. In my current (excel) system, I use a index-sum where I vlookup the part number in a massive table that has data of where the part# came from and where it goes to, therefore having a calculation to add all the 'to's and subtract them from all the 'from's to get a current inventory at each location.
Thank you in advance!
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.