Sales Delivery Page

This commit is contained in:
efrilm
2025-09-10 00:28:23 +07:00
parent cc3a0c07a9
commit ce9f845fe4
8 changed files with 649 additions and 3 deletions
+10
View File
@@ -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
}