fix: product and inventory

This commit is contained in:
ferdiansyah783
2025-08-13 23:53:03 +07:00
parent ea6205cfa7
commit ba7911d04b
28 changed files with 435 additions and 204 deletions
+1
View File
@@ -13,6 +13,7 @@ export interface Inventory {
quantity: number
reorder_level: number
is_low_stock: boolean
product: any
updated_at: string // ISO 8601 timestamp
}
-1
View File
@@ -47,7 +47,6 @@ export type ProductRequest = {
sku: string
name: string
description: string
barcode: string
price: number
cost: number
printer_type: string