Project Cost¶
Project cost tracking.
API Name: ProjectCost
Fields¶
| Field | Type | Description |
|---|---|---|
name |
varchar | Cost name (required) |
type |
enum | Type (Planned/Actual, default: Planned) |
costType |
enum | Cost category (required, default: Material) |
amount |
currency | Amount (required, readOnlyAfterCreate) |
unitPrice |
currency | Unit price |
date |
date | Date |
description |
text | Description |
document |
file | Document |
order |
int | Order |
Enum Values¶
type:
| Value | Description |
|---|---|
Actual |
Actual |
Planned |
Planned |
costType:
| Value | Description |
|---|---|
Material |
Material |
Labor |
Labor |
Other |
Other |
ExtraWork |
Extra work |
Relationships¶
| Relationship | Type | Target Entity | Description |
|---|---|---|---|
project |
belongsTo | Project | Project |
project1 |
belongsTo | Project | Project (foreign: plannedCosts) |
parent |
belongsToParent | - | Parent entity |
itemParent |
belongsToParent | - | Parent item |