ETASCOM CRM V3 - Documentation API
Storybook
GitHub
Preparing search index...
app/(protected)/purchases/raw-materials/hooks/use-raw-materials
RawMaterialSupplier
Interface RawMaterialSupplier
interface
RawMaterialSupplier
{
id
:
string
;
supplierId
:
string
;
supplierCode
:
string
|
null
;
supplierDesignation
:
string
|
null
;
priority
:
number
;
isPreferred
:
boolean
;
isActive
:
boolean
;
notes
:
string
|
null
;
supplier
?:
|
{
id
:
string
;
name
:
string
;
code
:
string
;
currency
?:
{
id
:
string
;
code
:
string
;
symbol
:
string
}
|
null
;
}
|
null
;
moqTiers
:
RawMaterialSupplierMOQ
[]
;
}
Index
Properties
id
supplier
Id
supplier
Code
supplier
Designation
priority
is
Preferred
is
Active
notes
supplier?
moq
Tiers
Properties
id
id
:
string
supplier
Id
supplierId
:
string
supplier
Code
supplierCode
:
string
|
null
supplier
Designation
supplierDesignation
:
string
|
null
priority
priority
:
number
is
Preferred
isPreferred
:
boolean
is
Active
isActive
:
boolean
notes
notes
:
string
|
null
Optional
supplier
supplier
?:
|
{
id
:
string
;
name
:
string
;
code
:
string
;
currency
?:
{
id
:
string
;
code
:
string
;
symbol
:
string
}
|
null
;
}
|
null
moq
Tiers
moqTiers
:
RawMaterialSupplierMOQ
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
supplier
Id
supplier
Code
supplier
Designation
priority
is
Preferred
is
Active
notes
supplier
moq
Tiers
Storybook
GitHub
ETASCOM CRM V3 - Documentation API
Loading...