valnet / valuenetwork

Resource Planning and Value Accounting for Value Networks
http://mikorizal.org
GNU Affero General Public License v3.0
99 stars 25 forks source link

improving support for Transportation (process) #504

Open elf-pavlik opened 8 years ago

elf-pavlik commented 8 years ago

based on http://valdev.webfactional.com/accounting/process/957/

Transportation could use pickup and dropoff events which use locations. This way stocks of matching type would get filtered by the location, also possible new stocks created during the dropoff would have their location pre-populated.

Pickup events might have only location data but not the 'from' stock, especially if we pick up from inventory managed by another peer who doesn't maintain or expose information about their stocks.

bhaugen commented 8 years ago

Pickup events might have only location data but not the 'from' stock, especially if we pick up from inventory managed by another peer who doesn't maintain or expose information about their stocks.

Depends on whether the pickup event decrements the from-resource, or if another event logged by the from-agent does that (like staging some resources for pickup).

bhaugen commented 8 years ago

But, really nice valdev example!

bhaugen commented 8 years ago

See also http://www.itu.dk/people/hessellund/work/Hessellund05a.pdf , which proposes an REA transportation model.

elf-pavlik commented 8 years ago

Pickup events might have only location data but not the 'from' stock, especially if we pick up from inventory managed by another peer who doesn't maintain or expose information about their stocks.

Depends on whether the pickup event decrements the from-resource, or if another event logged by the from-agent does that (like staging some resources for pickup).

Let's say 'from-agent' split lot controlled resource and this ways stages it for pick-up. The 'transport-providing-agent' and 'to-agent' don't need to know anything else than the data about resource already staged from them. I think this fits 'hard allocation' discussed in https://github.com/valueflows/resource/issues/22