Create Purchase

This commit is contained in:
efrilm
2025-09-13 01:34:43 +07:00
parent 140822763e
commit d54d623d4c
3 changed files with 733 additions and 70 deletions
-3
View File
@@ -16,10 +16,7 @@ export interface IngredientItem {
deskripsi: string
kuantitas: number
satuan: { label: string; value: string } | null
discount: string
harga: number
pajak: { label: string; value: string } | null
waste: { label: string; value: string } | null
total: number
}