ETASCOM CRM V3 - Documentation API
Storybook
GitHub
Preparing search index...
app/(protected)/stock/hooks/use-stock-levels
StockMovement
Interface StockMovement
interface
StockMovement
{
id
:
string
;
reference
:
string
;
type
:
string
;
quantity
:
number
;
unit
:
string
;
date
:
string
;
reason
?:
string
;
notes
?:
string
;
warehouse
:
{
id
:
string
;
name
:
string
;
code
:
string
}
;
location
?:
{
id
:
string
;
name
:
string
;
code
:
string
}
;
operator
?:
{
id
:
string
;
name
:
string
;
email
:
string
}
;
approver
?:
{
id
:
string
;
name
:
string
;
email
:
string
}
;
}
Index
Properties
id
reference
type
quantity
unit
date
reason?
notes?
warehouse
location?
operator?
approver?
Properties
id
id
:
string
reference
reference
:
string
type
type
:
string
quantity
quantity
:
number
unit
unit
:
string
date
date
:
string
Optional
reason
reason
?:
string
Optional
notes
notes
?:
string
warehouse
warehouse
:
{
id
:
string
;
name
:
string
;
code
:
string
}
Optional
location
location
?:
{
id
:
string
;
name
:
string
;
code
:
string
}
Optional
operator
operator
?:
{
id
:
string
;
name
:
string
;
email
:
string
}
Optional
approver
approver
?:
{
id
:
string
;
name
:
string
;
email
:
string
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
reference
type
quantity
unit
date
reason
notes
warehouse
location
operator
approver
Storybook
GitHub
ETASCOM CRM V3 - Documentation API
Loading...