ETASCOM CRM V3 - Documentation API
Storybook
GitHub
Preparing search index...
hooks/use-receptions
ReceptionNote
Interface ReceptionNote
interface
ReceptionNote
{
id
:
string
;
number
:
string
;
purchaseOrderId
:
string
;
receptionDate
:
string
;
status
:
"CANCELLED"
|
"PENDING"
|
"PARTIAL"
|
"COMPLETE"
;
totalItemsReceived
:
number
;
qualityControlPassed
:
boolean
|
null
;
notes
?:
string
;
createdAt
:
string
;
updatedAt
:
string
;
purchaseOrder
?:
{
id
:
string
;
number
:
string
;
orderDate
:
string
;
supplier
?:
{
id
:
string
;
name
:
string
;
code
:
string
;
phone
?:
string
;
email
?:
string
;
addresses
?:
{
street
?:
string
;
city
?:
string
;
country
?:
string
}
[]
;
}
;
}
;
lines
?:
ReceptionLine
[]
;
}
Index
Properties
id
number
purchase
Order
Id
reception
Date
status
total
Items
Received
quality
Control
Passed
notes?
created
At
updated
At
purchase
Order?
lines?
Properties
id
id
:
string
number
number
:
string
purchase
Order
Id
purchaseOrderId
:
string
reception
Date
receptionDate
:
string
status
status
:
"CANCELLED"
|
"PENDING"
|
"PARTIAL"
|
"COMPLETE"
total
Items
Received
totalItemsReceived
:
number
quality
Control
Passed
qualityControlPassed
:
boolean
|
null
Optional
notes
notes
?:
string
created
At
createdAt
:
string
updated
At
updatedAt
:
string
Optional
purchase
Order
purchaseOrder
?:
{
id
:
string
;
number
:
string
;
orderDate
:
string
;
supplier
?:
{
id
:
string
;
name
:
string
;
code
:
string
;
phone
?:
string
;
email
?:
string
;
addresses
?:
{
street
?:
string
;
city
?:
string
;
country
?:
string
}
[]
;
}
;
}
Optional
lines
lines
?:
ReceptionLine
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
number
purchase
Order
Id
reception
Date
status
total
Items
Received
quality
Control
Passed
notes
created
At
updated
At
purchase
Order
lines
Storybook
GitHub
ETASCOM CRM V3 - Documentation API
Loading...