Untitled

mail@pastecode.io avatar
unknown
json
a year ago
1.2 kB
2
Indexable
Never
{
    [engagementHierarchyId]: {
          units: {
            actual: eb.actualUnits,
            etc: eb.estimatedTimeToCompletionUnits,
            forecast: eb.forecastUnits,
            budget: eb.budgetUnits,
          },
          forecastedRevenue: {
            actual: eb.actualRevenue,
            etc: eb.estimatedTimeToCompletionRevenue,
            forecast: eb.forecastRevenue,
            budget: eb.budgetRevenue,
          },
          cost: {
            actual: eb.actualCost,
            etc: eb.estimatedTimeToCompletionCost,
            forecast: eb.forecastCost,
            budget: eb.budgetCost,
          },
          profitAmount: {
            actual: eb.actualProfitMarginAmount,
            etc: eb.estimatedTimeToCompletionProfitMarginAmount,
            forecast: eb.forecastProfitMarginAmount,
            budget: eb.budgetProfitMarginAmount,
          },
          profitPercentage: {
            actual: eb.actualProfitMarginPercent,
            etc: eb.estimatedTimeToCompletionProfitMarginPercent,
            forecast: eb.forecastProfitMarginPercent,
            budget: eb.budgetProfitMarginPercent,
          },
        },
      };
}