Project Revenue¶
Project revenue tracking.
API Name: ProjectRevenue
Fields¶
| Field | Type | Description |
|---|---|---|
name |
varchar | Revenue name (required) |
amount |
currency | Amount (required) |
status |
enum | Status (default: Planned) |
revenueType |
enum | Revenue type (required, default: Invoice) |
expectedDate |
date | Expected date |
receivedDate |
date | Received date |
description |
text | Description |
document |
file | Document |
Enum Values¶
status:
| Value | Description | Color |
|---|---|---|
Planned |
Planned | warning |
Received |
Received | success |
revenueType:
| Value | Description |
|---|---|
Invoice |
Invoice |
Contract |
Contract |
Other |
Other |
Relationships¶
| Relationship | Type | Target Entity | Description |
|---|---|---|---|
project |
belongsTo | Project | Project (required) |
parent |
belongsToParent | Invoice, Quote, Contract | Source document |