ETASCOM CRM V3 - Documentation API
Storybook
GitHub
Preparing search index...
hooks/use-work-orders
BillOfMaterial
Interface BillOfMaterial
interface
BillOfMaterial
{
id
:
string
;
quantity
:
number
;
unit
:
string
;
calculatedCost
?:
number
;
componentPrice
?:
number
;
efficiency
?:
number
;
rawMaterial
?:
{
id
:
string
;
name
:
string
;
code
:
string
}
;
finishedProduct
:
{
id
:
string
;
name
:
string
;
code
:
string
}
;
}
Index
Properties
id
quantity
unit
calculated
Cost?
component
Price?
efficiency?
raw
Material?
finished
Product
Properties
id
id
:
string
quantity
quantity
:
number
unit
unit
:
string
Optional
calculated
Cost
calculatedCost
?:
number
Optional
component
Price
componentPrice
?:
number
Optional
efficiency
efficiency
?:
number
Optional
raw
Material
rawMaterial
?:
{
id
:
string
;
name
:
string
;
code
:
string
}
finished
Product
finishedProduct
:
{
id
:
string
;
name
:
string
;
code
:
string
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
quantity
unit
calculated
Cost
component
Price
efficiency
raw
Material
finished
Product
Storybook
GitHub
ETASCOM CRM V3 - Documentation API
Loading...