Difference between revisions of "Flowchart - Money requests and receipts"

From FreekiWiki
Jump to navigation Jump to search
(adding color)
Line 8: Line 8:
 
   money        [label="Does it contain\na check or a bill?"]
 
   money        [label="Does it contain\na check or a bill?"]
 
   contrib      [shape="record", label="{beancounter|enters in database|check to front desk|paperwork to thankers}"]
 
   contrib      [shape="record", label="{beancounter|enters in database|check to front desk|paperwork to thankers}"]
   beans        [label="Put in\nBeancounter\nIncoming"]
+
   beans        [label="Put in\nBeancounter\nIncoming\nStamp as appropriate"]
 
   recycleb      [label="Liane\nfor approval"]
 
   recycleb      [label="Liane\nfor approval"]
 
   recyclep      [label="Liane\nfor approval"]
 
   recyclep      [label="Liane\nfor approval"]
Line 25: Line 25:
 
   beans        -> check  
 
   beans        -> check  
 
   beans        -> bill
 
   beans        -> bill
   check        -> contrib [label="Contribution?"]
+
   check        -> contrib [label="Contribution?" color="red" fontcolor="red"]
   check        -> invoice [label="Invoice\npayment?"]
+
   check        -> invoice [label="Invoice\npayment?" color="blue" fontcolor="blue"]
   check        -> recyclep [label="Recycling\nrelated?"]
+
   check        -> recyclep [label="Recycling\nrelated?" color="green" fontcolor="green"]
   check        -> matching [label="Matching\ngift?"]
+
   check        -> matching [label="Matching\ngift?" color="yellow" fontcolor="yellow"]
 
   check        -> otherp [label="other?"]
 
   check        -> otherp [label="other?"]
 
   bill        -> standardapproval  [label="Monthly\nor normal\nbill"]
 
   bill        -> standardapproval  [label="Monthly\nor normal\nbill"]
Line 38: Line 38:
 
   standardapproval -> standardb [label="normal"]
 
   standardapproval -> standardb [label="normal"]
 
   standardapproval -> otherb [label="unusual"]
 
   standardapproval -> otherb [label="unusual"]
   recyclep    -> postonly [label="approved"]
+
   recyclep    -> postonly [label="approved"  color="green" fontcolor="green"]
  
  
 
</graphviz>
 
</graphviz>
 
[[Category:Accounting]]
 
[[Category:Accounting]]

Revision as of 15:43, 24 September 2010

This is a graph with borders and nodes. Maybe there is an Imagemap used so the nodes may be linking to some Pages.