valueflows

valueflows docs
git clone https://s.sonu.ch/~srfsh/valueflows.git
Log | Files | Refs | README

commit a2e37b144c7ff32d3ba6a2d7bcd4e0296bd0db05
parent edf51888233a988c8382eb18bd7c506e63ada40a
Author: Bob Haugen <bob.haugen@gmail.com>
Date:   Fri, 16 Oct 2015 06:47:12 -0500

First draft

incomplete
Diffstat:
Ause-cases/dhen-value-flow.md | 28++++++++++++++++++++++++++++
1 file changed, 28 insertions(+), 0 deletions(-)

diff --git a/use-cases/dhen-value-flow.md b/use-cases/dhen-value-flow.md @@ -0,0 +1,28 @@ +#DHen value flow + +An example of a value flow combining Exchanges and Processes. + +``` +1 Resource: Catnip: 60915 + 2 Transfer: 2015-06-20 from Namaste Lane Gardens to Tea for the People 0.89 Lbs Catnip: 60915 + 3 Exchange: Transfer Catnip, Transfer starting 2015-06-20 + 2 Process: Combined harvested: new lot starting 2015-06-09 ending 2015-06-09 Production qty: 12.41 + 2 Resource Consumption: 2015-06-09 from Namaste Lane Gardens to Namaste Lane Gardens 8.19 Lbs Catnip: Catnip from farm + 3 Resource: Catnip: Catnip from farm 2 + 4 Transfer: 2015-06-09 from Megan Pierce to Namaste Lane Gardens 8.19 Lbs Catnip: Catnip from farm + 5 Exchange: Transfer Catnip, Transfer starting 2015-06-09 + 2 Resource Consumption: 2015-06-09 from Namaste Lane Gardens to Namaste Lane Gardens 4.22 Lbs Catnip: Catnip from farm + 3 Resource: Catnip: Catnip from farm 1 + 4 Transfer: 2015-06-09 from Lauren McElroy to Namaste Lane Gardens 4.22 Lbs Catnip: Catnip from farm + 5 Exchange: Transfer Catnip, Transfer starting 2015-06-09 +``` + +What's going on here, from end of flow to beginnings: +* Lot 60915 of Catnip + * was transferred from Namaste Lane Gardens to Tea for the People + * in an Exchange + * Lot 60915 was created in a Process that combined two previous lots of Catnip from farm + * those lots of Catnip from farm had been transferred from the harvester to Namaste Lane Gardens + +I can sequence and present all of this information on [this page](http://dhen.webfactional.com/accounting/incoming-value-flows/502/), +but my algorithm is not yet reliable for all conditions. When I get a reliable algorithm, I will add it to this use case.