Aspose.Tasks Cloud 24.10 Release Notes
This page contains release notes for Aspose.Tasks Cloud 24.10.
All Changes
Key | Summary | Issue Type |
---|---|---|
TASKSNET-11146 | Remove rounding when reading Asn.Units from MPP | Enhancement |
TASKSNET-11192 | Fix order of project import when importing default projects from XER file containing several projects | Enhancement |
TASKSCLOUD-851 | Enhance PrimaveraTaskProperties by new fields | Enhancement |
TASKSNET-11118 | Fix reading of MPP file with non-standard structure saved by MS Project version 16.0.16924.20150 | Bug |
TASKSNET-11116 | Fix reading of task and resource Guids from XML format | Bug |
TASKSNET-11100 | Fix writing of TimephasedData for assignment of material resource | Bug |
TASKSNET-11113 | Fix empty Assignments guids when project is saved to MPP and XML repeatedly | Bug |
TASKSNET-11110 | Fix calculation of the dependent properties when task PercentComplete is set to 100% | Bug |
TASKSNET-11079 | Fix inability to set ActualFinish for tasks with zero duration | Bug |
TASKSNET-11142 | Fix incorrect work of material assignment shown by MS Project when project.WorkFormat is set to TimeUnitType.Day | Bug |
TASKSNET-11148 | Fix incorrect writing of zero duration tasks which can lead to incorrect dates shown when project is recalculated in MS Project | Bug |
TASKSNET-11186 | Fix generation of timephased data when load’s change is aligned with weekends | Bug |
TASKSNET-11137 | Fix Asn.WorkVariance calculation | Bug |
TASKSNET-4871 | Fix task split by Aspose.Tasks is displayed as three-part in MS Project | Bug |
TASKSNET-11208 | Fix timephased data of assignment with Contoured work contour is not changed when parent task`s start is changed | Bug |
TASKSNET-11161 | Fix reading of calendar for the specific file | Bug |
TASKSNET-11160 | Fix exception when reading Global MPT template file | Bug |
TASKSNET-11230 | Fix calendar reading from XER format: project’s MinutesPerDay, MinutesPerWeek, DaysPerMonth are taken from non-default calendar | Bug |
TASKSNET-11202 | Fix generation of AssignmentActualWork timephased data | Bug |
TASKSNET-11201 | Fix “An entry with the same key already exists” when reading resource rates from XER file | Bug |
TASKSNET-11197 | Fix reading of Baseline.TimephasedData | Bug |
Public API and Backwards Incompatible Changes
The following public properties were added: | Description |
---|---|
Calendar.Guid | Gets calendar’s Guid. |
PrimaveraTaskProperties.DurationPercentComplete | Gets the value of duration percent complete. |
PrimaveraTaskProperties.PhysicalPercentComplete | Gets the value of Physical Percent Complete. Applicable only to activities (non-summary tasks). |
PrimaveraTaskProperties.ActualNonLaborUnits | Gets the value of actual non labor units. |
PrimaveraTaskProperties.ActualLaborUnits | Gets the value of actual labor units. |
PrimaveraTaskProperties.UnitsPercentComplete | Gets the value of units percent complete. |
PrimaveraTaskProperties.RemainingLaborUnits | Gets the value of remaining labor units. |
PrimaveraTaskProperties.RemainingNonLaborUnits | Gets the value of remaining non labor units. |
PrimaveraTaskProperties.DurationType | Gets the value of ‘Duration Type’ field of the activity. Applicable only to activities (non-summary tasks). |
PrimaveraTaskProperties.ActivityType | Gets the value of ‘Activity Type’ field. Applicable only to activities (non-summary tasks). |
PrimaveraTaskProperties.PercentCompleteType | Gets the value of ‘% Complete Type’ field of the activity. Applicable only to activities (non-summary tasks). |
PrimaveraTaskProperties.ActualLaborCost | Gets the value of actual labor cost. |
PrimaveraTaskProperties.ActualNonlaborCost | Gets the value of actual non labor cost. |
PrimaveraTaskProperties.ActualMaterialCost | Gets the value of actual material cost. |
PrimaveraTaskProperties.ActualExpenseCost | Gets the value of actual expense cost. |
PrimaveraTaskProperties.RemainingExpenseCost | Gets the value of remaining expense cost. |
PrimaveraTaskProperties.ActualTotalCost | Gets the total value of actual costs. |
PrimaveraTaskProperties.BudgetedTotalCost | Gets the total value of budgeted (or planned) costs. |
PrimaveraTaskProperties.BudgetedLaborCost | Gets the value of budgeted (or planned) labor cost. |
PrimaveraTaskProperties.BudgetedNonlaborCost | Gets the value of budgeted (or planned) non labor cost. |
PrimaveraTaskProperties.BudgetedMaterialCost | Gets the value of of budgeted (or planned) material cost. |
PrimaveraTaskProperties.BudgetedExpenseCost | Gets the value of budgeted (or planned) expense cost. |
The following public types were added: | Description |
---|---|
PrimaveraDurationType | Specifies duration type of Primavera activity. |
PrimaveraActivityType | Specifies type of Primavera activity. |
PrimaveraPercentCompleteType | Specifies value of ‘% Complete Type’ field for Primavera activities. |
The following public enumerations were added: | Description |
---|---|
PrimaveraDurationType.None | Not specified or not applicable. |
PrimaveraDurationType.FixedDurationUnits | ‘Fixed Duration And Units’ duration type. |
PrimaveraDurationType.FixedDurationUnitsTime | ‘Fixed Duration And Units/Time’ duration type. |
PrimaveraDurationType.FixedUnits | ‘Fixed Units’ duration type. |
PrimaveraDurationType.FixedUnitsTime | ‘Fixed Units/Time’ duration type. |
PrimaveraActivityType.None | Not specified or not applicable. |
PrimaveraActivityType.StartMilestone | ‘Start Milestone’ activity type. |
PrimaveraActivityType.FinishMilestone | ‘Finish Milestone’ activity type. |
PrimaveraActivityType.TaskDependent | ‘Task Dependent’ activity type. |
PrimaveraActivityType.ResourceDependent | ‘Resource Dependent’ activity type. |
PrimaveraActivityType.LevelOfEffort | ‘Level Of Effort’ activity type. |
PrimaveraActivityType.WbsSummary | ‘WBS Summary’ activity type. |
PrimaveraPercentCompleteType.None | Not specified or not applicable. |
PrimaveraPercentCompleteType.Duration | Duration % Complete type. |
PrimaveraPercentCompleteType.Physical | Physical % Complete type. |
PrimaveraPercentCompleteType.Units | Units % Complete type. |