Compare commits

...

2 Commits

Author SHA1 Message Date
gowthaman
08e99a6182 Merge remote-tracking branch 'origin/master' 2024-07-09 14:12:32 +05:30
gowthaman
7ff4de4deb handle partially issued qty 2024-07-09 14:12:11 +05:30

View File

@ -20,6 +20,7 @@ data class POProducts(
val quantity: Double = 0.0,
val orderedQty: Double = 0.0,
val receivedQty: Double = 0.0,
val issuedQty: Double = 0.0,
val receivedVoucher: MutableList<ReceivedVoucher> = arrayListOf(),
val billQty: Double = 0.0,
val gstPct: Double = 0.0,