Add "produced" field to jobs

This commit is contained in:
2025-07-05 13:57:15 +02:00
parent 52a0aa104e
commit 93264aa658
4 changed files with 80 additions and 3 deletions

View File

@@ -134,6 +134,7 @@ export type IndJobRecord = {
jobStart?: IsoDateString
outputItem: string
outputQuantity: number
produced?: number
projectedCost?: number
projectedRevenue?: number
saleEnd?: IsoDateString

View File

@@ -13,6 +13,7 @@ export type IndJob = {
jobStart?: IsoDateString
outputItem: string
outputQuantity: number
produced?: number
saleEnd?: IsoDateString
saleStart?: IsoDateString
status: IndJobStatusOptions