ETASCOM CRM V3 - Documentation API
Storybook
GitHub
Preparing search index...
app/(protected)/stock/hooks/use-stock-labels
StockLabel
Interface StockLabel
interface
StockLabel
{
id
:
string
;
stockLotId
:
string
;
barcode
:
string
;
qrCode
?:
string
;
labelType
:
"BARCODE"
|
"QRCODE"
|
"RFID"
;
isPrinted
:
boolean
;
printedAt
?:
string
;
createdAt
:
string
;
stockLot
?:
{
id
:
string
;
lotNumber
:
string
;
batchNumber
?:
string
;
expiryDate
?:
string
;
productionDate
?:
string
;
quantity
:
number
;
unit
:
string
;
rawMaterial
?:
{
id
:
string
;
name
:
string
;
code
:
string
;
category
?:
{
name
:
string
}
;
}
;
finishedProduct
?:
{
id
:
string
;
name
:
string
;
code
:
string
;
variant
?:
string
;
category
?:
{
name
:
string
}
;
}
;
}
;
}
Index
Properties
id
stock
Lot
Id
barcode
qr
Code?
label
Type
is
Printed
printed
At?
created
At
stock
Lot?
Properties
id
id
:
string
stock
Lot
Id
stockLotId
:
string
barcode
barcode
:
string
Optional
qr
Code
qrCode
?:
string
label
Type
labelType
:
"BARCODE"
|
"QRCODE"
|
"RFID"
is
Printed
isPrinted
:
boolean
Optional
printed
At
printedAt
?:
string
created
At
createdAt
:
string
Optional
stock
Lot
stockLot
?:
{
id
:
string
;
lotNumber
:
string
;
batchNumber
?:
string
;
expiryDate
?:
string
;
productionDate
?:
string
;
quantity
:
number
;
unit
:
string
;
rawMaterial
?:
{
id
:
string
;
name
:
string
;
code
:
string
;
category
?:
{
name
:
string
}
;
}
;
finishedProduct
?:
{
id
:
string
;
name
:
string
;
code
:
string
;
variant
?:
string
;
category
?:
{
name
:
string
}
;
}
;
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
stock
Lot
Id
barcode
qr
Code
label
Type
is
Printed
printed
At
created
At
stock
Lot
Storybook
GitHub
ETASCOM CRM V3 - Documentation API
Loading...