Create Purchase
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user