Say "Starting point vs Plan" rather than "Loads vs Plan"
"Loads" is our word for a segment import. It means nothing to a salesperson reading a waterfall, and the step is simply where the forecast began relative to the comparison. It also carried a stray "· untagged". That suffix marks an adjustment nobody grouped into an initiative, and this is not an adjustment at all. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
344168abdd
commit
96342f3527
@ -148,7 +148,15 @@ export function buildSteps(rows, {
|
|||||||
})
|
})
|
||||||
const gap = loads.value - basisT.value
|
const gap = loads.value - basisT.value
|
||||||
out.push({
|
out.push({
|
||||||
key: 'loads-vs-basis', label: `Loads vs ${basis}`, kind: 'step',
|
// "Loads" is our word for a segment import and means nothing to anyone
|
||||||
|
// reading a waterfall. This step is simply where the forecast began
|
||||||
|
// relative to the comparison.
|
||||||
|
//
|
||||||
|
// tagged, though it has no tag: the flag drives an "· untagged" suffix
|
||||||
|
// meant for adjustments nobody grouped into an initiative, and this is
|
||||||
|
// not an adjustment at all.
|
||||||
|
key: 'loads-vs-basis', label: `Starting point vs ${basis}`, kind: 'step',
|
||||||
|
tagged: true,
|
||||||
delta: gap, start: basisT.value, end: loads.value,
|
delta: gap, start: basisT.value, end: loads.value,
|
||||||
units: loads.units - basisT.units, rows: loads.rows, entries: 1,
|
units: loads.units - basisT.units, rows: loads.rows, entries: 1,
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user