Hello,
I need to see the inventory history for example, inventory is moved from warehouseA to warehouseB.
Lets say the no of items in warehouse A is 10 and in B is 12.Now if I move inventory from A to B say 3 units.So i should the see the old value and new values i.e. Total Items : 10, Moved Items : 3, Remaining Items : 9
and in B it should show Total Items : 12, Moved Items : 3, Total Items Items : 15
Something like this, how can i approach to achieve this scenario?
Do I have to customize the entity and then create report?
Any other approach?