display InventQty physicalQuantity() { return this.postedQty() - this.deductedQty() + this.receivedQty() + this.registeredQty() - this.pickedQty(); }