Difference between revisions of "Monitor economy"

From FreekiWiki
Jump to navigation Jump to search
 
(23 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Monitor economy ==
 
 
<graphviz>
 
<graphviz>
 
   digraph D {
 
   digraph D {
Line 7: Line 6:
  
 
     start      [label="START", shape="box", style="bold"]
 
     start      [label="START", shape="box", style="bold"]
     dumped    [label="DUMPED"]
+
     receiving  [label="RECEIVING\n13,702\n@ $9.80 = $134,280"]
    received  [label="RECEIVED"]
 
    away      [label="AWAY", shape="box", style="bold"]
 
 
     testing    [label="TESTING"]
 
     testing    [label="TESTING"]
     recycled  [label="RECYCLED"]
+
     recycled  [label="RECYCLED\n10,722\n@ -$6.00 = -$82,212", shape="box", style="bold"]
     sold      [label="SOLD"]
+
     sold      [label="SOLD\n2,213\n@ +$6.39 = +$14,142", shape="box", style="bold"]
     granted    [label="GRANTED"]
+
     granted    [label="GRANTED", shape="box", style="bold"]
     adopted    [label="ADOPTED"]
+
     adopted    [label="ADOPTED", shape="box", style="bold"]
  
     start  -> dumped [label="$0"]
+
     start  -> receiving [label="$0\n(dumped)\n274 (2%)"]
     dumped -> recycled
+
     start  -> receiving [label="+$10\n(normal)\n13,428 (98%)"]
    dumped -> testing
 
  
     start    -> received [label="+$10"]
+
     receiving -> testing [label="$0\n(pass)\n4,796 (35%)"]
     received -> recycled
+
     receiving -> recycled [label="-$6\n(fail)\n8,906 (65%)"]
    received -> testing
 
  
     testing -> recycled [label="-$6"]
+
     testing -> recycled [label="-$6\n(bad)\n1,816"]
     testing -> sold [label="+$5"]
+
     testing -> sold [label="+$6.39\n(good-sale)\n2,213"]
     testing -> granted
+
     testing -> granted [label="$0\n(good-grant)\n402"]
     testing -> adopted
+
     testing -> adopted [label="$0\n(good-adopt)\n365"]
  
 
     sold -> start [style="dashed"]
 
     sold -> start [style="dashed"]
     granted -> start [style="dashed"]
+
     granted -> receiving [style="dashed"]
     adopted -> start [style="dashed"]
+
     adopted -> receiving [style="dashed"]
 
 
    sold -> away
 
    granted -> away
 
    adopted -> away
 
  
 
   }
 
   }

Latest revision as of 13:26, 11 July 2008

This is a graph with borders and nodes. Maybe there is an Imagemap used so the nodes may be linking to some Pages.

Still need to know:

  • Average sale price
  • How many are dumped
  • Percentage of received that are:
    • Sold
    • Granted
    • Adopted
    • Recycled