Difference between revisions of "Monitor Flowchart"
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
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\n& Receive a 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 29: | Line 29: | ||
monitortype -> tv [label="T.V."] | monitortype -> tv [label="T.V."] | ||
tendollars -> remove | tendollars -> remove | ||
− | remove -> age | + | 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"] |