Update Vendor drawer

This commit is contained in:
efrilm
2025-09-12 03:27:11 +07:00
parent 0e8216b0c9
commit 8026004630
3 changed files with 244 additions and 533 deletions
+12
View File
@@ -21,3 +21,15 @@ export interface Vendors {
limit: number
total_pages: number
}
export interface VendorRequest {
name: string
email?: string
phone_number?: string
address?: string
contact_person?: string
tax_number?: string
payment_terms?: string
notes?: string
is_active: boolean
}