Cost Type Summary
Cost aggregation by category.
API Name: ProjectCostTypeSummary
Fields
| Field |
Type |
Description |
name |
varchar |
Name (required) |
costType |
enum |
Cost type (required) |
plannedCosts |
currency |
Planned costs (default: 0, readOnly) |
forecastCoefficient |
currency |
Forecast coefficient (default: 0) |
forecast |
currency |
Forecast (default: 0, readOnly) |
actualCosts |
currency |
Actual costs (default: 0, readOnly) |
description |
text |
Description |
Enum Values
costType: (reference to ProjectCost.costType)
| Value |
Description |
Material |
Material |
Labor |
Labor |
Other |
Other |
ExtraWork |
Extra work |
Relationships
| Relationship |
Type |
Target Entity |
Description |
project |
belongsTo |
Project |
Project (required) |
Indexes
| Index |
Fields |
Unique |
projectCostType |
projectId, costType |
Yes |