Add "produced" field to jobs
This commit is contained in:
@@ -134,6 +134,7 @@ export type IndJobRecord = {
|
||||
jobStart?: IsoDateString
|
||||
outputItem: string
|
||||
outputQuantity: number
|
||||
produced?: number
|
||||
projectedCost?: number
|
||||
projectedRevenue?: number
|
||||
saleEnd?: IsoDateString
|
||||
|
||||
@@ -13,6 +13,7 @@ export type IndJob = {
|
||||
jobStart?: IsoDateString
|
||||
outputItem: string
|
||||
outputQuantity: number
|
||||
produced?: number
|
||||
saleEnd?: IsoDateString
|
||||
saleStart?: IsoDateString
|
||||
status: IndJobStatusOptions
|
||||
|
||||
Reference in New Issue
Block a user