ETASCOM CRM V3 - Documentation API
Storybook
GitHub
Preparing search index...
app/(protected)/stock/hooks/use-locations
StockLocation
Interface StockLocation
interface
StockLocation
{
id
:
string
;
warehouseId
:
string
;
code
:
string
;
name
:
string
;
zone
?:
string
;
aisle
?:
string
;
rack
?:
string
;
level
?:
string
;
position
?:
string
;
isActive
:
boolean
;
createdAt
:
string
;
updatedAt
:
string
;
warehouse
:
{
id
:
string
;
code
:
string
;
name
:
string
;
address
?:
string
;
city
?:
string
;
}
;
stockMovements
?:
any
[]
;
_count
:
{
stockMovements
:
number
}
;
}
Index
Properties
id
warehouse
Id
code
name
zone?
aisle?
rack?
level?
position?
is
Active
created
At
updated
At
warehouse
stock
Movements?
_
count
Properties
id
id
:
string
warehouse
Id
warehouseId
:
string
code
code
:
string
name
name
:
string
Optional
zone
zone
?:
string
Optional
aisle
aisle
?:
string
Optional
rack
rack
?:
string
Optional
level
level
?:
string
Optional
position
position
?:
string
is
Active
isActive
:
boolean
created
At
createdAt
:
string
updated
At
updatedAt
:
string
warehouse
warehouse
:
{
id
:
string
;
code
:
string
;
name
:
string
;
address
?:
string
;
city
?:
string
;
}
Optional
stock
Movements
stockMovements
?:
any
[]
_
count
_count
:
{
stockMovements
:
number
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
warehouse
Id
code
name
zone
aisle
rack
level
position
is
Active
created
At
updated
At
warehouse
stock
Movements
_
count
Storybook
GitHub
ETASCOM CRM V3 - Documentation API
Loading...