ETASCOM CRM V3 - Documentation API
Storybook
GitHub
Preparing search index...
hooks/use-raw-materials
RawMaterial
Interface RawMaterial
interface
RawMaterial
{
id
:
string
;
name
:
string
;
code
:
string
;
description
?:
string
;
materialType
:
string
;
width
?:
number
;
height
?:
number
;
length
?:
number
;
thickness
?:
number
;
weight
?:
number
;
rollWidth
?:
number
;
rollLength
?:
number
;
usableWidth
?:
number
;
usableLength
?:
number
;
wastePercentage
?:
number
;
unit
:
string
;
cost
:
number
;
isActive
:
boolean
;
createdAt
:
string
;
updatedAt
:
string
;
unitOfMeasure
?:
{
id
:
string
;
name
:
string
;
symbol
:
string
}
;
}
Index
Properties
id
name
code
description?
material
Type
width?
height?
length?
thickness?
weight?
roll
Width?
roll
Length?
usable
Width?
usable
Length?
waste
Percentage?
unit
cost
is
Active
created
At
updated
At
unit
Of
Measure?
Properties
id
id
:
string
name
name
:
string
code
code
:
string
Optional
description
description
?:
string
material
Type
materialType
:
string
Optional
width
width
?:
number
Optional
height
height
?:
number
Optional
length
length
?:
number
Optional
thickness
thickness
?:
number
Optional
weight
weight
?:
number
Optional
roll
Width
rollWidth
?:
number
Optional
roll
Length
rollLength
?:
number
Optional
usable
Width
usableWidth
?:
number
Optional
usable
Length
usableLength
?:
number
Optional
waste
Percentage
wastePercentage
?:
number
unit
unit
:
string
cost
cost
:
number
is
Active
isActive
:
boolean
created
At
createdAt
:
string
updated
At
updatedAt
:
string
Optional
unit
Of
Measure
unitOfMeasure
?:
{
id
:
string
;
name
:
string
;
symbol
:
string
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
name
code
description
material
Type
width
height
length
thickness
weight
roll
Width
roll
Length
usable
Width
usable
Length
waste
Percentage
unit
cost
is
Active
created
At
updated
At
unit
Of
Measure
Storybook
GitHub
ETASCOM CRM V3 - Documentation API
Loading...