Untitled
unknown
json
2 years ago
1.2 kB
7
Indexable
{ [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, }, }, }; }
Editor is loading...