purchase delivery table page

This commit is contained in:
efrilm
2025-09-09 23:41:04 +07:00
parent d0d5d066a1
commit 9b787e65d4
8 changed files with 650 additions and 2 deletions
+9
View File
@@ -0,0 +1,9 @@
export type PurchaseDeliveryType = {
id: number
number: string
vendorName: string
vendorCompany: string
reference: string
date: string
status: string
}