Difference between revisions of "User:Elizabeth/scratch.2"

From FreekiWiki
Jump to navigation Jump to search
(failed attempt number 1)
Line 6: Line 6:
 
   digraph {
 
   digraph {
  
     start          [label="Handling W-9s", shape="box", fontsize="11", style="bold"]
+
     start          [label="Processing W-9s", shape="box", fontsize="11", style="bold"]
 
     mail            [label="Request comes in the mail", fontsize="11", style="italic"]     
 
     mail            [label="Request comes in the mail", fontsize="11", style="italic"]     
     frontdesk            [label="The person at the front desk", fontsize="11"]
+
     frontdesk            [label="Is there a pre-signed W-9 in the folder under the till?", fontsize="11"]
     W9         [label="Presigned W-9s in folder under the till", fontsize="11"]
+
     monkey         [label="Go to the Monkeyhouse", fontsize="11"]
     fillitout        [label="Fill in the date and organization", fontsize="11"]
+
    file        [label="Pre-signed W-9 in the locked file cabinet, in the Finacial drawer, in the W-9 folder", fontsize="11"]
 +
     fillin      [label='"Fill in the organization's info and date", fontsize="11"]
  
 
      
 
      
Line 16: Line 17:
  
 
   
 
   
     mail -> frontdesk [label="To"]
+
     mail -> frontdesk [label="What to do?"]
     frontdesk -> fillitout [label="Next"]
+
     frontdesk -> monkey [label="No"]
     W9 -> frontdesk [label="YES"]
+
     monkey -> file [label="Find"]
     fillitout -> frontdesk [label="Next"]
+
     frontdesk -> fillin [label="Yes"]
 
     mail -> noncoffee [label="Back to the mail box with you!"]
 
     mail -> noncoffee [label="Back to the mail box with you!"]
 
    
 
    
 
</graphviz>
 
</graphviz>

Revision as of 12:37, 8 May 2007

Two

I will come back to this later

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