I have a database that I have been maintaining for a while the serves as an inventory control DB. It supports the recevial, transfer, return and issuing of items.
Everything works perfectly, but I'd like to extend the functionality of the DB to use a weighted average for the value of the items in the store, rather than a straight multiplcation of the current price by the unit qty.
Has anyone had experience in this field before? I have some basic idea of how 'd like to achieve this, but to put it in code has me a little stumped.
Even a FIFO system would be better than what I am using.
Does anyone have ideas?
Everything works perfectly, but I'd like to extend the functionality of the DB to use a weighted average for the value of the items in the store, rather than a straight multiplcation of the current price by the unit qty.
Has anyone had experience in this field before? I have some basic idea of how 'd like to achieve this, but to put it in code has me a little stumped.
Even a FIFO system would be better than what I am using.
Does anyone have ideas?