I am calculating an inventory based on orders and dispatch, the calculations is like below table:
I already have the first inventory but I need to calculate the inventory for the next weeks based on the first inventory(previous week) + orders(next week) - dispatch (next week)
I have spent a lot of time with this calculate but I can´t figure out how to do it