ETASCOM CRM V3 - Documentation API
Storybook
GitHub
Preparing search index...
hooks/use-bills-of-material
BillOfMaterial
Interface BillOfMaterial
interface
BillOfMaterial
{
id
:
string
;
finishedProduct
:
{
id
:
string
;
name
:
string
;
code
:
string
}
;
rawMaterial
:
{
id
:
string
;
name
:
string
;
code
:
string
;
cost
?:
number
}
;
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
;
}
Hierarchy (
View Summary
)
BillOfMaterial
BillOfMaterialDetails
Index
Properties
id
finished
Product
raw
Material
quantity
unit
operation
Sequence?
efficiency
unit
Cost?
coefficient
calculated
Cost?
component
Price?
is
Consumable
scrap
Rate?
lead
Time?
is
Active
created
At
updated
At
Properties
id
id
:
string
finished
Product
finishedProduct
:
{
id
:
string
;
name
:
string
;
code
:
string
}
raw
Material
rawMaterial
:
{
id
:
string
;
name
:
string
;
code
:
string
;
cost
?:
number
}
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
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
finished
Product
raw
Material
quantity
unit
operation
Sequence
efficiency
unit
Cost
coefficient
calculated
Cost
component
Price
is
Consumable
scrap
Rate
lead
Time
is
Active
created
At
updated
At
Storybook
GitHub
ETASCOM CRM V3 - Documentation API
Loading...