Function: nextStage()
nextStage(
stage):"new"|"contacted"|"qualified"|"proposal"|null
Defined in: src/lib/crm/pipeline.ts:26
The next stage in the funnel, or null when already at the last open stage (→ mark won).
Parameters
stage
"new" | "contacted" | "qualified" | "proposal"
Returns
"new" | "contacted" | "qualified" | "proposal" | null