Changeset 31
- Timestamp:
- Mon Mar 6 10:27:01 2006
- Files:
-
- website/trunk/dist/release_notes_v0.6.txt (added)
- website/trunk/dist/scripts (deleted)
- website/trunk/developer/index.html (modified) (diff)
- website/trunk/developer/priorities.html (modified) (diff)
- website/trunk/server/internals.html (modified) (diff)
- website/trunk/server/install.html (modified) (diff)
- website/trunk/server/index.html (modified) (diff)
- website/trunk/scripts/howto.html (modified) (diff)
- website/trunk/scripts/index.html (modified) (diff)
- website/trunk/scripts/data.html (modified) (diff)
- website/trunk/help/print.html (modified) (diff)
- website/trunk/help/main.html (modified) (diff)
- website/trunk/help/grid.html (modified) (diff)
- website/trunk/help/download.html (modified) (diff)
- website/trunk/help/index.html (modified) (diff)
- website/trunk/help/menus.html (modified) (diff)
- website/trunk/help/tour.html (modified) (diff)
- website/trunk/index.html (modified) (diff)
- website/trunk/styles.css (modified) (diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
website/trunk/developer/index.html
r30 r31 140 140 <h4 class="navgroup">Download GanttPV:</h4> 141 141 <a class="outside" href="../help/download.html">Instructions</a><br> 142 <a class="outside" href="http://prdownloads.sourceforge.net/ganttpv/GanttPV_Win_v0.5.exe?download">Windows (v0.5)</a><br> 143 <a class="outside" href="http://prdownloads.sourceforge.net/ganttpv/GanttPV_Mac_v0.5.zip?download">MacOS 10.2 or later (v0.5)</a><br> 144 <a class="outside" href="http://prdownloads.sourceforge.net/ganttpv/GanttPV_Source_v0.5.tgz?download">Source (v0.5)</a><br> 145 <a class="outside" href="../dist/release_notes_v0.5.txt">Release Notes (v0.5)</a><br> 142 <a class="outside" href="http://prdownloads.sourceforge.net/ganttpv/GanttPV_Win_v0.6.exe?download">Windows (v0.6)</a><br> 143 <a class="outside" href="http://prdownloads.sourceforge.net/ganttpv/GanttPV_Mac_v0.6.zip?download">MacOS 10.2 or later (v0.6)</a><br> 144 <a class="outside" href="http://prdownloads.sourceforge.net/ganttpv/GanttPV_Source_v0.6.tgz?download">Source (v0.6)</a><br> 145 <a class="outside" href="../dist/release_notes_v0.6.txt">Release Notes (v0.6)</a><br> 146 146 <a class="outside" href="../dist/GanttPV_Scripts_050104.tgz">Scripts (v050104)</a><br> 147 147 -
website/trunk/developer/priorities.html
r30 r31 29 29 <a class="nav" href="../help/index.html">Help - Overview</a> 30 30 <ul> 31 <li><a class="nav" href="../help/download.html"> Download</a></li>31 <li><a class="nav" href="../help/download.html">Download</a></li> 31 31 <li><a class="nav" href="../help/tour.html">Tour</a></li> 32 32 <li><a class="nav" href="../help/main.html">Main</a></li> … … 65 65 66 66 <tr> 67 <td colspan=4>---- Changes completed for version 0. 5----</td>67 <td colspan=4>---- Changes completed for version 0.6 ----</td> 67 67 </tr> 68 68 69 69 <tr> 70 <td>Open Window menu (select report window from list)</td> 71 <td> Program </td> 70 <td>Change print script to display duration units (weeks and days), and month and quarter time scales.</td> 71 <td>Script</td> 72 72 <td>Complete</td> 73 73 <td>Alexander</td> … … 76 76 77 77 <tr> 78 <td>Multiple level in script menu</td> 79 <td> Program </td> 78 <td>Fix move row to handle multi-table reports safely</td> 79 <td>Program</td> 80 80 <td>Complete</td> 81 81 <td>Alexander</td> … … 83 83 84 84 <tr> 85 <td>If multiple tasks selected, chain them</td> 86 <td> Program </td> 87 <td>Complete</td> 88 <td>Brian</td> 89 </tr> 90 91 <tr> 92 <td>Unlink selected tasks</td> 93 <td>Script</td> 94 <td>Complete</td> 95 <td>Brian</td> 96 </tr> 97 98 <tr> 99 <td>Change html export script to display duration units (weeks and days).</td> 100 <td> Script </td> 101 <td>Complete</td> 102 <td>Brian</td> 103 </tr> 104 105 <tr> 106 <td>Open file and scripts from command line</td> 107 <td>Program</td> 85 <td>Double-click file to open it (Macintosh)</td> 86 <td>Installation</td> 108 87 <td>Complete</td> 109 88 <td>Alexander</td> … … 129 108 130 109 <tr> 131 <td>Change print script to display duration units (weeks and days).</td>132 <td> Script </td>133 <td>Pending</td>134 <td> </td>135 </tr>136 137 <tr>138 <td>Double-click file to open it</td>139 <td>Installation</td>140 <td>Pending</td>141 <td> </td>142 </tr>143 144 <tr>145 110 <td>Commitment tracking (Save plan to base)</td> 146 111 <td>Script</td> … … 152 117 <td>Deliverable tracking</td> 153 118 <td>Script</td> 154 <td> Pending </td>155 <td> </td>156 </tr>157 158 <tr>159 <td>Fix move row to handle multi-table reports safely</td>160 <td> Program </td>161 <td>Assigned</td>162 <td>Alexander</td>163 </tr>164 165 <tr>166 <td>More bar types (Actual, Base, ES to LF). More bar options (Percent Complete sub-bar).</td>167 <td> Program </td>168 119 <td>Pending</td> 169 120 <td> </td> … … 171 122 172 123 <tr> 173 <td>Change print and html export scripts to support month and quarter time scales.</td> 174 <td> Scripts </td> 124 <td>More bar types (Actual, Base, ES to LF). More bar options (Percent Complete sub-bar).</td> 125 <td>Program</td> 175 126 <td>Pending</td> 176 127 <td> </td> … … 179 130 <tr> 180 131 <td>Define a selection list of values for a column (pick list in grid cell)</td> 181 <td> Program</td>132 <td>Program</td> 181 132 <td>Pending</td> 182 133 <td> </td> … … 186 137 <tr> 187 138 <td>Make deletes deep instead of shallow</td> 188 <td> Program</td>139 <td>Program</td> 188 139 <td>Pending</td> 189 140 <td> </td> … … 192 143 193 144 <tr> 194 <td>Double click row --> run script</td> 195 <td> Program </td> 145 <td>Double-click row to run a script</td> 146 <td>Program</td> 196 147 <td>Pending</td> 197 148 <td> </td> … … 200 151 <tr> 201 152 <td>Change default start date of Day/Gantt column to be today</td> 202 <td> Program</td>153 <td>Program</td> 202 153 <td>Pending</td> 203 154 <td> </td> … … 207 158 <tr> 208 159 <td>Edit True/False entry</td> 209 <td> Program</td>160 <td>Program</td> 209 160 <td>Pending</td> 210 161 <td> </td> … … 215 166 216 167 <tr> 168 <td colspan=4>---- Changes completed for version 0.5 ----</td> 169 </tr> 170 171 <tr> 172 <td>Open Window menu (select report window from list)</td> 173 <td>Program</td> 174 <td>Complete</td> 175 <td>Alexander</td> 176 </tr> 177 178 <tr> 179 <td>Multiple level in script menu</td> 180 <td>Program</td> 181 <td>Complete</td> 182 <td>Alexander</td> 183 </tr> 184 185 <tr> 186 <td>If multiple tasks selected, chain them</td> 187 <td>Program</td> 188 <td>Complete</td> 189 <td>Brian</td> 190 </tr> 191 192 <tr> 193 <td>Unlink selected tasks</td> 194 <td>Script</td> 195 <td>Complete</td> 196 <td>Brian</td> 197 </tr> 198 199 <tr> 200 <td>Change html export script to display duration units (weeks and days).</td> 201 <td>Script</td> 202 <td>Complete</td> 203 <td>Brian</td> 204 </tr> 205 206 <tr> 207 <td>Open file and scripts from command line</td> 208 <td>Program</td> 209 <td>Complete</td> 210 <td>Alexander</td> 211 </tr> 212 213 <tr> 217 214 <td colspan=4>---- Changes completed for version 0.4 ----</td> 218 215 </tr> … … 220 217 <tr> 221 218 <td>Add time scale for months</td> 222 <td> Program</td>219 <td>Program</td> 222 219 <td>Complete</td> 223 <td> Brian</td>220 <td>Brian</td> 223 220 </tr> 224 221 225 222 <tr> 226 223 <td>Allow other units for Duration (previously only hours)</td> 227 <td> Program</td>224 <td>Program</td> 227 224 <td>Complete</td> 228 <td> Brian</td>225 <td>Brian</td> 228 225 </tr> 229 226 … … 235 232 <td>Critical path tracking</td> 236 233 <td>Script</td> 237 <td> Complete</td>234 <td>Complete</td> 237 234 <td>Brian</td> 238 235 </tr> … … 259 256 <tr> 260 257 <td>Track actual time per period per person (time scale entry).</td> 261 <td>Script & Program </td>258 <td>Script & Program</td> 261 258 <td>041126</td> 262 259 <td>Brian</td> … … 270 267 <tr> 271 268 <td>Add time scale for weeks</td> 272 <td> Program</td>269 <td>Program</td> 272 269 <td>041126</td> 273 270 <td>Brian</td> … … 277 274 <tr> 278 275 <td>Support week time scale for gantt reports</td> 279 <td> Script & Program</td>276 <td>Script & Program</td> 279 276 <td>041203</td> 280 277 <td>Brian</td> … … 306 303 <tr> 307 304 <td>Show Project Name and Report Name in report window title</td> 308 <td> Program</td>305 <td>Program</td> 308 305 <td>040906</td> 309 306 <td>Brian</td> … … 313 310 <tr> 314 311 <td>Allow more report types to be under a project (like the Task reports).</td> 315 <td> Program</td>312 <td>Program</td> 315 312 <td>040914</td> 316 313 <td>Brian</td> … … 320 317 <tr> 321 318 <td>Ignore invalid dates</td> 322 <td> Program</td>319 <td>Program</td> 322 319 <td>040928</td> 323 320 <td>Alexander</td> … … 327 324 <tr> 328 325 <td>Edit date entry. Allow default of year and month.</td> 329 <td> Program </td> 330 <td> 041009 </td> 326 <td>Program</td> 327 <td>041009</td> 331 328 <td>Alexander</td> 332 329 </tr> … … 339 336 <h4 class="navgroup">Download GanttPV:</h4> 340 337 <a class="outside" href="../help/download.html">Instructions</a><br> 341 <a class="outside" href="http://prdownloads.sourceforge.net/ganttpv/GanttPV_Win_v0.5.exe?download">Windows (v0.5)</a><br> 342 <a class="outside" href="http://prdownloads.sourceforge.net/ganttpv/GanttPV_Mac_v0.5.zip?download">MacOS 10.2 or later (v0.5)</a><br> 343 <a class="outside" href="http://prdownloads.sourceforge.net/ganttpv/GanttPV_Source_v0.5.tgz?download">Source (v0.5)</a><br> 344 <a class="outside" href="../dist/release_notes_v0.5.txt">Release Notes (v0.5)</a><br> 338 <a class="outside" href="http://prdownloads.sourceforge.net/ganttpv/GanttPV_Win_v0.6.exe?download">Windows (v0.6)</a><br> 339 <a class="outside" href="http://prdownloads.sourceforge.net/ganttpv/GanttPV_Mac_v0.6.zip?download">MacOS 10.2 or later (v0.6)</a><br> 340 <a class="outside" href="http://prdownloads.sourceforge.net/ganttpv/GanttPV_Source_v0.6.tgz?download">Source (v0.6)</a><br> 341 <a class="outside" href="../dist/release_notes_v0.6.txt">Release Notes (v0.6)</a><br> 345 342 <a class="outside" href="../dist/GanttPV_Scripts_050104.tgz">Scripts (v050104)</a><br> 346 343 -
website/trunk/server/internals.html
r30 r31 81 81 <h4 class="navgroup">Download GanttPV:</h4> 82 82 <a class="outside" href="../help/download.html">Instructions</a><br> 83 <a class="outside" href="http://prdownloads.sourceforge.net/ganttpv/GanttPV_Win_v0.5.exe?download">Windows (v0.5)</a><br> 84 <a class="outside" href="http://prdownloads.sourceforge.net/ganttpv/GanttPV_Mac_v0.5.zip?download">MacOS 10.2 or later (v0.5)</a><br> 85 <a class="outside" href="http://prdownloads.sourceforge.net/ganttpv/GanttPV_Source_v0.5.tgz?download">Source (v0.5)</a><br> 86 <a class="outside" href="../dist/release_notes_v0.5.txt">Release Notes (v0.5)</a><br> 83 <a class="outside" href="http://prdownloads.sourceforge.net/ganttpv/GanttPV_Win_v0.6.exe?download">Windows (v0.6)</a><br> 84 <a class="outside" href="http://prdownloads.sourceforge.net/ganttpv/GanttPV_Mac_v0.6.zip?download">MacOS 10.2 or later (v0.6)</a><br> 85 <a class="outside" href="http://prdownloads.sourceforge.net/ganttpv/GanttPV_Source_v0.6.tgz?download">Source (v0.6)</a><br> 86 <a class="outside" href="../dist/release_notes_v0.6.txt">Release Notes (v0.6)</a><br> 87 87 <a class="outside" href="../dist/GanttPV_Scripts_050104.tgz">Scripts (v050104)</a><br> 88 88 -
website/trunk/server/install.html
r30 r31 94 94 <h4 class="navgroup">Download GanttPV:</h4> 95 95 <a class="outside" href="../help/download.html">Instructions</a><br> 96 <a class="outside" href="http://prdownloads.sourceforge.net/ganttpv/GanttPV_Win_v0.5.exe?download">Windows (v0.5)</a><br> 97 <a class="outside" href="http://prdownloads.sourceforge.net/ganttpv/GanttPV_Mac_v0.5.zip?download">MacOS 10.2 or later (v0.5)</a><br> 98 <a class="outside" href="http://prdownloads.sourceforge.net/ganttpv/GanttPV_Source_v0.5.tgz?download">Source (v0.5)</a><br> 99 <a class="outside" href="../dist/release_notes_v0.5.txt">Release Notes (v0.5)</a><br> 96 <a class="outside" href="http://prdownloads.sourceforge.net/ganttpv/GanttPV_Win_v0.6.exe?download">Windows (v0.6)</a><br> 97 <a class="outside" href="http://prdownloads.sourceforge.net/ganttpv/GanttPV_Mac_v0.6.zip?download">MacOS 10.2 or later (v0.6)</a><br> 98 <a class="outside" href="http://prdownloads.sourceforge.net/ganttpv/GanttPV_Source_v0.6.tgz?download">Source (v0.6)</a><br> 99 <a class="outside" href="../dist/release_notes_v0.6.txt">Release Notes (v0.6)</a><br> 100 100 <a class="outside" href="../dist/GanttPV_Scripts_050104.tgz">Scripts (v050104)</a><br> 101 101 -
website/trunk/server/index.html
r30 r31 95 95 <h4 class="navgroup">Download GanttPV:</h4> 96 96 <a class="outside" href="../help/download.html">Instructions</a><br> 97 <a class="outside" href="http://prdownloads.sourceforge.net/ganttpv/GanttPV_Win_v0.5.exe?download">Windows (v0.5)</a><br> 98 <a class="outside" href="http://prdownloads.sourceforge.net/ganttpv/GanttPV_Mac_v0.5.zip?download">MacOS 10.2 or later (v0.5)</a><br> 99 <a class="outside" href="http://prdownloads.sourceforge.net/ganttpv/GanttPV_Source_v0.5.tgz?download">Source (v0.5)</a><br> 100 <a class="outside" href="../dist/release_notes_v0.5.txt">Release Notes (v0.5)</a><br> 97 <a class="outside" href="http://prdownloads.sourceforge.net/ganttpv/GanttPV_Win_v0.6.exe?download">Windows (v0.6)</a><br> 98 <a class="outside" href="http://prdownloads.sourceforge.net/ganttpv/GanttPV_Mac_v0.6.zip?download">MacOS 10.2 or later (v0.6)</a><br> 99 <a class="outside" href="http://prdownloads.sourceforge.net/ganttpv/GanttPV_Source_v0.6.tgz?download">Source (v0.6)</a><br> 100 <a class="outside" href="../dist/release_notes_v0.6.txt">Release Notes (v0.6)</a><br> 101 101 <a class="outside" href="../dist/GanttPV_Scripts_050104.tgz">Scripts (v050104)</a><br> 102 102 -
website/trunk/scripts/howto.html
r30 r31 68 68 </p> 69 69 70 <h3>Visit the <a class="textlink" href="http://www.SimpleProjectManagement.com/forum/">"Creating Scripts for GanttPV"</a> Forum</h3>70 <h3>Visit the "<a class="textlink" href="http://www.SimpleProjectManagement.com/forum/">Creating Scripts for GanttPV</a>" forum</h3> 70 70 <p> 71 71 The scripts forum is the place to: … … 170 170 <h4 class="navgroup">Download GanttPV:</h4> 171 171 <a class="outside" href="../help/download.html">Instructions</a><br> 172 <a class="outside" href="http://prdownloads.sourceforge.net/ganttpv/GanttPV_Win_v0.5.exe?download">Windows (v0.5)</a><br> 173 <a class="outside" href="http://prdownloads.sourceforge.net/ganttpv/GanttPV_Mac_v0.5.zip?download">MacOS 10.2 or later (v0.5)</a><br> 174 <a class="outside" href="http://prdownloads.sourceforge.net/ganttpv/GanttPV_Source_v0.5.tgz?download">Source (v0.5)</a><br> 175 <a class="outside" href="../dist/release_notes_v0.5.txt">Release Notes (v0.5)</a><br> 172 <a class="outside" href="http://prdownloads.sourceforge.net/ganttpv/GanttPV_Win_v0.6.exe?download">Windows (v0.6)</a><br> 173 <a class="outside" href="http://prdownloads.sourceforge.net/ganttpv/GanttPV_Mac_v0.6.zip?download">MacOS 10.2 or later (v0.6)</a><br> 174 <a class="outside" href="http://prdownloads.sourceforge.net/ganttpv/GanttPV_Source_v0.6.tgz?download">Source (v0.6)</a><br> 175 <a class="outside" href="../dist/release_notes_v0.6.txt">Release Notes (v0.6)</a><br> 176 176 <a class="outside" href="../dist/GanttPV_Scripts_050104.tgz">Scripts (v050104)</a><br> 177 177 -
website/trunk/scripts/index.html
r30 r31 59 59 </p> 60 60 <p> 61 <i>Note:</i> The print script included with GanttPV v0.5 does not work. Please download this <a href="../dist/scripts/Print - Export/Print Report.py">updated version</a> and install it into your scripts folder. 62 </p> 63 <p> 61 64 <h3>New and revised scripts</h3> 62 65 <ul> 63 66 <p> 64 *** IMPORTANT *** <br> 65 The print script in Release v0.5 does not work. Please download this corrected version and install it into your scripts folder. 66 <a class="textlink" href="../dist/scripts/Print Report.py">Print Report.py</a> 67 <br> *** IMPORTANT *** 68 </p> 69 <p> 70 <b>Not in any release:</b> 67 <b>GanttPV v0.6 (060213) added these:</b> 71 68 </p> 72 <li><a class="textlink" href="#Print Report">Print Report</a> - fixes problem w/ version in GanttPV v0.5</li> 69 <li><a href="#Duplicate Project">Duplicate Project</a> - Copies reports, dependencies, and checklist items</li> 70 <li><a href="#Hide Per Resource">Hide Per Resource</a> - Hides tasks based on resources assigned to them</li> 71 <li><a href="#Install Task Project Name">Install Task Project Name</a> - Show project name on task row</li> 72 <li><a href="#Save as Script">Save as Script</a> - Saves a GanttPV file as a text file </li> 73 <li><a href="#Select ID">Select ID</a> - Enter an ID by choosing from a list of names </li> 74 <li><a href="#Set Script Shortcuts">Set Script Shortcuts</a> - Adds shortcut keys to scripts in the menu</li> 75 <li><a href="#Show Messages">Show Messages</a> - Shows debugging messages in a window</li> 73 76 <p> 74 77 <b>GanttPV v0.5 (050617) added these:</b> 75 <li><a class="textlink" href="#Calculate Assignment Hours">Calculate Assignment Hours</a> - Calculates hours by resource and task. (Update of 050601 fixes two bugs.)</li> 76 <li><a class="textlink" href="#Use Time Units">Use Time Units</a> - Activates time unit entry for Task Duration and Effort (requires v0.4)</li> 78 </p> 79 <li><a href="#Install Task Hour">Install Task Hour</a> - Adds column to display task start and end hour</li> 80 <li><a href="#Install Task Parenting">Install Task Parenting</a> - Allows subtasks and summary tasks</li> 81 <li><a href="#Install Time Units">Install Time Units</a> - Activates time unit entry for task Duration and Effort</li> 82 <li><a href="#Remove Dependencies">Remove Dependencies</a> - Removes any dependencies between selected tasks</li> 83 <li><a href="#Task Network Diagram">Task Network Diagram</a> - Shows a task network diagram for the current Task/Dependency report</li> 77 84 <p> 78 85 <b>GanttPV v0.4 (050119) added these:</b> 79 86 </p> 80 <li><a class="textlink" href="#Add Reports to Project">Add Reports to Project</a> - Adds several predefined reports to selected project</li> 81 <li><a class="textlink" href="#Calculate Assignment Hours">Calculate Assignment Hours</a> - Calculates hours by resource and task</li> 82 <li><a class="textlink" href="#Install Assignment Hours">Install Assignment Hours</a> - Sets up file for "Calculate Assignment Hours"</li> 83 <li><a class="textlink" href="#Install Float Tracking">Install Float Tracking</a> - Defines Free Float and Total Float column types</li> 84 <li><a class="textlink" href="#Install Month Gantt Time Scale">Install Month Gantt Time Scale</a> - Defines Month Gantt Time Scale column</li> 85 <li><a class="textlink" href="#Save Report Layouts">Save Report Layouts</a> - Saves report formats for cut and paste into "Add Reports to Project" script</li> 87 <li><a href="#Add Reports to Project">Add Reports to Project</a> - Adds several predefined reports to selected project</li> 88 <li><a href="#Calculate Assignment Hours">Calculate Assignment Hours</a> - Calculates hours by resource and task</li> 89 <li><a href="#Install Assignment Hours">Install Assignment Hours</a> - Sets up file for "<a href="#Calculate Assignment Hours">Calculate Assignment Hours</a>"</li> 90 <li><a href="#Install Float Tracking">Install Float Tracking</a> - Defines Free Float and Total Float column types</li> 91 <li><a href="#Install Month Gantt Time Scale">Install Month Gantt Time Scale</a> - Defines Month Gantt Time Scale column</li> 92 <li><a href="#Save Report Layouts">Save Report Layouts</a> - Saves report formats for cut and paste into "<a href="#Add Reports to Project">Add Reports to Project</a>"</li> 86 93 <p> 87 94 <b>Scripts release 050104 added these:</b> 88 95 </p> 89 <li><a class="textlink" href="#Add Checklist Item to Task">Add Checklist Item to Task</a> - Add checklist items to Task/Checklist report</li> 90 <li><a class="textlink" href="#Copy Selection to Clipboard">Copy Selection to Clipboard</a> - Copies cells, rows, or columns to clipboard for pasting into other applications</li> 91 <li><a class="textlink" href="#Hide If Category Not Action Item">Hide If Category Not Action Item</a> - Used to create Action Item report for customer</li> 92 <li><a class="textlink" href="#Install Checklist Tracking">Install Checklist Tracking</a> - Completion checklists for tasks</li> 93 <li><a class="textlink" href="#Install Measurement Tracking">Install Measurement Tracking</a> - Track team productivity and expenses</li> 94 <li><a class="textlink" href="#Install Resource Tracking">Install Resource Tracking</a> - Adds more columns to describe resources</li> 95 <li><a class="textlink" href="#Sort Like Related Report">Sort Like Related Report</a> - Sort report to match related report's sequence.</li> 96 <li><a class="textlink" href="#Sort By Selected Column">Sort By Selected Column</a> - Sort report on selected column (only for single table reports)</li> 97 <li><a class="textlink" href="#Update Measurements">Update Measurements</a> - Calculate requested measurements</li> 96 <li><a href="#Add Checklist Item to Task">Add Checklist Item to Task</a> - Add checklist items to Task/Checklist report</li> 97 <li><a href="#Copy Selection to Clipboard">Copy Selection to Clipboard</a> - Copies cells, rows, or columns to clipboard for pasting into other applications</li> 98 <li><a href="#Hide If Category Not Action Item">Hide If Category Not Action Item</a> - Used to create Action Item report for customer</li> 99 <li><a href="#Install Checklist Tracking">Install Checklist Tracking</a> - Completion checklists for tasks</li> 100 <li><a href="#Install Measurement Tracking">Install Measurement Tracking</a> - Track team productivity and expenses</li> 101 <li><a href="#Install Resource Tracking">Install Resource Tracking</a> - Adds more columns to describe resources</li> 102 <li><a href="#Sort Like Related Report">Sort Like Related Report</a> - Sort report to match related report's sequence.</li> 103 <li><a href="#Sort By Selected Column">Sort By Selected Column</a> - Sort report on selected column</li> 104 <li><a href="#Update Measurements">Update Measurements</a> - Calculate requested measurements</li> 98 105 <!-- 99 106 <p> 100 <li><a class="textlink" href="#Install Week Gantt Time Scale">Install Week Gantt Time Scale</a> - adds weekly gantt chart to column insert choices for Task reports</li> 101 <li><a class="textlink" href="#Export as HTML">Export as HTML</a> - works with weekly gantt charts and measurement reports; better handling of special characters; export date/time added to bottom of page</li> 102 <li><a class="textlink" href="#Print Report">Print Report</a> - works with weekly gantt charts and measurement reports</li> 103 <li><a class="textlink" href="#Install Follow Up Tracking">Install Follow Up Tracking</a> - for issues and action items</li> 104 <li><a class="textlink" href="#Sort By Priority">Sort By Priority</a>, <a class="textlink" href="#Hide If Category Not Issue">Hide If Category Not Issue</a>, <a class="textlink" href="#Show All Rows">Show All Rows</a> - helper scripts for follow up tracking</li> 105 <li><a class="textlink" href="#Hide If ProjectID Not 1">Hide If ProjectID Not 1</a> - for "All Project" reports</li> 107 <li><a href="#Install Week Gantt Time Scale">Install Week Gantt Time Scale</a> - adds weekly gantt chart to column insert choices for Task reports</li> 108 <li><a href="#Export as HTML">Export as HTML</a> - works with weekly gantt charts and measurement reports; better handling of special characters; export date/time added to bottom of page</li> 109 <li><a href="#Print Report">Print Report</a> - works with weekly gantt charts and measurement reports</li> 110 <li><a href="#Install Follow Up Tracking">Install Follow Up Tracking</a> - for issues and action items</li> 111 <li><a href="#Sort By Priority">Sort By Priority</a>, <a href="#Hide If Category Not Issue">Hide If Category Not Issue</a>, <a href="#Show All Rows">Show All Rows</a> - helper scripts for follow up tracking</li> 112 <li><a href="#Hide If ProjectID Not 1">Hide If ProjectID Not 1</a> - for "All Project" reports</li> 106 113 --> 107 114 <!-- 108 <li><a class="textlink"href="#Install Expense Tracking">Install Expense Tracking</a> - for project expenses</li>115 <li><a href="#Install Expense Tracking">Install Expense Tracking</a> - for project expenses</li> 108 115 --> 109 116 </ul> … … 129 136 </ul> 130 137 </li> 131 <li>Post any questions or comments on scripts into the <a class="textlink"href="http://www.SimpleProjectManagement.com/forum/">GanttPV forum</a>.</li>138 <li>Post any questions or comments on scripts into the <a href="http://www.SimpleProjectManagement.com/forum/">GanttPV forum</a>.</li> 131 138 <ul> 132 139 <li>You may wish to register in the forum. Registration will reserve the name you chose and allow you to edit your posts.</li> … … 142 149 143 150 <tr> 144 <td><a class="textlink" href="../dist/scripts/Add Checklist Item to Task.py" name="Add Checklist Item to Task">Add Checklist Item to Task</a></td> 145 <td>041202</td> 151 <td><a href="../dist/scripts/Checklist/Add Checklist Item to Task.py" name="Add Checklist Item to Task">Add Checklist Item to Task</a></td> 152 <td>060213</td> 146 153 <td>beta (in v0.4)</td> 147 154 <td> Brian </td> … … 149 156 150 157 <tr> 151 <td colspan=4>Use with Task/Checklist reports. Adds a checklist item to the selected task.<br>"Install Checklist Tracking" or equivalent required to use this feature. 152 </td> 158 <td colspan=4>Use with Task/Checklist reports. Adds a checklist item to the selected task.<br>Requires "<a href="#Install Checklist Tracking">Install Checklist Tracking</a>".</td> 153 159 </tr> 154 160 155 161 <tr> 156 <td><a class="textlink" href="../dist/scripts/Add Reports to Project.py" name="Add Reports to Project">Add Reports to Project</a></td>162 <td><a href="../dist/scripts/_Examples/Add Reports to Project.py" name="Add Reports to Project">Add Reports to Project</a></td> 156 162 <td>041229</td> 157 163 <td>in v0.4</td> … … 165 171 166 172 <tr> 167 <td><a class="textlink" href="../dist/scripts/Calculate Assignment Hours.py" name="Calculate Assignment Hours">Calculate Assignment Hours</a></td> 168 <td>050601</td> 169 <td>beta (in v0.4)</td> 170 <td> Brian </td> 173 <td><a href="../dist/scripts/Track Resource Hours/Calculate Assignment Hours.py" name="Calculate Assignment Hours">Calculate Assignment Hours</a></td> 174 <td>050617</td> 175 <td>in v0.5</td> 176 <td>Brian</td> 171 177 </tr> 172 178 173 179 <tr> 174 <td colspan=4>Use to plan resource workloads. Calculates assignment hours by Resource and Task. Updated on 050601 to fix two errors in script.<br>"Install Assignment Hours" or equivalent required to use this feature. 175 <br>See <a class="textlink" href="http://www.simpleprojectmanagement.com/ganttpv/pm/assignhours.html">workload management</a> for details on how to use this script.</td> 180 <td colspan=4>Calculates the workload for each resource. 181 <br>See <a href="http://www.simpleprojectmanagement.com/ganttpv/pm/assignhours.html">workload management</a> for details on how to use this script. 182 <br>Requires "<a href="#Install Assignment Hours">Install Assignment Hours</a>".</td> 176 183 </tr> 177 184 178 185 <tr> 179 <td><a class="textlink" href="../dist/scripts/Change Work Hours.py">Change Work Hours</a></td>186 <td><a href="../dist/scripts/_Examples/Change Work Hours.py" name="Change Work Hours">Change Work Hours</a></td> 179 186 <td>040713</td> 180 187 <td>in v0.2</td> … … 184 191 185 192 <tr> 186 <td colspan=4>Older example of how to change the standard hours in a work week. Edit the script to set the desired work hours per day before running it. It does not prompt the user for data. (" Edit Work Week" is a newer program for this.)</td>193 <td colspan=4>Older example of how to change the standard hours in a work week. Edit the script to set the desired work hours per day before running it. It does not prompt the user for data. ("<a href="#Edit Work Week">Edit Work Week</a>" is a newer program for this.)</td> 186 193 </tr> 187 194 188 195 <tr> 189 <td><a class="textlink" href="../dist/scripts/Copy Selection to Clipboard.py" name="Copy Selection to Clipboard">Copy Selection to Clipboard</a></td> 190 <td>041217<br>requires v0.3</td> 196 <td><a href="../dist/scripts/Copy Selection to Clipboard.py" name="Copy Selection to Clipboard">Copy Selection to Clipboard</a></td> 197 <td>041217<br>(requires v0.3)</td> 191 198 <td>in v0.4</td> 192 199 <td> Brian </td> … … 199 206 200 207 <tr> 201 <td><a class="textlink" href="../dist/scripts/Edit Column Options.py">Edit Column Options</a></td> 202 <td>040902</td> 208 <td><a href="../dist/scripts/Duplicate Project.py" name="Duplicate Project">Duplicate Project</a></td> 209 <td>060213</td> 210 <td>in v0.6</td> 211 <td> Brian </td> 212 </tr> 213 214 <tr> 215 <td colspan=4>Copies reports, dependencies, and checklist items (omits completion and assignment data).</td> 216 </tr> 217 218 <tr> 219 <td><a href="../dist/scripts/Edit Column Options.py" name="Edit Column Options">Edit Column Options</a></td> 220 <td>060213</td> 203 221 <td>in v0.2</td> 204 222 <td> Brian </td> … … 211 229 212 230 <tr> 213 <td><a class="textlink" href="../dist/scripts/Edit Project Name.py">Edit Project Name</a></td> 214 <td>040424</td> 231 <td><a href="../dist/scripts/Edit Project Name.py" name="Edit Project Name">Edit Project Name</a></td> 232 <td>060213</td> 215 233 <td>in v0.1</td> 216 234 <td>Brian</td> … … 222 240 223 241 <tr> 224 <td><a class="textlink" href="../dist/scripts/Edit Report Name.py">Edit Report Name</a></td> 225 <td>040424</td> 242 <td><a href="../dist/scripts/Edit Report Name.py" name="Edit Report Name">Edit Report Name</a></td> 243 <td>060213</td> 226 244 <td>in v0.1</td> 227 245 <td> Brian </td> … … 233 251 234 252 <tr> 235 <td><a class="textlink" href="../dist/scripts/Edit Work Week.py">Edit Work Week</a></td> 236 <td>040720</td> 253 <td><a href="../dist/scripts/Edit Work Week.py" name="Edit Work Week">Edit Work Week</a></td> 254 <td>060213</td> 237 255 <td>in v0.2</td> 238 256 <td> Alexander </td> … … 244 262 245 263 <tr> 246 <td><a class="textlink" href="../dist/scripts/Export as HTML.py" name="Export as HTML">Export as HTML</a></td> 247 <td>041203<br>requires v0.3</td> 264 <td><a href="../dist/scripts/Print - Export/Export as HTML.py" name="Export as HTML">Export as HTML</a></td>
