Hi,
I am using the Ofbiz OOB functionality. * I have created a sales order and I have inventory for the goods in my facility. However, when I go to packing, I get message that there is nothing ready for packing. * I manually call the reserveOrderItemInventory service to reserve the required items on the order. * Then when I go to packing, I am able to successfully pack the items and create the shipment. * My question is that instead of manually calling the reserveOrderItemInventory - what is the better way to reserve inventory for the item or what steps do I have to carry out in the applicationso that I can successfully use the packing transaction? -- Regards, Rahul Vangari. vnnogile Solutions Private Limited www.vnnogile.com |
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 <[hidden email]> wrote: > Hi, > > I am using the Ofbiz OOB functionality. > > * I have created a sales order and I have inventory for the goods in > my facility. However, when I go to packing, I get message that there > is nothing ready for packing. > * I manually call the reserveOrderItemInventory service to reserve the > required items on the order. > * Then when I go to packing, I am able to successfully pack the items > and create the shipment. > * My question is that instead of manually calling the > reserveOrderItemInventory - what is the better way to reserve > inventory for the item or what steps do I have to carry out in the > applicationso that I can successfully use the packing transaction? > > -- > Regards, > Rahul Vangari. > vnnogile Solutions Private Limited > www.vnnogile.com > > |
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 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 <[hidden email]> > wrote: > >> Hi, >> >> I am using the Ofbiz OOB functionality. >> >> * I have created a sales order and I have inventory for the goods in >> my facility. However, when I go to packing, I get message that there >> is nothing ready for packing. >> * I manually call the reserveOrderItemInventory service to reserve the >> required items on the order. >> * Then when I go to packing, I am able to successfully pack the items >> and create the shipment. >> * My question is that instead of manually calling the >> reserveOrderItemInventory - what is the better way to reserve >> inventory for the item or what steps do I have to carry out in the >> applicationso that I can successfully use the packing transaction? >> >> -- >> Regards, >> Rahul Vangari. >> vnnogile Solutions Private Limited >> www.vnnogile.com >> >> Regards, Rahul Vangari. vnnogile Solutions Private Limited www.vnnogile.com |
In reply to this post by Rahul Vangari
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 <https://trafodion.apache.org>, Vice President* *Apache Directory <https://directory.apache.org>, PMC Member* Apache Incubator <https://incubator.apache.org>, committer *Apache OFBiz <https://ofbiz.apache.org>, contributor (without privileges) since 2008* Apache Steve <https://steve.apache.org>, committer On Thu, Nov 15, 2018 at 10:38 AM Rahul Vangari <[hidden email]> wrote: > Hi, > > I am using the Ofbiz OOB functionality. > > * I have created a sales order and I have inventory for the goods in > my facility. However, when I go to packing, I get message that there > is nothing ready for packing. > * I manually call the reserveOrderItemInventory service to reserve the > required items on the order. > * Then when I go to packing, I am able to successfully pack the items > and create the shipment. > * My question is that instead of manually calling the > reserveOrderItemInventory - what is the better way to reserve > inventory for the item or what steps do I have to carry out in the > applicationso that I can successfully use the packing transaction? > > -- > Regards, > Rahul Vangari. > vnnogile Solutions Private Limited > www.vnnogile.com > > |
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 [1] would be helpful to understand it better. Also you may like to check the other product store inventory related flags and options. As far as your current problem reserveInventory flag should work for you. [1] https://cwiki.apache.org/confluence/display/OFBENDUSER/Apache+OFBiz+Business+Setup+Guide#ApacheOFBizBusinessSetupGuide-storeSetup HTH! -- Rishi Solanki Sr Manager, Enterprise Software Development HotWax Systems Pvt. Ltd. Direct: +91-9893287847 http://www.hotwaxsystems.com www.hotwax.co On Thu, Nov 15, 2018 at 3:45 PM Pierre Smits <[hidden email]> wrote: > 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 <https://trafodion.apache.org>, Vice President* > *Apache Directory <https://directory.apache.org>, PMC Member* > Apache Incubator <https://incubator.apache.org>, committer > *Apache OFBiz <https://ofbiz.apache.org>, contributor (without privileges) > since 2008* > Apache Steve <https://steve.apache.org>, committer > > > On Thu, Nov 15, 2018 at 10:38 AM Rahul Vangari <[hidden email]> > wrote: > > > Hi, > > > > I am using the Ofbiz OOB functionality. > > > > * I have created a sales order and I have inventory for the goods in > > my facility. However, when I go to packing, I get message that there > > is nothing ready for packing. > > * I manually call the reserveOrderItemInventory service to reserve the > > required items on the order. > > * Then when I go to packing, I am able to successfully pack the items > > and create the shipment. > > * My question is that instead of manually calling the > > reserveOrderItemInventory - what is the better way to reserve > > inventory for the item or what steps do I have to carry out in the > > applicationso that I can successfully use the packing transaction? > > > > -- > > Regards, > > Rahul Vangari. > > vnnogile Solutions Private Limited > > www.vnnogile.com > > > > > |
In reply to this post by 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 attached the ProductStoreSetting configuration screenshot. My current ofbiz version is 13.07 . On 11/15/2018 3:08 PM, Rahul Vangari
wrote:
-- Regards, Rahul Vangari. vnnogile Solutions Private Limited www.vnnogile.com |
Sorry forgot to attach the file. On 1/3/2019 7:53 PM, Rahul Vangari
wrote:
-- Regards, Rahul Vangari. vnnogile Solutions Private Limited www.vnnogile.com |
Administrator
|
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 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 attached the ProductStoreSetting configuration screenshot.* >> >> *My current ofbiz version is 13.07**.* >> >> On 11/15/2018 3:08 PM, Rahul Vangari wrote: >>> Hi, >>> >>> I am using the Ofbiz OOB functionality. >>> >>> * I have created a sales order and I have inventory for the goods in my facility. However, when I go to packing, I get message that there is >>> nothing ready for packing. >>> * I manually call the reserveOrderItemInventory service to reserve the required items on the order. >>> * Then when I go to packing, I am able to successfully pack the items and create the shipment. >>> * My question is that instead of manually calling the reserveOrderItemInventory - what is the better way to reserve inventory for the item or >>> what steps do I have to carry out in the applicationso that I can successfully use the packing transaction? >>> >>> -- >>> Regards, >>> Rahul Vangari. >>> vnnogile Solutions Private Limited >>> www.vnnogile.com >> -- >> Regards, >> Rahul Vangari. >> vnnogile Solutions Private Limited >> www.vnnogile.com > -- > Regards, > Rahul Vangari. > vnnogile Solutions Private Limited > www.vnnogile.com |
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** * *Requirement Method Enum Id* *Automatic for every sales order** * *Reserve Inventory* *Y** * *Reserve Order Enum Id* * FIFO Received** * *Balance Res On Order Creation* *Y** * *Show Out Of Stock Products* *Y** * *Lots managing* *N** * -- Regards, Rahul Vangari. vnnogile Solutions Private Limited www.vnnogile.com On 1/3/2019 10:59 PM, Jacques Le Roux wrote: > 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 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 attached the ProductStoreSetting configuration screenshot.* >>> >>> *My current ofbiz version is 13.07**.* >>> >>> On 11/15/2018 3:08 PM, Rahul Vangari wrote: >>>> Hi, >>>> >>>> I am using the Ofbiz OOB functionality. >>>> >>>> * I have created a sales order and I have inventory for the goods >>>> in my facility. However, when I go to packing, I get message that >>>> there is >>>> nothing ready for packing. >>>> * I manually call the reserveOrderItemInventory service to >>>> reserve the required items on the order. >>>> * Then when I go to packing, I am able to successfully pack the >>>> items and create the shipment. >>>> * My question is that instead of manually calling the >>>> reserveOrderItemInventory - what is the better way to reserve >>>> inventory for the item or >>>> what steps do I have to carry out in the applicationso that I >>>> can successfully use the packing transaction? >>>> >>>> -- >>>> Regards, >>>> Rahul Vangari. >>>> vnnogile Solutions Private Limited >>>> www.vnnogile.com >>> -- >>> Regards, >>> Rahul Vangari. >>> vnnogile Solutions Private Limited >>> www.vnnogile.com >> -- >> Regards, >> Rahul Vangari. >> vnnogile Solutions Private Limited >> www.vnnogile.com > > Regards, Rahul Vangari. vnnogile Solutions Private Limited www.vnnogile.com |
In reply to this post by Jacques Le Roux
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 < [hidden email]> wrote: > 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 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 attached the ProductStoreSetting configuration screenshot.* > >> > >> *My current ofbiz version is 13.07**.* > >> > >> On 11/15/2018 3:08 PM, Rahul Vangari wrote: > >>> Hi, > >>> > >>> I am using the Ofbiz OOB functionality. > >>> > >>> * I have created a sales order and I have inventory for the goods in > my facility. However, when I go to packing, I get message that there is > >>> nothing ready for packing. > >>> * I manually call the reserveOrderItemInventory service to reserve > the required items on the order. > >>> * Then when I go to packing, I am able to successfully pack the > items and create the shipment. > >>> * My question is that instead of manually calling the > reserveOrderItemInventory - what is the better way to reserve inventory for > the item or > >>> what steps do I have to carry out in the applicationso that I can > successfully use the packing transaction? > >>> > >>> -- > >>> Regards, > >>> Rahul Vangari. > >>> vnnogile Solutions Private Limited > >>> www.vnnogile.com > >> -- > >> Regards, > >> Rahul Vangari. > >> vnnogile Solutions Private Limited > >> www.vnnogile.com > > -- > > Regards, > > Rahul Vangari. > > vnnogile Solutions Private Limited > > www.vnnogile.com > > |
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 & Regards > -- > Yashwant Dhakad > > > On Thu, Jan 3, 2019 at 11:00 PM Jacques Le Roux < > [hidden email]> wrote: > >> 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 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 attached the ProductStoreSetting configuration screenshot.* >>>> >>>> *My current ofbiz version is 13.07**.* >>>> >>>> On 11/15/2018 3:08 PM, Rahul Vangari wrote: >>>>> Hi, >>>>> >>>>> I am using the Ofbiz OOB functionality. >>>>> >>>>> * I have created a sales order and I have inventory for the goods in >> my facility. However, when I go to packing, I get message that there is >>>>> nothing ready for packing. >>>>> * I manually call the reserveOrderItemInventory service to reserve >> the required items on the order. >>>>> * Then when I go to packing, I am able to successfully pack the >> items and create the shipment. >>>>> * My question is that instead of manually calling the >> reserveOrderItemInventory - what is the better way to reserve inventory for >> the item or >>>>> what steps do I have to carry out in the applicationso that I can >> successfully use the packing transaction? >>>>> -- >>>>> Regards, >>>>> Rahul Vangari. >>>>> vnnogile Solutions Private Limited >>>>> www.vnnogile.com >>>> -- >>>> Regards, >>>> Rahul Vangari. >>>> vnnogile Solutions Private Limited >>>> www.vnnogile.com >>> -- >>> Regards, >>> Rahul Vangari. >>> vnnogile Solutions Private Limited >>> www.vnnogile.com >> Regards, Rahul Vangari. vnnogile Solutions Private Limited www.vnnogile.com |
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 <[hidden email]> wrote: > 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 & Regards > > -- > > Yashwant Dhakad > > > > > > On Thu, Jan 3, 2019 at 11:00 PM Jacques Le Roux < > > [hidden email]> wrote: > > > >> 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 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 attached the ProductStoreSetting configuration screenshot.* > >>>> > >>>> *My current ofbiz version is 13.07**.* > >>>> > >>>> On 11/15/2018 3:08 PM, Rahul Vangari wrote: > >>>>> Hi, > >>>>> > >>>>> I am using the Ofbiz OOB functionality. > >>>>> > >>>>> * I have created a sales order and I have inventory for the goods > in > >> my facility. However, when I go to packing, I get message that there is > >>>>> nothing ready for packing. > >>>>> * I manually call the reserveOrderItemInventory service to reserve > >> the required items on the order. > >>>>> * Then when I go to packing, I am able to successfully pack the > >> items and create the shipment. > >>>>> * My question is that instead of manually calling the > >> reserveOrderItemInventory - what is the better way to reserve inventory > for > >> the item or > >>>>> what steps do I have to carry out in the applicationso that I > can > >> successfully use the packing transaction? > >>>>> -- > >>>>> Regards, > >>>>> Rahul Vangari. > >>>>> vnnogile Solutions Private Limited > >>>>> www.vnnogile.com > >>>> -- > >>>> Regards, > >>>> Rahul Vangari. > >>>> vnnogile Solutions Private Limited > >>>> www.vnnogile.com > >>> -- > >>> Regards, > >>> Rahul Vangari. > >>> vnnogile Solutions Private Limited > >>> www.vnnogile.com > >> > -- > Regards, > Rahul Vangari. > vnnogile Solutions Private Limited > www.vnnogile.com > > |
Free forum by Nabble | Edit this page |