jmark@stayintouch.us
Member
- Local time
- Today, 15:46
- Joined
- Apr 25, 2019
- Messages
- 69
I have a well developed inventory system for our company that buys and sells roughly 4000 products. Currently, none of them are serialized. So, to report the inventory value each month (or on demand), I use queries to determine how many of each product we have in each of our 30 possible locations and calculate an average cost and an average value of only the quantity that we have on hand. This can be highly inaccurate since sometimes a single product can be sold for $10 or for $10,000 for the same type of product, and the averages are not accurate.
I need to figure out how to serialize each product with it own sku tag, so the users can pick specific items to sell based on the cost attached to them.
Does anyone have any experience with this? Im looking for general concept guidance and not specific coding. I could send you my DB, but it will certainly be overwhelmingly complicated and probably cause you more confusion that help.
Thanks!
JM
I need to figure out how to serialize each product with it own sku tag, so the users can pick specific items to sell based on the cost attached to them.
Does anyone have any experience with this? Im looking for general concept guidance and not specific coding. I could send you my DB, but it will certainly be overwhelmingly complicated and probably cause you more confusion that help.
Thanks!
JM