Difference between revisions of "CRT Accounting Flow Chart"

From FreekiWiki
Jump to navigation Jump to search
(New page: <graphviz> digraph D { node [fontname="Helvetica", fontsize="11", shape="box"] edge [fontname="Helvetica"] outside [shape="oval", label="Outside"] away [shape="oval", label="Away...)
 
Line 7: Line 7:
 
   outside [shape="oval", label="Outside"]
 
   outside [shape="oval", label="Outside"]
 
   away [shape="oval", label="Away"]
 
   away [shape="oval", label="Away"]
 +
  adoption [shape="oval", label="Adopters"]
 
   buyers [shape="oval", label="Buyers"]
 
   buyers [shape="oval", label="Buyers"]
  adoption [shape="oval", label="Adoptors"]
 
 
   grant [shape="oval", label="Hardware\nGrant\nRecipients"]
 
   grant [shape="oval", label="Hardware\nGrant\nRecipients"]
  build [shape="oval", label="Builders"]
 
  
   build_lab [label="Under Build Bench\nand\nQC Shelf"]
+
   classroom [label="Classroom\nor\nMeeting Room"]
   server_build [label="Server Build"]
+
   crt_testing [label="CRT Monitor\nTesting"]
 
   recycle_pile [label="Recycle\nPile"]
 
   recycle_pile [label="Recycle\nPile"]
   classroom [label="Classroom"]
+
   receiving [label="Hardware Donations\nand\nBasic Testing"]
 
   store [label="Thrift\nStore"]
 
   store [label="Thrift\nStore"]
 
   warehouse_shelves [label="Warehouse\nShelves"]
 
   warehouse_shelves [label="Warehouse\nShelves"]
  system_eval [label="System\nEvaluation\nIncoming"]
 
  disb_storage [label="Classroom Shelves,\nFG-PDX Shelf,\nGrant Storage\nand\nOverstock"]
 
  
   outside -> system_eval [label="RECEIVING"]
+
   outside -> receiving [label="RECEIVING"]
   system_eval -> recycle_pile [label="RED\nYELLOW\nLIGHT"]
+
   receiving -> recycle_pile [label="BAD TV\nOR\nOLD MONITOR"]
 +
  receiving -> crt_testing
 +
  receiving -> store [label="WORKING\nTV"]
 +
  crt_testing -> warehouse_shelves [label="WORKING\nCRT MONITOR"]
 +
 
 
   recycle_pile -> away [label="RECYCLING"]
 
   recycle_pile -> away [label="RECYCLING"]
  
   system_eval -> warehouse_shelves [label="GREEN\nLIGHT"]
+
   warehouse_shelves -> classroom
  system_eval -> server_build [label="SERVER"]
+
   warehouse_shelves -> store [label="FOR\nSALE"]
   warehouse_shelves -> build_lab [label="BUILD"]
+
   warehouse_shelves -> grant [label="GRANT\nDISBURSEMENT"]
 
 
  server_build -> system_eval
 
  server_build -> store
 
  server_build -> disb_storage
 
 
 
  build_lab -> disb_storage [label="QC"]
 
  disb_storage -> classroom [label="ADOPTION\nCLASS"]
 
  disb_storage -> store [label="FOR\nSALE"]
 
   disb_storage -> grant [label="GRANT\nDISBURSEMENT"]
 
  
 
   classroom -> adoption [label="ADOPTION\nDISBURSEMENT"]
 
   classroom -> adoption [label="ADOPTION\nDISBURSEMENT"]
 
   store -> buyers [label="SALE"]
 
   store -> buyers [label="SALE"]
  build_lab -> build  [label="BUILD\nDISBURSEMENT"]
 
 
  
 
}
 
}

Revision as of 13:28, 11 November 2009

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