Difference between revisions of "User:RfS/Cashiering Issues"

From FreekiWiki
Jump to navigation Jump to search
Line 1: Line 1:
 
<graphviz>
 
<graphviz>
   digraph EVAL2 {
+
   digraph {
 
     node [fontname="Helvetica", fontsize="11"]
 
     node [fontname="Helvetica", fontsize="11"]
 
     edge [fontname="Helvetica"]
 
     edge [fontname="Helvetica"]
  
     main            [label="MAIN\nCHART", fontsize="11", style="bold", shape="tripleoctagon"]
+
     store           [label="Thrift Store", shape="box", fontsize="11", style="bold"]
   
+
     frontdesk       [label="Front Desk", shape="box", fontsize="11", style="bold"]
    start           [label="START HERE", shape="box", fontsize="11", style="bold"]
+
     mail            [label="Mail", shape="box", fontsize="11", style="bold"]
     alreadyrejected [label="Has it\nalready been\nREJECTED?\n(reason for recycle or\nreject label?)", fontsize="11"]
+
     paypal          [label="PayPal", shape="box", fontsize="11", style="bold"]
    server          [label="Do we want it for a\nSERVER?\n(see note)", fontsize="11"]
+
     other          [label="Other", shape="box", fontsize="11", style="bold"]
    trytopost       [label="Go through the\nGETTING THE PROCESSOR\nINFORMATION chart\n(then come back here)", shape="box", URL="/index.php/Getting_the_Processor_Information", fontsize="11"]
 
    triage          [label="Go through the\nSYSTEM EVALUATION 2 TRIAGE chart\n(then come back here)", shape="box", URL="/index.php/System_Evaluation_2_Triage", fontsize="11"]
 
     triageoutcome  [label="Did triage\nsay to RECYCLE?", fontsize="11"]
 
    labelit        [label="Fill out\nand put a\nKEEPER LABEL\non its front", shape="box", fontsize="11"]
 
    mineit          [label="Follow instructions in\nREMOVING COMPONENTS\nFROM KEEPER SYSTEMS\n(then come back here)", shape="box", fontsize="11", URL="/index.php/Removing_components_from_keeper_systems"]  
 
     recyclelabel    [label="Fill out a\nREASON FOR RECYCLING LABEL", shape="box", fontsize="11"]
 
    pullharddrive  [label="Remove the\nHARD DRIVE\n(leave rails in system)", fontsize="11"]
 
     putoncart      [label="Put on\nthe CART\n(label and back\nvisible)", shape="box", fontsize="11", style="bold"]
 
  
     incomingpile    [label="Put it on\nthe INCOMING pile\n(for SYSTEM EVALUATION 1)", shape="box", URL="/index.php?title=System_Evaluation_1_Overview", fontsize="11", style="bold"]
+
     till            [label="Till", shape="box", fontsize="11", style="bold"]
    tardis        [label="Send to\nthe TARDIS\n(no mining)", fontsize="11", shape="box", style="bold"]
+
    safe            [label="Safe", shape="box", fontsize="11", style="bold"]
    whitehole      [label="Send to\nthe WHITE HOLE\n(no mining)", fontsize="11", shape="box", style="bold"]
+
    bank            [label="Bank", shape="box", fontsize="11", style="bold"]
    markspeed      [label="Mark the label with\nPROCESSOR SPEED", fontsize="11", shape="box"]
 
  
     start -> alreadyrejected
+
     store -> till
 +
    frontdesk -> till
 +
    till -> bookkeeper
 +
    mail -> bookkeeper
 +
    paypal -> bookkeeper
 +
    other -> bookkeeper
 +
    bookkeeper -> bank
  
    alreadyrejected -> incomingpile [label="YES"]
 
    alreadyrejected -> server [label="NO"]
 
  
    server -> trytopost [label="NO"]
 
    server -> labelit [label="YES"]
 
 
    trytopost -> triage
 
    triage -> triageoutcome
 
    triageoutcome -> labelit [label="NO"]
 
 
    labelit -> pullharddrive [label="TARDIS"]
 
    labelit -> whitehole [label="SERVER"]
 
    labelit -> mineit [label="KEEP"]
 
 
    pullharddrive -> tardis
 
 
    mineit -> putoncart
 
    triageoutcome -> recyclelabel [label="YES"]
 
    recyclelabel -> markspeed
 
    markspeed -> incomingpile
 
  
 
</graphviz>
 
</graphviz>

Revision as of 10:56, 24 March 2007