Changes between Version 33 and Version 34 of ProjectPlanPlugin


Ignore:
Timestamp:
Aug 30, 2017, 9:36:00 AM (7 years ago)
Author:
figaro
Comment:

Updated link and cosmetic updates

Legend:

Unmodified
Added
Removed
Modified
  • ProjectPlanPlugin

    v33 v34  
    5353}}}
    5454
    55 Key features ([source:projectplanplugin/0.11/trunk/examples examples]):
     55Key features ([source:projectplanplugin/trunk/examples examples]):
    5656 * works nearly out of the box
    57  * !GraphViz based MPM Network
    58  * !GraphViz based hierarchical MPM network
    59  * critical path analysis (simple workload bases)
     57 * !GraphViz based network
     58 * !GraphViz based hierarchical network
     59 * critical path analysis for simple workload bases
    6060 * sorted reports for delayed tickets and slack times
    6161 * animated burn-down charts
     
    168168  * Select the panel ''!ProjectPlan -> Image Settings'' (on the left).
    169169  * Select the images, you'd like to use and apply settings.
    170     * The smaller images (e.g., 16x16 pixel) can reduce the size of the graphical network representation.
     170    * The smaller images, for example icons, can reduce the size of the graphical network representation.
    171171
    172172=== 6. Macro Arguments
    173173
    174   * The default settings {{{[[ProjectPlan()]]}}} produce a Hierarchical MPM-Network with Version on toplevel, Milestone in Versions and Tickets as leafs in Milestones. All Tickets will be used for dependency, critical path and other calculations and visualisations.
     174  * The default settings {{{[[ProjectPlan()]]}}} produce a Hierarchical network with Version on toplevel, Milestone in Versions and Tickets as leafs in Milestones. All Tickets will be used for dependency, critical path and other calculations and visualisations.
    175175  * Several macro parameter control the visualization, calculation and ticket filters/queries.
    176176  * A list of macro parameters can be found [wiki:ProjectPlanPlugin/MacroArgs here].
     
    184184Add ticket dependencies and close/assign Times:
    185185  * Network Graphics
    186     * Use the '''!ProjectPlan''' Macro for (mpm like) network graphics with several options enabling project runtime estimation and (workload based) critical path analyses.
     186    * Use the '''!ProjectPlan''' Macro for network graphics with several options enabling project runtime estimation and (workload based) critical path analyses.
    187187  * Special Reports
    188188    * Use special reports which show delays and slacktimes.
     
    196196== Hierarchical Network
    197197
    198 [[ProjectPlan(macroid=1,renderer=gvhierarchical)]]
     198[[ProjectPlan(macroid=1, renderer=gvhierarchical)]]
    199199
    200200== Hierarchical Network with start and end times
    201201
    202 [[ProjectPlan(macroid=1,renderer=gvhierarchical,betickets)]]
     202[[ProjectPlan(macroid=1, renderer=gvhierarchical, betickets)]]
    203203
    204204== Filtered (milestone=milestone1)
    205205
    206 [[ProjectPlan(macroid=filtered,renderer=gvhierarchical,filter_milestone=milestone1)]]
     206[[ProjectPlan(macroid=filtered, renderer=gvhierarchical, filter_milestone=milestone1)]]
    207207
    208208== non-hierarchical (full network)
    209209
    210 [[ProjectPlan(renderer=gvrender,macroid=2,withbuffer)]]
     210[[ProjectPlan(renderer=gvrender, macroid=2, withbuffer)]]
    211211
    212212== Network Legends
    213213
    214 [[ProjectPlan(macroid=legend,renderer=gvrender,statuslegend,prioritylegend,notickets)]]
     214[[ProjectPlan(macroid=legend, renderer=gvrender, statuslegend, prioritylegend, notickets)]]
    215215
    216216== Special Reports
    217217
    218 [[ProjectPlan(macroid=report_buffer,renderer=report_buffer,limitlines=4)]]
    219 [[ProjectPlan(macroid=report_closing_delay,renderer=report_closing_delay,limitlines=10)]]
    220 [[ProjectPlan(macroid=report_assign_delay,renderer=report_assign_delay,limitlines=10)]]
     218[[ProjectPlan(macroid=report_buffer, renderer=report_buffer, limitlines=4)]]
     219[[ProjectPlan(macroid=report_closing_delay, renderer=report_closing_delay, limitlines=10)]]
     220[[ProjectPlan(macroid=report_assign_delay, renderer=report_assign_delay, limitlines=10)]]
    221221}}}
    222222