Difference between revisions of "System 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...)
 
 
(8 intermediate revisions by the same user not shown)
Line 7: Line 7:
 
   outside [shape="oval", label="Outside"]
 
   outside [shape="oval", label="Outside"]
 
   away [shape="oval", label="Away"]
 
   away [shape="oval", label="Away"]
   buyer [shape="oval", label="Buyer"]
+
   buyers [shape="oval", label="Buyers"]
   adoption [shape="oval", label="Adoption\nProgram\nDisbursement"]
+
   adoption [shape="oval", label="Adoptors"]
   grant [shape="oval", label="Hardware\nGrant\nDisbursement"]
+
   grant [shape="oval", label="Hardware\nGrant\nRecipients"]
   build [shape="oval", label="Build\nProgram\nDisbursement"]
+
   build [shape="oval", label="Builders"]
  
 
   build_lab [label="Under Build Bench\nand\nQC Shelf"]
 
   build_lab [label="Under Build Bench\nand\nQC Shelf"]
   recycle_pile [label="Recycle\nPile"]
+
  server_build [label="Server Build"]
 +
   recycle_pile [shape="egg", style="bold", color="blue", label="Recycle\nPile"]
 
   classroom [label="Classroom"]
 
   classroom [label="Classroom"]
 
   store [label="Thrift\nStore"]
 
   store [label="Thrift\nStore"]
 
   warehouse_shelves [label="Warehouse\nShelves"]
 
   warehouse_shelves [label="Warehouse\nShelves"]
 
   system_eval [label="System\nEvaluation\nIncoming"]
 
   system_eval [label="System\nEvaluation\nIncoming"]
   disb_storage [label="Classroom Shelves,\nFG-PDX Shelf,\nand\nOverstock"]
+
   disb_storage [label="Classroom Shelves,\nFG-PDX Shelf,\nGrant Storage\nand\nOverstock"]
  
 
   outside -> system_eval [label="RECEIVING"]
 
   outside -> system_eval [label="RECEIVING"]
   system_eval -> recycle_pile [label="RED\nYELLOW\nLIGHT"]
+
   system_eval -> recycle_pile [label="RED or\nYELLOW\nLIGHT"]
 
   recycle_pile -> away [label="RECYCLING"]
 
   recycle_pile -> away [label="RECYCLING"]
  
 
   system_eval -> warehouse_shelves [label="GREEN\nLIGHT"]
 
   system_eval -> warehouse_shelves [label="GREEN\nLIGHT"]
 +
  system_eval -> server_build [label="HOLD FOR\nSERVERS"]
 
   warehouse_shelves -> build_lab [label="BUILD"]
 
   warehouse_shelves -> build_lab [label="BUILD"]
 +
 
 +
  server_build -> system_eval
 +
  server_build -> store
 +
  server_build -> disb_storage
  
 
   build_lab -> disb_storage [label="QC"]
 
   build_lab -> disb_storage [label="QC"]
Line 33: Line 39:
  
 
   classroom -> adoption [label="ADOPTION\nDISBURSEMENT"]
 
   classroom -> adoption [label="ADOPTION\nDISBURSEMENT"]
   store -> buyer [label="SALE"]
+
   store -> buyers [label="SALE"]
 
   build_lab -> build  [label="BUILD\nDISBURSEMENT"]
 
   build_lab -> build  [label="BUILD\nDISBURSEMENT"]
  
Line 39: Line 45:
 
}
 
}
 
</graphviz>
 
</graphviz>
 +
 +
* Tally sheet on cart needs to account for Mac Systems
 +
 +
[[Category: Gizmo Accounting]]

Latest revision as of 11:24, 12 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.

  • Tally sheet on cart needs to account for Mac Systems