InventQty reserveQty() { if (! this.Reservation) return 0; if (this.RemainInventPhysical < 0) return 0; return -this.RemainInventPhysical; }