CUM Quantity is showing wrong
We are facing with CUM Quantity in supplier scheduling...
Please find the pattern of the replication if we receive the shipment in three splits.
Present CUM qty 100, We have received ASN XXXX with qty 10 and received partially. Then it is showing CUM Qty as 130 which is wrong.
Existing CUM qty = 100
ASN quantity = 10
Receive first partial qty = 5
CUM qty after first receipt = (100+5)=105
Receive second partial qty = 2
CUM qty after second receipt = (105+2+(2+5))=114
Receive third partial qty = 3
CUM qty after third and last receipt = (114+3+(3+10))=130
If anyone faced similar issue, please let me know how to resolve the issue. Your help will be greatly appreciated.