purchase quote list and add
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
export type PurchaseQuoteType = {
|
||||
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