ETASCOM CRM V3 - Documentation API
Storybook
GitHub
Preparing search index...
hooks/use-operations
OperationDetails
Interface OperationDetails
interface
OperationDetails
{
id
:
string
;
name
:
string
;
description
?:
string
;
sequence
:
number
;
duration
?:
number
;
setupTime
?:
number
;
teardownTime
?:
number
;
durationType
?:
string
;
ratePerHour
?:
number
;
isLastOperation
:
boolean
;
isActive
:
boolean
;
routing
:
{
id
:
string
;
name
:
string
;
finishedProduct
:
{
name
:
string
;
code
:
string
}
;
}
;
equipment
?:
{
id
:
string
;
name
:
string
;
code
:
string
}
;
workCenter
?:
{
id
:
string
;
name
:
string
;
code
:
string
}
;
usageCount
:
number
;
createdAt
:
string
;
updatedAt
:
string
;
instructions
?:
string
;
qualityChecks
?:
string
;
requiredTools
?:
string
;
safetyNotes
?:
string
;
workOrderSteps
:
{
id
:
string
;
status
:
string
;
plannedStart
?:
string
;
plannedEnd
?:
string
;
actualStart
?:
string
;
actualEnd
?:
string
;
operator
?:
string
;
workCenter
?:
string
;
plannedDuration
?:
number
;
actualDuration
?:
number
;
efficiency
?:
number
;
qualityStatus
?:
string
;
scrapQuantity
?:
number
;
producedQuantity
?:
number
;
notes
?:
string
;
workOrder
:
{
id
:
string
;
number
:
string
;
status
:
string
}
;
operatorUser
?:
{
name
:
string
}
;
}
[]
;
}
Hierarchy (
View Summary
)
Operation
OperationDetails
Index
Properties
id
name
description?
sequence
duration?
setup
Time?
teardown
Time?
duration
Type?
rate
Per
Hour?
is
Last
Operation
is
Active
routing
equipment?
work
Center?
usage
Count
created
At
updated
At
instructions?
quality
Checks?
required
Tools?
safety
Notes?
work
Order
Steps
Properties
id
id
:
string
name
name
:
string
Optional
description
description
?:
string
sequence
sequence
:
number
Optional
duration
duration
?:
number
Optional
setup
Time
setupTime
?:
number
Optional
teardown
Time
teardownTime
?:
number
Optional
duration
Type
durationType
?:
string
Optional
rate
Per
Hour
ratePerHour
?:
number
is
Last
Operation
isLastOperation
:
boolean
is
Active
isActive
:
boolean
routing
routing
:
{
id
:
string
;
name
:
string
;
finishedProduct
:
{
name
:
string
;
code
:
string
}
;
}
Optional
equipment
equipment
?:
{
id
:
string
;
name
:
string
;
code
:
string
}
Optional
work
Center
workCenter
?:
{
id
:
string
;
name
:
string
;
code
:
string
}
usage
Count
usageCount
:
number
created
At
createdAt
:
string
updated
At
updatedAt
:
string
Optional
instructions
instructions
?:
string
Optional
quality
Checks
qualityChecks
?:
string
Optional
required
Tools
requiredTools
?:
string
Optional
safety
Notes
safetyNotes
?:
string
work
Order
Steps
workOrderSteps
:
{
id
:
string
;
status
:
string
;
plannedStart
?:
string
;
plannedEnd
?:
string
;
actualStart
?:
string
;
actualEnd
?:
string
;
operator
?:
string
;
workCenter
?:
string
;
plannedDuration
?:
number
;
actualDuration
?:
number
;
efficiency
?:
number
;
qualityStatus
?:
string
;
scrapQuantity
?:
number
;
producedQuantity
?:
number
;
notes
?:
string
;
workOrder
:
{
id
:
string
;
number
:
string
;
status
:
string
}
;
operatorUser
?:
{
name
:
string
}
;
}
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
name
description
sequence
duration
setup
Time
teardown
Time
duration
Type
rate
Per
Hour
is
Last
Operation
is
Active
routing
equipment
work
Center
usage
Count
created
At
updated
At
instructions
quality
Checks
required
Tools
safety
Notes
work
Order
Steps
Storybook
GitHub
ETASCOM CRM V3 - Documentation API
Loading...