Sales Delivery Page
This commit is contained in:
@@ -10,3 +10,13 @@ export type SalesBillType = {
|
||||
remainingBill: number
|
||||
total: number
|
||||
}
|
||||
|
||||
export type SalesDeliveryType = {
|
||||
id: number
|
||||
number: string
|
||||
vendorName: string
|
||||
vendorCompany: string
|
||||
reference: string
|
||||
date: string
|
||||
status: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user