more changes to inward inventory

This commit is contained in:
gowthaman
2024-04-29 22:38:00 +05:30
parent d28a3215d1
commit 4d7f5ccdfb
6 changed files with 34 additions and 22 deletions

View File

@@ -17,6 +17,10 @@ data class POProducts(
val productName: String = "",
val unitPrice: Double = 0.0,
val quantity: Double = 0.0,
val billQty: Double = 0.0,
val gstPct: Double = 0.0,
val taxableValue: Double = 0.0,
val totalValue: Double = 0.0,
val description: String = "",
val uom: String = "",
)