I need the chain carry forward and there is an error and I cannot detect where it is:
A) Standar behavior: The system should work like with the example (standar behaviour):
Budget in x+1: 1000 (PO) + 1000 (Remaining FR) = 2000
Commited in x+1: 1000 (PO) + 1000 = 2000
B) The problem is that here the system does:
Budget in x+1: 1000 (PO) + 1000 (Remaining FR) = 2000
Commited in x+1: 1000 (PO) = 1000
That means that now (in B) I have available budget for 1000 when I should not be like that.
What do you think?
Regards,
Daniel