As per our Business requirement we want to implement revision control for Purchase items and order, recieve , store inventory and transact inventory using revisions of items.
I know that for this requirement many suggestions may come to maintain two different items for the same.
But the issue is when any of the inventory calculations happens every thing is based on Item
Like caluculation of Consumption , safety stock, reorder point and many other.
If we want to see the consumption of a specific item then if we maintain revisions then it should give all revision consumption.
Can some one please help if you have any solution for this.