ETASCOM CRM V3 - Documentation API
Storybook
GitHub
Preparing search index...
hooks/use-ftprs
FtprBOMItem
Interface FtprBOMItem
interface
FtprBOMItem
{
id
:
string
;
quantity
:
number
;
unit
?:
string
;
isActive
:
boolean
;
operationSequence
?:
number
;
unitCost
?:
number
;
coefficient
?:
number
;
calculatedQuantity
?:
number
;
rawMaterial
?:
{
id
:
string
;
code
:
string
;
name
:
string
;
cost
?:
number
;
supplier
?:
{
id
:
string
;
name
:
string
;
currency
?:
{
id
:
string
;
code
:
string
;
symbol
:
string
}
;
}
;
}
;
finishedProductComponent
?:
{
id
:
string
;
code
:
string
;
name
:
string
;
cost
?:
number
;
client
?:
{
id
:
string
;
name
:
string
;
currency
?:
{
id
:
string
;
code
:
string
;
symbol
:
string
}
;
}
;
}
;
}
Index
Properties
id
quantity
unit?
is
Active
operation
Sequence?
unit
Cost?
coefficient?
calculated
Quantity?
raw
Material?
finished
Product
Component?
Properties
id
id
:
string
quantity
quantity
:
number
Optional
unit
unit
?:
string
is
Active
isActive
:
boolean
Optional
operation
Sequence
operationSequence
?:
number
Optional
unit
Cost
unitCost
?:
number
Optional
coefficient
coefficient
?:
number
Optional
calculated
Quantity
calculatedQuantity
?:
number
Optional
raw
Material
rawMaterial
?:
{
id
:
string
;
code
:
string
;
name
:
string
;
cost
?:
number
;
supplier
?:
{
id
:
string
;
name
:
string
;
currency
?:
{
id
:
string
;
code
:
string
;
symbol
:
string
}
;
}
;
}
Optional
finished
Product
Component
finishedProductComponent
?:
{
id
:
string
;
code
:
string
;
name
:
string
;
cost
?:
number
;
client
?:
{
id
:
string
;
name
:
string
;
currency
?:
{
id
:
string
;
code
:
string
;
symbol
:
string
}
;
}
;
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
quantity
unit
is
Active
operation
Sequence
unit
Cost
coefficient
calculated
Quantity
raw
Material
finished
Product
Component
Storybook
GitHub
ETASCOM CRM V3 - Documentation API
Loading...