Add job status navigation buttons
Adds forward and backward buttons to job cards to change job status. Implements new statuses and highlights jobs needing attention.
This commit is contained in:
@@ -21,6 +21,7 @@ export type IndJob = {
|
||||
updated?: IsoDateString
|
||||
projectedCost?: number
|
||||
projectedRevenue?: number
|
||||
runtime?: number
|
||||
}
|
||||
|
||||
export type IndTransaction = IndTransactionRecord;
|
||||
|
Reference in New Issue
Block a user