Difference between revisions of "Receiving Flow Charts"
Jump to navigation
Jump to search
| Line 2: | Line 2: | ||
digraph { | digraph { | ||
| − | start [label="START HERE\nFOR | + | start [label="START HERE\nFOR MONITORS", shape="box", fontsize="11", style="bold"] |
| − | + | monitortype [label="Is it a Regular Monitor, Flat Screen, or TV?", fontsize="11"] | |
| − | + | tendollars [label="Inform donor of $10 fee to recycle\n& Send donor to reception to pay fee and receive tax receipt", fontsize="11"] | |
| − | + | send [label="Send Donor to office to pay Recycling fee\n& to Receive a Tax Receipt", fontsize="11"] | |
| − | + | av [label="Place TV in speaker/mouse/keyboard testing", fontsize="11"] | |
| − | + | work [label="Does T.V. Work?\n& Is it Pretty?", fontsize="11"] | |
| + | yeswork [label="Take TV to Store", fontsize="11"] | ||
| + | flatscreen [label="Inform Receiving Supervisor\nOr set outside of Tardis", fontsize="11"] | ||
| + | tv [label="Inform donor that the recycling fee is $1 per inch\n& Record size and fee on incoming form", fontsize="11"] | ||
| + | remove [label="Remove three-prong power cord\nDON'T CUT ANY CALBES", fontsize="11"] | ||
| + | age [label="Is it a 1999 or newer?", fontsize="11", style="italic"] | ||
| + | testing [label="Take to Monitor Testing\n& Put it on a Shelf", fontsize="11"] | ||
| + | setaside [label="Set aside\n& Wait until donor leaves" fontsize="11"] | ||
| + | gaylord [label="Take to recycling gaylord outside\n& Ask for help", fontsize="11"] | ||
| + | |||
| − | start -> | + | start -> monitortype |
| − | + | monitortype -> tendollars [label="Regular\nMonitor"] | |
| − | + | monitortype -> flatscreen [label="Flat\nScreen"] | |
| − | + | monitortype -> tv [label="T.V."] | |
| − | + | tendollars -> remove | |
| − | + | remove -> age | |
| + | tv -> send [label="THEN"] | ||
| + | send -> av [label="NEXT"] | ||
| + | av -> work | ||
| + | work -> yeswork [label="YES"] | ||
| + | work -> setaside [label="NO"] | ||
| + | age -> testing [label="YES"] | ||
| + | age -> setaside [label="NO"] | ||
| + | setaside -> gaylord [label="AFTER WAITING"] | ||
| + | |||
</graphviz> | </graphviz> | ||
Revision as of 09:43, 3 January 2008
