Changes between Version 3 and Version 4 of ProjectPlanPlugin


Ignore:
Timestamp:
Oct 5, 2009, 6:32:10 PM (15 years ago)
Author:
Matthias
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ProjectPlanPlugin

    v3 v4  
    44
    55!ProjectPlan introduces time, dependency Fields and enables Project Management Features, especially for graphical visualisation, like Reports and Networks. Furthermore its a Development Base for several graphical Representations.
    6 
    7 '''The Initial Import (code and documentation) is currently scheduled for September 09'''
    86
    97== !ToDo ==
     
    3331Add Ticket dependencies and close/assign Times. [[BR]]
    3432 * Network Graphics
    35    * Use the PP Macro for (mpm like) Network graphics with several options enabling Project runtime estimation and (workload based) critical path analyses.
     33   * Use the ProjectPlan Macro for (mpm like) Network graphics with several options enabling Project runtime estimation and (workload based) critical path analyses.
    3634 * Special Reports
    3735   * Use special Reports which show Delays and Slacktimes
    3836 * ...
     37
     38Macro Samples:
     39
     40{{{
     41== hierarchical Network ==
     42[[ProjectPlan(macroid=1,renderer=gvhierarchical)]]
     43
     44== hierarchical Network with start and end times==
     45[[ProjectPlan(macroid=1,renderer=gvhierarchical,betickets)]]
     46
     47== filtered (milestone=milestone1) ==
     48[[ProjectPlan(macroid=filtered,renderer=gvhierarchical,filter_milestone=milestone1)]]
     49
     50== non-hierarchical (full network) ==
     51[[ProjectPlan(renderer=gvrender,macroid=2,withbuffer)]]
     52
     53== Network Legens ==
     54[[ProjectPlan(macroid=legend,renderer=gvrender,statuslegend,prioritylegend,notickets)]]
     55
     56== Special Reports ==
     57[[ProjectPlan(macroid=report_buffer,renderer=report_buffer,limitlines=4)]]
     58[[ProjectPlan(macroid=report_closing_delay,renderer=report_closing_delay,limitlines=10)]]
     59[[ProjectPlan(macroid=report_assign_delay,renderer=report_assign_delay,limitlines=10)]]
     60}}}
    3961
    4062== Recent Changes ==