Difference between revisions of "Monitor Flowchart"
Jump to navigation
Jump to search
(5 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{Delete}} | ||
+ | |||
+ | ''This page is obsolete. We are not currently using it.''--[[User:Elizabethwt|Elizabethwt]] 18:08, 10 November 2010 (UTC) | ||
+ | |||
<graphviz> | <graphviz> | ||
digraph { | digraph { | ||
Line 7: | Line 11: | ||
start [label="START HERE\nFOR MONITORS", shape="box", style="bold"] | start [label="START HERE\nFOR MONITORS", shape="box", style="bold"] | ||
monitortype [label="Is it a Regular Monitor, LCD, or TV?"] | monitortype [label="Is it a Regular Monitor, LCD, or TV?"] | ||
− | tendollars [label="Inform donor of $10 fee to recycle\n& Send donor to reception to pay fee | + | tendollars [label="Inform donor of $10 fee to recycle\n& Send donor to reception to pay fee and receive tax receipt"] |
send [label="Send Donor to office to pay Recycling fee\n& to Receive a Tax Receipt"] | send [label="Send Donor to office to pay Recycling fee\n& to Receive a Tax Receipt"] | ||
av [label="Place TV in speaker/mouse/keyboard testing"] | av [label="Place TV in speaker/mouse/keyboard testing"] | ||
Line 14: | Line 18: | ||
LCD [label="Locate Power cables \nInform Receiving Supervisor\nOr set outside of Tardis"] | LCD [label="Locate Power cables \nInform Receiving Supervisor\nOr set outside of Tardis"] | ||
tv [label="Inform donor that the recycling fee is $1 per inch\n& Record size and fee on incoming form"] | tv [label="Inform donor that the recycling fee is $1 per inch\n& Record size and fee on incoming form"] | ||
− | tvnowork [label="Place on TV Incoming Shelf\nLocated | + | tvnowork [label="Place on TV Incoming Shelf\nLocated next to Monitor Testing"] |
remove [label="Remove three-prong power cord\nDON'T CUT ANY CALBES"] | remove [label="Remove three-prong power cord\nDON'T CUT ANY CALBES"] | ||
− | age [label="Is it a | + | age [label="Is it a 2000 or newer?", style="italic"] |
testing [label="Take to Monitor Testing\n& Put it on a Shelf"] | testing [label="Take to Monitor Testing\n& Put it on a Shelf"] | ||
setaside [label="Set aside\n& Wait until donor leaves"] | setaside [label="Set aside\n& Wait until donor leaves"] | ||
Line 29: | Line 33: | ||
monitortype -> tv [label="T.V."] | monitortype -> tv [label="T.V."] | ||
tendollars -> remove | tendollars -> remove | ||
− | remove -> age [label="LOOK ON BACK"] | + | remove -> age [label="LOOK ON BACK"] |
tv -> send [label="THEN"] | tv -> send [label="THEN"] | ||
send -> av [label="NEXT"] | send -> av [label="NEXT"] | ||
− | av -> work | + | av -> work [label="AFTER TESTING"] |
work -> yeswork [label="YES"] | work -> yeswork [label="YES"] | ||
work -> tvnowork [label="NO"] | work -> tvnowork [label="NO"] | ||
Line 41: | Line 45: | ||
</graphviz> | </graphviz> | ||
− | |||
− |
Latest revision as of 12:50, 10 May 2013
This page has been requested to be deleted. |
This page is obsolete. We are not currently using it.--Elizabethwt 18:08, 10 November 2010 (UTC)