You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't speak to the implementation, but in Valueflows, we recommend that an EconomicEvent not be deletable. This is because you never know when accounting reports might have picked it up. So it must be "backed out" by an opposing EconomicEvent that nets the resource effect to zero. Some event actions have naturally opposing ones, some don't. Events are designed to not need to use negative quantities in "normal" operation (i.e. different events naturally decrement or increment resources), but we will have to allow them for backing some things out.
Also note that fields you cannot update in EconomicEvent are: resourceQuantity, effortQuantity, atLocation, inScopeOf, resourceConformsTo, resourceInventoriedAs, provider, receiver, action, hasBeginning, hasEnd, hasPointInTime, inScopeOf. Same reasoning, these could possibly affect the accounting derived from events.
The following
results in
while in backend
The text was updated successfully, but these errors were encountered: