Skip to content

added possess action

Lynn Foster requested to merge possess into master

This adds possess events. Instead of allowing more than one action per event, or having a separate property (like transferOf) on transfers to designate transfer of possession and/or ownership, I used triggeredBy to put the events inline in a value flow, similar to what we did with transfers FOB in shipping.

A little messy - all the options so far are a little messy!

This does not include how to name inventory, but probably should. I.e. have a separate property for something like currentQuantity (possessed) and currentAccountingQuantity or similar.

Please review @bhaugen and see what you think.

Merge request reports