id
id: string
name
name: string
number
number: string
OptionalcodeVehicle
codeVehicle?: string
stage
stage: string
status
status: string
OptionalexpectedRevenue
expectedRevenue?: number
OptionalactualRevenue
actualRevenue?: number
Optionalprobability
probability?: number
OptionalrfqDate
rfqDate?: string
OptionalofferSentDate
offerSentDate?: string
OptionalsopDate
sopDate?: string
OptionaleopDate
eopDate?: string
Optionalnotes
notes?: string
createdAt
createdAt: string
updatedAt
updatedAt: string
OptionaltechnicianId
technicianId?: string
OptionaladvId
advId?: string
OptionalkeyAccountManagerId
keyAccountManagerId?: string
OptionalimportanceType
importanceType?: string
OptionalcontextRevenue
contextRevenue?: boolean
OptionalcontextClient
contextClient?: boolean
OptionalcontextProduct
contextProduct?: boolean
OptionalmajorClass
majorClass?: string
Optionalclient
client?: { id: string; name: string; email: string }
Optionallead
lead?: { id: string; name: string; email: string }
OptionalcreatedBy
createdBy?: { id: string; name: string; email: string }
Optionaltechnician
technician?: { id: string; name: string; email: string }
Optionaladv
adv?: { id: string; name: string; email: string }
OptionalkeyAccountManager
keyAccountManager?: { id: string; name: string; email: string }
Optionalcompany
company?: { id: string; name: string }
Optional_count
_count?: {
actions: number;
forecasts: number;
salesOffers: number;
salesOrders: number;
}