Sales Quote List Table
This commit is contained in:
@@ -32,3 +32,15 @@ export type SalesOrderType = {
|
||||
status: string
|
||||
total: number
|
||||
}
|
||||
|
||||
export type SalesQuoteType = {
|
||||
id: number
|
||||
number: string
|
||||
vendorName: string
|
||||
vendorCompany: string
|
||||
reference: string
|
||||
date: string
|
||||
dueDate: string
|
||||
status: string
|
||||
total: number
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user