Skip to main content

api_project_services

Description

The api_project_services table exposes project service entities, which represent the individual services configured within a project.

Fields

Field NameTypeDescription
project_service_idIntegerUnique identifier for the project service
project_idIntegerIdentifier of the parent project
revenue_group_idIntegerIdentifier of the revenue group for categorization
project_serviceStringName of the project service
default_serviceStringDefault name template for this type of service
service_numberStringFormatted service number or code
project_service_invoice_methodStringMethod used for invoicing this service (e.g., hours, fixed price)
project_service_subscription_cycleStringBilling cycle for subscription-based services (e.g., monthly, quarterly, half_year, yearly)
is_activeStringIndicator whether the project service is active or inactive
should_not_invoice_valueNumericFlag indicating if the value should not be invoiced (1=do not invoice, 0=invoice)
tracking_budget_enabledNumericWhether budget tracking is enabled for this service (1=enabled, 0=disabled)
progressNumericProgress percentage of the project service (0-100)
fixed_price_amountNumericFixed price amount for fixed-price services
fixed_price_invoiced_amountNumericAmount already invoiced for fixed-price services
project_service_created_atDateDate when the project service was created
  • api_projects - Project details via project_id
  • api_revenuegroups - Revenue group details via revenue_group_id
  • api_project_service_hour_budgets - Hour budgets via project_service_id
  • api_project_service_cost_budgets - Cost budgets via project_service_id
  • api_project_service_costs - Costs via project_service_id
  • api_project_service_date_facts - Daily facts via project_service_id
  • api_time_registrations - Time registrations via project_service_id
  • api_project_assignments - Assignments via project_service_id