Compare commits
No commits in common. "08e99a6182cd35fc6de8139f50146a736b5405c4" and "0bd70d3cf4e854483d34d286c6caa39049754383" have entirely different histories.
08e99a6182
...
0bd70d3cf4
@ -20,7 +20,6 @@ data class POProducts(
|
|||||||
val quantity: Double = 0.0,
|
val quantity: Double = 0.0,
|
||||||
val orderedQty: Double = 0.0,
|
val orderedQty: Double = 0.0,
|
||||||
val receivedQty: Double = 0.0,
|
val receivedQty: Double = 0.0,
|
||||||
val issuedQty: Double = 0.0,
|
|
||||||
val receivedVoucher: MutableList<ReceivedVoucher> = arrayListOf(),
|
val receivedVoucher: MutableList<ReceivedVoucher> = arrayListOf(),
|
||||||
val billQty: Double = 0.0,
|
val billQty: Double = 0.0,
|
||||||
val gstPct: Double = 0.0,
|
val gstPct: Double = 0.0,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user