Topic: Inventory cost/value
I see a number of messages questioning how the item cost is handled be it a fixed cost or an average cost.
I am honestly not sure which is right.
Nor how to correct it if it gets miss adjusted...
I am also interested in implementing a FIFO method where the cost is the cost of the item when it was purchased.
So if I bought 100 widgets at $4 each and later got 200 and paid $6 each as I sold them the price would follow the purchases
I could sell 90 and the cost would be $4 each and then if I sold 20 then 10 would be at cost $4 and 10 at cost $6
I guess if a transaction were voided and freed up some $4 units then a later sale would get some at $4
I am a php programmer so can do some of the work, but I could use some guidance as to WHERE to make the changes...
This might be usable for normal inventory, but it is also needed for handling of Crypto as a material asset
tom