api_project_service_cost_budgets
Description
The api_project_service_cost_budgets table exposes cost budget information configured for project services, broken
down by item type.
Fields
| Field Name | Type | Description |
|---|---|---|
project_id | Integer | Identifier of the project (composite key) |
project_service_id | Integer | Identifier of the project service (composite key) |
item_type_id | Integer | Identifier of the item type (cost type) (composite key) |
budget_amount | Numeric | Budgeted quantity or amount for this cost type |
budget_purchase_value | Numeric | Budgeted purchase value (cost to the organization) |
budget_selling_value | Numeric | Budgeted selling value (revenue from the client) |
Related Tables
api_projects- Project details viaproject_idapi_project_services- Service details viaproject_service_idapi_item_types- Item type details viaitem_type_id