ETASCOM CRM V3 - Documentation API
Storybook
GitHub
Preparing search index...
hooks/use-bills-of-material
BillOfMaterialDetails
Interface BillOfMaterialDetails
interface
BillOfMaterialDetails
{
id
:
string
;
quantity
:
number
;
unit
:
string
;
operationSequence
?:
number
;
efficiency
:
number
;
unitCost
?:
number
;
coefficient
:
number
;
calculatedCost
?:
number
;
componentPrice
?:
number
;
isConsumable
:
boolean
;
scrapRate
?:
number
;
leadTime
?:
number
;
isActive
:
boolean
;
createdAt
:
string
;
updatedAt
:
string
;
finishedProduct
:
{
id
:
string
;
name
:
string
;
code
:
string
;
description
?:
string
;
}
;
rawMaterial
:
{
id
:
string
;
name
:
string
;
code
:
string
;
cost
?:
number
;
description
?:
string
;
}
;
}
Hierarchy (
View Summary
)
BillOfMaterial
BillOfMaterialDetails
Index
Properties
id
quantity
unit
operation
Sequence?
efficiency
unit
Cost?
coefficient
calculated
Cost?
component
Price?
is
Consumable
scrap
Rate?
lead
Time?
is
Active
created
At
updated
At
finished
Product
raw
Material
Properties
id
id
:
string
quantity
quantity
:
number
unit
unit
:
string
Optional
operation
Sequence
operationSequence
?:
number
efficiency
efficiency
:
number
Optional
unit
Cost
unitCost
?:
number
coefficient
coefficient
:
number
Optional
calculated
Cost
calculatedCost
?:
number
Optional
component
Price
componentPrice
?:
number
is
Consumable
isConsumable
:
boolean
Optional
scrap
Rate
scrapRate
?:
number
Optional
lead
Time
leadTime
?:
number
is
Active
isActive
:
boolean
created
At
createdAt
:
string
updated
At
updatedAt
:
string
finished
Product
finishedProduct
:
{
id
:
string
;
name
:
string
;
code
:
string
;
description
?:
string
;
}
raw
Material
rawMaterial
:
{
id
:
string
;
name
:
string
;
code
:
string
;
cost
?:
number
;
description
?:
string
;
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
quantity
unit
operation
Sequence
efficiency
unit
Cost
coefficient
calculated
Cost
component
Price
is
Consumable
scrap
Rate
lead
Time
is
Active
created
At
updated
At
finished
Product
raw
Material
Storybook
GitHub
ETASCOM CRM V3 - Documentation API
Loading...