Skip to content

Commit d304b9f

Browse files
committed
[fix] restore alphabetical order in task properties table
- moved DurationFormat to col 2 (between Duration and DurationText) - moved LevelingDelay to col 3 (before LevelingDelayFormat) - table stays at 28 rows with no sparse rows
1 parent 75686c5 commit d304b9f

1 file changed

Lines changed: 28 additions & 29 deletions

File tree

docs/guides/tags.md

Lines changed: 28 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -33,35 +33,34 @@ sidebar_label: "Properties for importing from MS Project"
3333
<div class="msp-properties">
3434
| | | | |
3535
|---|---|---|---|
36-
| Active | DurationText | LevelingDelayFormat | RemainingOvertimeWork |
37-
| ActualCost | EarlyFinish | LinkedFields | RemainingWork |
38-
| ActualDuration | EarlyStart | Manual | ResponsePending |
39-
| ActualFinish | EarnedValueMethod | ManualDuration | Resume |
40-
| ActualOvertimeCost | EffortDriven | Marked | ResumeValid |
41-
| ActualOvertimeWork | Estimated | Milestone | Rollup |
42-
| ActualStart | Finish | Name | SPI |
43-
| ActualWork | FinishSlack | Notes | Start |
44-
| ACWP | FinishText | Objects | StartSlack |
45-
| Baseline | FinishVariance | OutlineLevel | StartText |
46-
| BCWP | FixedCost | OutlineNumber | StartVariance |
47-
| BCWS | FixedCostAccrual | OverAllocated | Stop |
48-
| CalendarUID | FreeSlack | OvertimeCost | SubprojectName |
49-
| CompleteThrough | GUID | OvertimeWork | SubprojectReadOnly |
50-
| ConstraintDate | HideBar | PercentComplete | Successors |
51-
| ConstraintType | Hyperlink | PercentWorkComplete | Summary |
52-
| Contact | HyperlinkAddress | PhysicalPercentComplete | SV |
53-
| Cost | HyperlinkSubAddress | Placeholder | SVPercent (internal MSP property that is not added to files) |
54-
| CostVariance | ID (don't include it if it doesn't match the task ID) | Predecessors | SV% (internal MSP property that is not added to files) |
55-
| CPI | IgnoreResourceCalendar | Project | TaskMode |
56-
| CreateDate | Indicators | Publish | TotalSlack |
57-
| Critical | IsPublished | Priority | Type |
58-
| CV | IsSubproject | Recurring | UID |
59-
| CVPercent (internal MSP property that is not added to files) | LateFinish | RegularWork | UpdateNeeded |
60-
| CV% (internal MSP property that is not added to files)| LateStart | RemainingCost | WBS |
61-
| Deadline | LevelAssignments | RemainingDuration | Work |
62-
| Duration | LevelingCanSplit | RemainingOvertimeCost | WorkVariance |
63-
| DurationFormat | LevelingDelay | | |
64-
| DurationVariance | | | |
36+
| Active | DurationFormat | LevelingDelay | RemainingOvertimeWork |
37+
| ActualCost | DurationText | LevelingDelayFormat | RemainingWork |
38+
| ActualDuration | EarlyFinish | LinkedFields | ResponsePending |
39+
| ActualFinish | EarlyStart | Manual | Resume |
40+
| ActualOvertimeCost | EarnedValueMethod | ManualDuration | ResumeValid |
41+
| ActualOvertimeWork | EffortDriven | Marked | Rollup |
42+
| ActualStart | Estimated | Milestone | SPI |
43+
| ActualWork | Finish | Name | Start |
44+
| ACWP | FinishSlack | Notes | StartSlack |
45+
| Baseline | FinishText | Objects | StartText |
46+
| BCWP | FinishVariance | OutlineLevel | StartVariance |
47+
| BCWS | FixedCost | OutlineNumber | Stop |
48+
| CalendarUID | FixedCostAccrual | OverAllocated | SubprojectName |
49+
| CompleteThrough | FreeSlack | OvertimeCost | SubprojectReadOnly |
50+
| ConstraintDate | GUID | OvertimeWork | Successors |
51+
| ConstraintType | HideBar | PercentComplete | Summary |
52+
| Contact | Hyperlink | PercentWorkComplete | SV |
53+
| Cost | HyperlinkAddress | PhysicalPercentComplete | SVPercent (internal MSP property that is not added to files) |
54+
| CostVariance | HyperlinkSubAddress | Placeholder | SV% (internal MSP property that is not added to files) |
55+
| CPI | ID (don't include it if it doesn't match the task ID) | Predecessors | TaskMode |
56+
| CreateDate | IgnoreResourceCalendar | Project | TotalSlack |
57+
| Critical | Indicators | Publish | Type |
58+
| CV | IsPublished | Priority | UID |
59+
| CVPercent (internal MSP property that is not added to files) | IsSubproject | Recurring | UpdateNeeded |
60+
| CV% (internal MSP property that is not added to files)| LateFinish | RegularWork | WBS |
61+
| Deadline | LateStart | RemainingCost | Work |
62+
| Duration | LevelAssignments | RemainingDuration | WorkVariance |
63+
| DurationVariance | LevelingCanSplit | RemainingOvertimeCost | |
6564
</div>
6665

6766

0 commit comments

Comments
 (0)