Re: What is the better way to reserve inventory for the item?

2019-01-03 Thread Yashwant Dhakad
Hi Rahul, I think ProductStore entity reserveInventory and requireInventory fields are correct. Please check requireInventory flag on Product entity as well. Thanks & Regards -- Yashwant Dhakad On Fri, Jan 4, 2019 at 10:51 AM Rahul Vangari wrote: > Hi Yashwant, > > I did set the

Re: What is the better way to reserve inventory for the item?

2019-01-03 Thread Rahul Vangari
Hi Yashwant, I did set the reserveInventory flag to Y and also requireInventory flag to N. On 1/4/2019 10:32 AM, Yashwant Dhakad wrote: Hi Rahul, Please check on ProductStore reserveInventory flag it should be Y and also on Product entity requireInventory field should not be N. Thanks &

Re: What is the better way to reserve inventory for the item?

2019-01-03 Thread Yashwant Dhakad
Hi Rahul, Please check on ProductStore reserveInventory flag it should be Y and also on Product entity requireInventory field should not be N. Thanks & Regards -- Yashwant Dhakad On Thu, Jan 3, 2019 at 11:00 PM Jacques Le Roux < jacques.le.r...@les7arts.com> wrote: > Hi Rahul, > >

Re: What is the better way to reserve inventory for the item?

2019-01-03 Thread Rahul Vangari
Thanks Jacques, Below mentioned table shows my Inventory setting Product Store. *Inventory Facility Id* *Bandra Retail Store [BDR_RETAIL]** * *One Inventory Facility**Y** * *Is Immediately Fulfilled* *N** * *Check Inventory* *Y** * *Require Inventory* *N** *

Re: What is the better way to reserve inventory for the item?

2019-01-03 Thread Jacques Le Roux
Hi Rahul, Unfortunately, most of the time (98%?) attachments don't get through in ASF MLs Please try another way to share your file Jacques Le 03/01/2019 à 15:25, Rahul Vangari a écrit : Sorry forgot to attach the file. On 1/3/2019 7:53 PM, Rahul Vangari wrote: *Hello,* *So, here again

Re: What is the better way to reserve inventory for the item?

2019-01-03 Thread Rahul Vangari
Sorry forgot to attach the file. On 1/3/2019 7:53 PM, Rahul Vangari wrote: *Hello,* *So, here again I have a situation where I'm not able to do packing on order creation directly. Currently I'm using the _below mentioned scenario to reserve the inventory_. I just want to know what am I

Re: What is the better way to reserve inventory for the item?

2019-01-03 Thread Rahul Vangari
*Hello,* *So, here again I have a situation where I'm not able to do packing on order creation directly. Currently I'm using the _below mentioned scenario to reserve the inventory_. I just want to know what am I missing in the Product Store setting or am I missing something else?* *I have

Re: What is the better way to reserve inventory for the item?

2018-11-15 Thread Rishi Solanki
Hi Rahul, Please review your ProductStore setup, especially ProductStore.reserveInventory and ProductStore.reserveOrderEnumId fields values. For auto invoking the reservation the reserveInventory flag should be Y. The reserveOrderEnumId decides the reservation algorithm. Business Setup Guide at

Re: What is the better way to reserve inventory for the item?

2018-11-15 Thread Pierre Smits
Hi Rahul, Which version of OFBiz (release/branch) are you using? Recently there have been some developments that may impact the answer. Best regards, Pierre Smits *Apache Trafodion , Vice President* *Apache Directory , PMC Member*

Re: What is the better way to reserve inventory for the item?

2018-11-15 Thread Rahul Vangari
Hello Pritam, The version which I'm using is 16.11.05 and yes I'm using the custom data(not the demo data). On 11/15/2018 3:29 PM, Pritam Kute wrote: Hello Rahul, I have tested the workflow on trunk and it is working fine for me. Can you share the details of the OFBiz version which you are

Re: What is the better way to reserve inventory for the item?

2018-11-15 Thread Pritam Kute
Hello Rahul, I have tested the workflow on trunk and it is working fine for me. Can you share the details of the OFBiz version which you are using? Are you trying with OFBiz demo data or any custom data? Thanks and Regards -- Pritam Kute On Thu, Nov 15, 2018 at 3:08 PM Rahul Vangari wrote: