Difference between revisions of "Monitor economy"
Jump to navigation
Jump to search
| (32 intermediate revisions by the same user not shown) | |||
| Line 2: | Line 2: | ||
digraph D { | digraph D { | ||
| − | + | node [fontname="Helvetica", fontsize="11"] | |
| − | + | edge [fontname="Helvetica"] | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | + | start [label="START", shape="box", style="bold"] | |
| − | + | receiving [label="RECEIVING\n13,702\n@ $9.80 = $134,280"] | |
| + | testing [label="TESTING"] | ||
| + | recycled [label="RECYCLED\n10,722\n@ -$6.00 = -$82,212", shape="box", style="bold"] | ||
| + | sold [label="SOLD\n2,213\n@ +$6.39 = +$14,142", shape="box", style="bold"] | ||
| + | granted [label="GRANTED", shape="box", style="bold"] | ||
| + | adopted [label="ADOPTED", shape="box", style="bold"] | ||
| − | + | start -> receiving [label="$0\n(dumped)\n274 (2%)"] | |
| − | + | start -> receiving [label="+$10\n(normal)\n13,428 (98%)"] | |
| − | + | ||
| − | + | receiving -> testing [label="$0\n(pass)\n4,796 (35%)"] | |
| + | receiving -> recycled [label="-$6\n(fail)\n8,906 (65%)"] | ||
| + | |||
| + | testing -> recycled [label="-$6\n(bad)\n1,816"] | ||
| + | testing -> sold [label="+$6.39\n(good-sale)\n2,213"] | ||
| + | testing -> granted [label="$0\n(good-grant)\n402"] | ||
| + | testing -> adopted [label="$0\n(good-adopt)\n365"] | ||
| + | |||
| + | sold -> start [style="dashed"] | ||
| + | granted -> receiving [style="dashed"] | ||
| + | adopted -> receiving [style="dashed"] | ||
} | } | ||
</graphviz> | </graphviz> | ||
| + | |||
| + | Still need to know: | ||
| + | * Average sale price | ||
| + | * How many are dumped | ||
| + | * Percentage of received that are: | ||
| + | ** Sold | ||
| + | ** Granted | ||
| + | ** Adopted | ||
| + | ** Recycled | ||
Latest revision as of 12:26, 11 July 2008
Still need to know:
- Average sale price
- How many are dumped
- Percentage of received that are:
- Sold
- Granted
- Adopted
- Recycled