Description: The estimated cost of a budget item required to complete a project.
Field | Type | Description | Read-Only |
---|---|---|---|
abbreviation | String | The abbreviated name of a cost category. | Yes |
budgetChangeId | ForeignKey | Indicates whether the budget item originated in a budget change. | No |
budgetHours | Double | The number of hours needed to complete the budget item. Calculated as Production Rate multiplied by Quantity. | No |
budgetItemCode | String | The unique identifier of the project budget item. | No |
budgetItemId | String | The unique ID generated by the system. | No |
cbsCode | String | The CBS associated with this budget item. | Yes |
cbsSheetCodeId | ForeignKey | The unique identifier of the CBS Code. | No |
costCategoryId | ForeignKey | The type of cost associated with the budget item. | No |
costCategoryName | String | The cost category assigned to this budget item. | Yes |
currentCost | Double | The current cost of the budget line item. | Yes |
currentCostProject | Double | The current cost of a project. | No |
itemName | String | The name of the budget item. | No |
itemSuffix | String | The suffix of a budget item code. | No |
laborRate | Double | The cost per labor hour of the budget line item. | Yes |
laborRateProject | Double | The labor rate cost of a project. | No |
originalCost | Double | The original cost of the budget line item. | Yes |
originalCostProject | Double | The original cost of a project. | No |
productionRate | Double | The number of hours per unit of measure needed to complete the budget item. | No |
projectBudgetId | ForeignKey | The system-generated identifier of a project budget. | No |
projectCode | String | The project associated with this budget item. | Yes |
projectId | ForeignKey | The unique identifier for the project. | No |
quantity | Double | The number of each budget item needed to complete the work. | No |
sourceId | String | The unique identifier of budget item data in an external source. | No |
unitRate | Double | The cost per unit of measure for the budget line item. | Yes |
unitRateProject | Double | The unit rate cost of a project. | No |
unitsOfMeasureId | ForeignKey | The unit of measure used for the budget item. | No |
workspaceCode | String | The user-specified identifier of a workspace. | Yes |