Vendor Detail

This commit is contained in:
efrilm
2025-09-09 14:28:35 +07:00
parent 59f2d45854
commit dfa6b4be75
18 changed files with 1938 additions and 2 deletions
+13
View File
@@ -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
}