Add projected cost and revenue

This commit is contained in:
2025-07-04 17:04:11 +02:00
parent 63f3db6197
commit 6f6e599db0
4 changed files with 69 additions and 6 deletions

View File

@@ -17,4 +17,6 @@ export type IndJob = {
saleStart?: IsoDateString
status: IndJobStatusOptions
updated?: IsoDateString
projectedCost?: number
projectedRevenue?: number
}