Changes between Version 36 and Version 37 of ProjectPlanPlugin
- Timestamp:
- Jun 9, 2022, 6:11:13 AM (16 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProjectPlanPlugin
v36 v37 22 22 <div style="float:right;"> 23 23 <div style="text-align:center"> 24 <a href="/raw-attachment/wiki/ProjectPlanPlugin/example_render2.png"> 25 <img src="/raw-attachment/wiki/ProjectPlanPlugin/example_render2s.png" style="border:0;" title="Example: [[ProjectPlan(renderer=gvrender,macroid=2]], thumbnail"> 26 </a> 27 </div> 28 29 <img src="/raw-attachment/wiki/ProjectPlanPlugin/example_legends.png" style="border:0;align:center;" title="standard configuration, legends available in mpm network representations"> 24 <a href="/raw-attachment/wiki/ProjectPlanPlugin/example_render2.png"><img src="/raw-attachment/wiki/ProjectPlanPlugin/example_render2s.png" style="border:0;" title="Example: [[ProjectPlan(renderer=gvrender,macroid=2]], thumbnail"></a> 25 </div> 26 27 <img src="/raw-attachment/wiki/ProjectPlanPlugin/example_legends.png" style="border:0;align:center;" title="Standard configuration, legends available in mpm network representations"> 30 28 31 29 <div style="clear:both"></div> 32 30 33 31 <div style="float:right;text-align:center;padding-bottom:2ex;"> 34 <a href="/export/11357/projectplanplugin/ 0.11/trunk/examples/example_burndowntickets1.png"><img src="/export/11357/projectplanplugin/0.11/trunk/examples/example_burndowntickets1.png" title="burn-down chart" style="border:0;width:450px;"></a><br>35 <a href="/browser/projectplanplugin/ 0.11/trunk/examples/example_burndowntickets.txt">docu</a>, <a href="/browser/projectplanplugin/0.11/trunk/examples/">examples</a>32 <a href="/export/11357/projectplanplugin/trunk/examples/example_burndowntickets1.png"><img src="/export/11357/projectplanplugin/0.11/trunk/examples/example_burndowntickets1.png" title="Burn-down chart" style="border:0;width:450px;"></a><br> 33 <a href="/browser/projectplanplugin/trunk/examples/example_burndowntickets.txt">documentation</a> 36 34 </div> 37 35 … … 39 37 40 38 <div style="float:right;text-align:center;padding-bottom:2ex;"> 41 <a href="/export/11358/projectplanplugin/ 0.11/trunk/examples/example_tableticketperuserday1.png"><img src="/export/11358/projectplanplugin/0.11/trunk/examples/example_tableticketperuserday1.png" title="ticket table per user" style="border:0;width:450px;"></a><br>42 <a href="/browser/projectplanplugin/ 0.11/trunk/examples/example_tableticketperuserday.txt">docu</a>, <a href="/browser/projectplanplugin/0.11/trunk/examples/">examples</a>39 <a href="/export/11358/projectplanplugin/trunk/examples/example_tableticketperuserday1.png"><img src="/export/11358/projectplanplugin/0.11/trunk/examples/example_tableticketperuserday1.png" title="Ticket table per user" style="border:0;width:450px;"></a><br> 40 <a href="/browser/projectplanplugin/trunk/examples/example_tableticketperuserday.txt">documentation</a> 43 41 </div> 44 42 … … 46 44 47 45 <div style="float:right;text-align:center;padding-bottom:2ex;"> 48 <a href="/browser/projectplanplugin/ 0.11/trunk/examples/example_ticketstatistics1.png?rev=11359"><img src="/export/11359/projectplanplugin/0.11/trunk/examples/example_ticketstatistics1.png" title="ticket statistics grouped by the ticket status" style="border:0;width:450px;"></a><br>49 <a href="/browser/projectplanplugin/ 0.11/trunk/examples/example_ticketstatistics.txt">docu</a>, <a href="/browser/projectplanplugin/0.11/trunk/examples/">examples</a>46 <a href="/browser/projectplanplugin/trunk/examples/example_ticketstatistics1.png?rev=11359"><img src="/export/11359/projectplanplugin/0.11/trunk/examples/example_ticketstatistics1.png" title="Ticket statistics grouped by the ticket status" style="border:0;width:450px;"></a><br> 47 <a href="/browser/projectplanplugin/trunk/examples/example_ticketstatistics.txt">documentation</a> 50 48 </div> 51 49 … … 66 64 67 65 Add ticket dependencies and close/assign Times: 68 * Network Graphics 69 * Use the '''!ProjectPlan''' Macro for network graphics with several options enabling project runtime estimation and (workload based) critical path analyses. 70 * Special Reports 71 * Use special reports which show delays and slacktimes. 66 * Network Graphics: Use `[[ProjectPlan(macroid=...)]]` for network graphics with several options enabling project runtime estimation and (workload based) critical path analyses. 67 * Special Reports: Use special reports which show delays and slacktimes. 72 68 73 69 Macro Samples: … … 138 134 * Check out the source code (you can also use export instead of checkout): 139 135 {{{#!sh 140 svn checkout https://trac-hacks.org/svn/projectplanplugin/ 0.11/trunk136 svn checkout https://trac-hacks.org/svn/projectplanplugin/trunk 141 137 }}} 142 138 * Run on the shell: … … 148 144 This plugin can be installed globally via: 149 145 {{{#!sh 150 easy_install https://trac-hacks.org/svn/projectplanplugin/ 0.11/trunk146 easy_install https://trac-hacks.org/svn/projectplanplugin/trunk 151 147 }}} 152 148