Why does the `System` automatically recalculate th...
# general
c
Why does the
System
automatically recalculate the G/L impact on an Item Fulfillment record about 5 minutes after the record is created? Also, why would it use a zero value for the COGS on Kit Items?
s
The GL impact is probably being touched by the average cost calculation engine which I believe runs periodically rather than instantly. For the kit cogs issue, assuming the kit contains inventory items, I would suspect something is off with the cost of the components. A kit with inventory items that's fulfilled should hit cogs at the unit cost for each fulfilled component.
c
Thank you @Simon Whittle. I think I found the cause. The item in question had negative inventory, which results in zero cost COGS entries on the Item Fulfillment.
s
np