ETASCOM CRM V3 - Documentation API
Storybook
GitHub
Preparing search index...
app/(protected)/stock/hooks/use-raw-materials
RawMaterial
Interface RawMaterial
interface
RawMaterial
{
id
:
string
;
code
:
string
;
name
:
string
;
description
?:
string
;
productType
:
string
;
unitOfStock
?:
{
symbol
:
string
}
;
category
?:
{
name
:
string
}
;
supplier
?:
{
name
:
string
}
;
isActive
:
boolean
;
}
Index
Properties
id
code
name
description?
product
Type
unit
Of
Stock?
category?
supplier?
is
Active
Properties
id
id
:
string
code
code
:
string
name
name
:
string
Optional
description
description
?:
string
product
Type
productType
:
string
Optional
unit
Of
Stock
unitOfStock
?:
{
symbol
:
string
}
Optional
category
category
?:
{
name
:
string
}
Optional
supplier
supplier
?:
{
name
:
string
}
is
Active
isActive
:
boolean
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
code
name
description
product
Type
unit
Of
Stock
category
supplier
is
Active
Storybook
GitHub
ETASCOM CRM V3 - Documentation API
Loading...