| @@ -40,8 +40,22 @@ interface EscalationLogInfo { | |||||
| @get:Value("#{target.stockInLine?.acceptedQty}") | @get:Value("#{target.stockInLine?.acceptedQty}") | ||||
| val acceptedQty: BigDecimal? | val acceptedQty: BigDecimal? | ||||
| @get:Value("#{target.stockInLine?.item?.itemUoms.^[purchaseUnit == true && deleted == false]?.uom.code}") | |||||
| val purchaseUomCode: String? | |||||
| @get:Value("#{target.stockInLine?.item?.itemUoms.^[purchaseUnit == true && deleted == false]?.uom.udfudesc}") | |||||
| val purchaseUomDesc: String? | |||||
| @get:Value("#{target.stockInLine?.item?.itemUoms.^[stockUnit == true && deleted == false]?.uom.code}") | |||||
| val stockUomCode: String? | |||||
| @get:Value("#{target.stockInLine?.item?.itemUoms.^[stockUnit == true && deleted == false]?.uom.udfudesc}") | |||||
| val stockUomDesc: String? | |||||
| @get:Value("#{target.personInCharge?.id}") | @get:Value("#{target.personInCharge?.id}") | ||||
| val personInChargeId: Long? | val personInChargeId: Long? | ||||
| @get:Value("#{target.personInCharge?.department} - #{target.personInCharge?.title} - #{target.personInCharge?.name}") | |||||
| val personInCharge: String? | |||||
| @get:Value("#{target.personInCharge?.name}") | @get:Value("#{target.personInCharge?.name}") | ||||
| val personInChargeName: String? | val personInChargeName: String? | ||||
| @get:Value("#{target.personInCharge?.title}") | @get:Value("#{target.personInCharge?.title}") | ||||