Difference between revisions of "User:RfS/Cashiering Issues"
Jump to navigation
Jump to search
| Line 2: | Line 2: | ||
digraph D { | digraph D { | ||
| − | + | gizmo_types [label="gizmo_types:\nparent_id\nrelavent_to_receipts?\nrelavent_to_sales?\nrelavent_to_adoption?\nrelavent_to_grants?\netc.", shape = "box"] | |
| − | + | gizmo_types -> gizmo_types [label="child\nof"] | |
| + | |||
| + | } | ||
| + | </graphviz> | ||
| + | |||
| + | <graphviz> | ||
| + | digraph E { | ||
| + | |||
| + | gizmo_types [label="gizmos:\ni.e. monitor, system", shape = "box"] | ||
| + | areas [label="areas:\ni.e. receipts, sales, etc." shape = "box"] | ||
| + | links [label="links:\ni.e. system <-> sales" shape = "box"] | ||
| + | |||
| + | gizmo_types -> links | ||
| + | areas -> links | ||
| + | |||
} | } | ||
</graphviz> | </graphviz> | ||
Revision as of 08:26, 30 September 2006
