ETASCOM CRM V3 - Documentation API
Storybook
GitHub
Preparing search index...
app/(protected)/sales/clients/hooks/use-client-data
Invoice
Interface Invoice
interface
Invoice
{
id
:
string
;
number
:
string
;
notes
?:
string
;
totalAmount
:
number
;
currency
:
{
id
:
string
;
code
:
string
;
name
:
string
;
symbol
:
string
;
position
:
string
;
decimalPlaces
:
number
;
}
;
status
:
string
;
invoiceDate
:
Date
;
dueDate
?:
Date
;
createdAt
:
Date
;
updatedAt
:
Date
;
salesOrder
?:
{
lines
:
{
id
:
string
;
quantity
:
number
;
unitPrice
:
number
;
totalPrice
:
number
;
finishedProduct
:
{
id
:
string
;
name
:
string
;
code
:
string
}
;
}
[]
;
}
;
}
Index
Properties
id
number
notes?
total
Amount
currency
status
invoice
Date
due
Date?
created
At
updated
At
sales
Order?
Properties
id
id
:
string
number
number
:
string
Optional
notes
notes
?:
string
total
Amount
totalAmount
:
number
currency
currency
:
{
id
:
string
;
code
:
string
;
name
:
string
;
symbol
:
string
;
position
:
string
;
decimalPlaces
:
number
;
}
status
status
:
string
invoice
Date
invoiceDate
:
Date
Optional
due
Date
dueDate
?:
Date
created
At
createdAt
:
Date
updated
At
updatedAt
:
Date
Optional
sales
Order
salesOrder
?:
{
lines
:
{
id
:
string
;
quantity
:
number
;
unitPrice
:
number
;
totalPrice
:
number
;
finishedProduct
:
{
id
:
string
;
name
:
string
;
code
:
string
}
;
}
[]
;
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
number
notes
total
Amount
currency
status
invoice
Date
due
Date
created
At
updated
At
sales
Order
Storybook
GitHub
ETASCOM CRM V3 - Documentation API
Loading...