handle partially issued qty
This commit is contained in:
parent
a7538ebc6d
commit
7ff4de4deb
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user