Vendor Detail
This commit is contained in:
@@ -8,3 +8,16 @@ export type VendorType = {
|
||||
youPayable: number
|
||||
theyPayable: number
|
||||
}
|
||||
|
||||
export type VendorDebsPayedType = {
|
||||
date: string
|
||||
transaction: string
|
||||
reference: string
|
||||
total: number
|
||||
}
|
||||
export type VendorTransactionType = {
|
||||
date: string
|
||||
transaction: string
|
||||
none: string
|
||||
total: number
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user