Difference between revisions of "Key gizmo analysis"
Jump to navigation
Jump to search
(New page: <graphviz> digraph d { node [fontname="Helvetica", shape="rectangle", fontsize="11"] edge [fontname="Helvetica"] incoming [label="INCOMING"] triage [label="TRIAGE"] testing [lab...) |
|||
(11 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | We need to fill this out for each key type of gizmo we handle. Fill in the name of the gizmo up top, then on each line we need how many gizmos on average we handle (per month). We need current numbers and projected numbers (one year out). | ||
+ | |||
+ | # Today's date: _____________ | ||
+ | # Type of Gizmo: | ||
+ | #* [_] Systems [_] Laptops [_] Macs [_] Printers [_] LCDs [_] Other: _____________ | ||
+ | # Please indicate counts on the chart next to each letter with counts in this form (using monthly numbers): | ||
+ | #* Current -> Projected | ||
+ | |||
<graphviz> | <graphviz> | ||
digraph d { | digraph d { | ||
− | + | ||
− | + | node [fontname="Helvetica", shape="rectangle", fontsize="11"] | |
+ | edge [fontname="Helvetica"] | ||
incoming [label="INCOMING"] | incoming [label="INCOMING"] | ||
− | triage [label="TRIAGE | + | triage [label="TRIAGE\nand\nTESTING"] |
− | |||
production [label="PRODUCTION"] | production [label="PRODUCTION"] | ||
sales [label="SALES"] | sales [label="SALES"] | ||
Line 14: | Line 22: | ||
recycling [label="RECYCLING"] | recycling [label="RECYCLING"] | ||
− | incoming -> triage | + | incoming -> triage [label="A"] |
+ | incoming -> recycling [label="B"] | ||
− | triage -> | + | triage -> production [label="C"] |
− | triage -> | + | triage -> recycling [label="D"] |
− | + | production -> sales [label="E"] | |
− | + | production -> adoption [label="F"] | |
− | + | production -> build_disbursement [label="G"] | |
− | production -> sales | + | production -> hardware_grants [label="H"] |
− | production -> adoption | + | production -> recycling [label="I"] |
− | production -> build_disbursement | ||
− | production -> hardware_grants | ||
} | } | ||
− | <graphviz> | + | </graphviz> |
[[Category: Big Picture]] | [[Category: Big Picture]] |
Latest revision as of 16:46, 8 September 2009
We need to fill this out for each key type of gizmo we handle. Fill in the name of the gizmo up top, then on each line we need how many gizmos on average we handle (per month). We need current numbers and projected numbers (one year out).
- Today's date: _____________
- Type of Gizmo:
- [_] Systems [_] Laptops [_] Macs [_] Printers [_] LCDs [_] Other: _____________
- Please indicate counts on the chart next to each letter with counts in this form (using monthly numbers):
- Current -> Projected