Re: ProductFacility creation on 'Receive Inventory'

2018-09-21 Thread Swapnil Mane
Hi folks, Thanks for the detailed discussion. ProductFacility is required in OFBiz for various processes like inventory reservation, inventory valuation etc. If we make ProductFacility optional, then we need code changes in these workflows and also make sure they are tested properly. A 'quick

Re: ProductFacility creation on 'Receive Inventory'

2018-09-20 Thread Vaibhav Jain
Hello Deepak, IMO, It should be configurable that either *ProductFacility* is required or not. But we need to think on the respective points to proceed further If ProductFacility is required then 1. The user needs to create a ProductFacility record before receiving inventory Or 2.

Re: ProductFacility creation on 'Receive Inventory'

2018-09-19 Thread Scott Gray
Sounds like there are 3 options available: 1. Improve any view/report screens to not rely on ProductFacility but instead report on what is actually in the warehouse via InventoryItem. 2. Require ProductFacility but silently create it when it is absent 3. Require ProductFacility and reject receipt

Re: ProductFacility creation on 'Receive Inventory'

2018-09-19 Thread Deepak Nigam
Thanks, Suraj. @All, as per the suggestions provided in the Jira ticket, should we restrict the receiving of non-associated products and simply return an error message? WDYT? On Wed, Sep 19, 2018 at 2:45 PM Suraj Khurana < suraj.khur...@hotwaxsystems.com> wrote: > Hello Deepak, > > Please have

Re: ProductFacility creation on 'Receive Inventory'

2018-09-19 Thread Suraj Khurana
Hello Deepak, Please have a look. https://issues.apache.org/jira/browse/OFBIZ-7481 HTH. -- Thanks and Regards, Suraj Khurana Omnichannel OMS Technical Expert HotWax Systems On Wed, Sep 19, 2018 at 2:38 PM, deepak nigam wrote: > Hello All, > > We can directly receive inventory of a product

ProductFacility creation on 'Receive Inventory'

2018-09-19 Thread deepak nigam
Hello All, We can directly receive inventory of a product into a facility by using the option 'Facility' -> 'Receive Inventory'. Here we can select a product for receiving which is not associated with the receiving facility (e.g. product -> Purple Gizmo GZ-5005, facility -> WebS Store Warehouse).