Difference between revisions of "LCD 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...)
 
 
(2 intermediate revisions by the same user not shown)
Line 8: Line 8:
 
   away [shape="oval", label="Away"]
 
   away [shape="oval", label="Away"]
 
   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"]
+
   covered_gaylord [shape="egg", style="bold", color="blue", label="Covered LCD\nGaylord"]
 +
  uncovered_shelf [shape="egg", style="bold", color="blue", label="Uncovered LCD\nShelf"]
  
   build_lab [label="Under Build Bench\nand\nQC Shelf"]
+
   lcd_triage [label="LCD Triage\nand Testing"]
   server_build [label="Server Build"]
+
   monitor_testing [label="Monitor Testing\nin Warehouse"]
  recycle_pile [label="Recycle\nPile"]
 
  classroom [label="Classroom"]
 
 
   store [label="Thrift\nStore"]
 
   store [label="Thrift\nStore"]
  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 -> lcd_triage [label="RECEIVING"]
   system_eval -> recycle_pile [label="RED\nYELLOW\nLIGHT"]
+
   lcd_triage -> monitor_testing
  recycle_pile -> away [label="RECYCLING"]
 
  
   system_eval -> warehouse_shelves [label="GREEN\nLIGHT"]
+
   lcd_triage -> covered_gaylord
   system_eval -> server_build [label="SERVER"]
+
   lcd_triage -> uncovered_shelf
   warehouse_shelves -> build_lab [label="BUILD"]
+
   lcd_triage -> store
 
    
 
    
   server_build -> system_eval
+
   monitor_testing -> covered_gaylord
   server_build -> store
+
   monitor_testing -> uncovered_shelf
   server_build -> disb_storage
+
  monitor_testing -> store
 +
    
 +
  covered_gaylord -> away [label="RECYCLING"]
 +
  uncovered_shelf -> away [label="RECYCLING"]
  
  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"]
 
 
   store -> buyers [label="SALE"]
 
   store -> buyers [label="SALE"]
   build_lab -> build  [label="BUILD\nDISBURSEMENT"]
+
   store -> grant [label="HARDWARE\nGRANT\nDISBURSEMENT"]
  
  
 
}
 
}
 
</graphviz>
 
</graphviz>
 +
 +
* If desired, Receiving could send LCDs with standard power cable directly to Monitor Testing in Warehouse.
 +
* Tally sheet needed in LCD Triage and Testing (in Build)
 +
* Tally sheet in Monitor Testing in Warehouse should be used for data entry.
  
 
[[Category: Gizmo Accounting]]
 
[[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.

  • If desired, Receiving could send LCDs with standard power cable directly to Monitor Testing in Warehouse.
  • Tally sheet needed in LCD Triage and Testing (in Build)
  • Tally sheet in Monitor Testing in Warehouse should be used for data entry.