ETASCOM CRM V3 - Documentation API
Storybook
GitHub
Preparing search index...
app/(protected)/purchases/hooks/use-quality-control
QualityControl
Interface QualityControl
interface
QualityControl
{
id
:
string
;
workOrderStepId
:
string
;
operationId
:
string
;
controlType
:
"visual"
|
"measurement"
|
"test"
|
"inspection"
;
result
?:
string
;
passed
:
boolean
;
performedBy
?:
string
;
performedAt
:
string
;
notes
?:
string
;
photos
:
string
[]
;
attachments
:
string
[]
;
workOrderStep
?:
{
id
:
string
;
name
:
string
;
workOrder
?:
{
id
:
string
;
number
:
string
}
;
}
;
operation
?:
{
id
:
string
;
name
:
string
;
description
?:
string
}
;
}
Index
Properties
id
work
Order
Step
Id
operation
Id
control
Type
result?
passed
performed
By?
performed
At
notes?
photos
attachments
work
Order
Step?
operation?
Properties
id
id
:
string
work
Order
Step
Id
workOrderStepId
:
string
operation
Id
operationId
:
string
control
Type
controlType
:
"visual"
|
"measurement"
|
"test"
|
"inspection"
Optional
result
result
?:
string
passed
passed
:
boolean
Optional
performed
By
performedBy
?:
string
performed
At
performedAt
:
string
Optional
notes
notes
?:
string
photos
photos
:
string
[]
attachments
attachments
:
string
[]
Optional
work
Order
Step
workOrderStep
?:
{
id
:
string
;
name
:
string
;
workOrder
?:
{
id
:
string
;
number
:
string
}
;
}
Optional
operation
operation
?:
{
id
:
string
;
name
:
string
;
description
?:
string
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
work
Order
Step
Id
operation
Id
control
Type
result
passed
performed
By
performed
At
notes
photos
attachments
work
Order
Step
operation
Storybook
GitHub
ETASCOM CRM V3 - Documentation API
Loading...