You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by Jakub Danek <ja...@yoso.fi> on 2018/01/24 13:03:33 UTC

Product inventory - facility connection

Hello,

I've spent quite some exploring the documentation and the code, yet with 
no satisfactory answer:

We are using Ofbiz 16.11.

If I receive a product into a facility, I can see the respective 
InventoryItem in facility's Inventory Items tab, however, when I click 
on the "Inventory" tab, I can see nothing.

After I add the facility to the product at the product's Facilities tab, 
I can see the Inventory count at facility's Inventory tab.

My question is this: Is there any way to either make Ofbiz return 
Inventory count based on Inventory items (i.e. no facility in Product's 
tab necessary) or make Ofbiz variant products inherit facility settings 
from their respective Virtual product (i.e. we have to add facility to 
virtual products, but not to each variant product separately)?

We can modify the code to suit our needs, but first I wanted to make 
sure we are not missing some piece of configuration somewhere.

Thank you in advance.

BR,

Jakub


Re: Product inventory - facility connection

Posted by Suraj Khurana <su...@hotwaxsystems.com>.
Hi Jakub,

OFBiz is designed to be customized on a granular level and all the general
requirements are available OOTB.
This is not a generic structure to have virtual product assoc with a
facility to work for variants as well. It could be possible that you manage
particular variants at one facility and some other variants at another
facility.
So, this is not available OOTB, but if want to configure it, you need to
have a custom implementation for the same.

HTH.

--
Thanks and Regards,
*Suraj Khurana* | Sr. Enterprise Software Engineer
*HotWax Commerce*  by  *HotWax Systems*
Plot no. 80, Scheme no. 78, Vijay Nagar, Indore, M.P. India 452010


On Wed, Jan 24, 2018 at 6:33 PM, Jakub Danek <ja...@yoso.fi> wrote:

> Hello,
>
> I've spent quite some exploring the documentation and the code, yet with
> no satisfactory answer:
>
> We are using Ofbiz 16.11.
>
> If I receive a product into a facility, I can see the respective
> InventoryItem in facility's Inventory Items tab, however, when I click on
> the "Inventory" tab, I can see nothing.
>
> After I add the facility to the product at the product's Facilities tab, I
> can see the Inventory count at facility's Inventory tab.
>
> My question is this: Is there any way to either make Ofbiz return
> Inventory count based on Inventory items (i.e. no facility in Product's tab
> necessary) or make Ofbiz variant products inherit facility settings from
> their respective Virtual product (i.e. we have to add facility to virtual
> products, but not to each variant product separately)?
>
> We can modify the code to suit our needs, but first I wanted to make sure
> we are not missing some piece of configuration somewhere.
>
> Thank you in advance.
>
> BR,
>
> Jakub
>
>