ETASCOM CRM V3 - Documentation API
Storybook
GitHub
Preparing search index...
hooks/use-bills-of-material
BillOfMaterialGroup
Interface BillOfMaterialGroup
interface
BillOfMaterialGroup
{
finishedProduct
:
{
id
:
string
;
name
:
string
;
code
:
string
;
description
?:
string
;
}
;
materials
:
BillOfMaterial
[]
;
totalCost
?:
number
;
totalMaterials
:
number
;
isActive
:
boolean
;
createdAt
:
string
;
updatedAt
:
string
;
}
Index
Properties
finished
Product
materials
total
Cost?
total
Materials
is
Active
created
At
updated
At
Properties
finished
Product
finishedProduct
:
{
id
:
string
;
name
:
string
;
code
:
string
;
description
?:
string
;
}
materials
materials
:
BillOfMaterial
[]
Optional
total
Cost
totalCost
?:
number
total
Materials
totalMaterials
:
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
finished
Product
materials
total
Cost
total
Materials
is
Active
created
At
updated
At
Storybook
GitHub
ETASCOM CRM V3 - Documentation API
Loading...