Skip to main content

api_project_service_date_facts

Description

The api_project_service_date_facts table exposes time-series financial data for project services, including registered values, invoice values, and costs per date.

Fields

Field NameTypeDescription
project_service_date_fact_idStringUnique identifier for the fact
project_idIntegerIdentifier of the project
project_service_idIntegerIdentifier of the project service
revenue_group_idIntegerIdentifier of the revenue group
invoice_revenue_group_idIntegerIdentifier of the revenue group from the invoice
ps_revenue_group_idIntegerIdentifier of the revenue group from the project service
dateDateDate of the fact
project_serviceStringName of the project service
project_service_invoice_methodStringMethod used for invoicing this service (e.g., hours, fixed price)
default_serviceStringDefault name template for this type of service
project_service_subscription_cycleStringBilling cycle for subscription-based services (e.g., monthly, quarterly)
is_activeBooleanIndicator whether the project service is active or inactive
progressNumericProgress percentage of the project service (0-100)
registered_direct_valueNumericDirect registered value for this date
registered_declarable_valueNumericDeclarable registered value for this date
correction_valueNumericCorrection value for this date
invoice_valueNumericInvoice value for this date
costs_selling_valueNumericSelling value of costs for this date
costs_purchase_valueNumericPurchase value of costs for this date
flushed_costs_selling_valueNumericFlushed selling value of costs for this date
flushed_costs_purchase_valueNumericFlushed purchase value of costs for this date
total_registered_value_and_costsNumericTotal of registered declarable value, costs selling value, correction value, and flushed costs selling value for this date
balanceNumericBalance between total registered value/costs and invoice value for this date
invoiced_versus_registeredNumericDifference between invoice value and total registered value/costs for this date
costs_selling_value_with_correctionsNumericSelling costs with corrections applied for this date
registered_valueNumericTotal registered value for this date
  • api_projects - Project details via project_id
  • api_project_services - Service details via project_service_id
  • api_revenuegroups - Revenue group details via revenue_group_id