handle partially issued qty

This commit is contained in:
gowthaman 2024-07-09 14:12:11 +05:30
parent a7538ebc6d
commit 7ff4de4deb

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,