Order Allocation

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
7 messages Options
Reply | Threaded
Open this post in threaded view
|

Order Allocation

james-2
Banned User
This post was updated on .
CONTENTS DELETED
The author has deleted this message.
Reply | Threaded
Open this post in threaded view
|

Re: Order Allocation

Suraj Khurana
Hi James,

IMO, OFBiz data model supports this feature but can require some custom
logic implementation over it.
You can use Geo related entities for it to find the nearest location and
set it at ship group level in the cart that leads the current logic as it
is and do reservations from nearest facility.

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 Tue, Dec 12, 2017 at 7:27 PM, <[hidden email]> wrote:

>
> I have a scenario where I have 2 warehouses.  I always want to ship
> products from the nearest warehouse to the client.  How does ofbiz
> handle order allocation of product on sales orders to a specific
> warehouse.  Can we set up customers to get products from a specific
> warehouse?
>
> Thanks,
>
> James
>
Reply | Threaded
Open this post in threaded view
|

RE: Order Allocation

james-2
Banned User
This post was updated on .
In reply to this post by james-2
CONTENTS DELETED
The author has deleted this message.
Reply | Threaded
Open this post in threaded view
|

Re: Order Allocation

Jacques Le Roux
Administrator
Hi James,

I think, as Suraj suggested, you have to implement that yourself...

Jacques


Le 13/12/2017 à 16:08, [hidden email] a écrit :

> Thanks Suraj.  Would they see the available inventory of the warehouse
> that is nearest to them when placing the order?  Can they see all
> warehouse inventory from the sales order?
>
>
> -------- Original Message --------
> Subject: Re: Order Allocation
> From: Suraj Khurana <[hidden email]>
> Date: Wed, December 13, 2017 2:49 am
> To: [hidden email]
>
> Hi James,
>
> IMO, OFBiz data model supports this feature but can require some custom
> logic implementation over it.
> You can use Geo related entities for it to find the nearest location and
> set it at ship group level in the cart that leads the current logic as
> it
> is and do reservations from nearest facility.
>
> 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 Tue, Dec 12, 2017 at 7:27 PM, <[hidden email]> wrote:
>
>> I have a scenario where I have 2 warehouses. I always want to ship
>> products from the nearest warehouse to the client. How does ofbiz
>> handle order allocation of product on sales orders to a specific
>> warehouse. Can we set up customers to get products from a specific
>> warehouse?
>>
>> Thanks,
>>
>> James
>>

Reply | Threaded
Open this post in threaded view
|

Re: Order Allocation

Jacques Le Roux
Administrator
This said, if you engage this way, we could maybe share the burden. OFBiz is lacking logistics aspects...

Jacques


Le 13/12/2017 à 17:06, Jacques Le Roux a écrit :

> Hi James,
>
> I think, as Suraj suggested, you have to implement that yourself...
>
> Jacques
>
>
> Le 13/12/2017 à 16:08, [hidden email] a écrit :
>> Thanks Suraj.  Would they see the available inventory of the warehouse
>> that is nearest to them when placing the order?  Can they see all
>> warehouse inventory from the sales order?
>>
>>
>> -------- Original Message --------
>> Subject: Re: Order Allocation
>> From: Suraj Khurana <[hidden email]>
>> Date: Wed, December 13, 2017 2:49 am
>> To: [hidden email]
>>
>> Hi James,
>>
>> IMO, OFBiz data model supports this feature but can require some custom
>> logic implementation over it.
>> You can use Geo related entities for it to find the nearest location and
>> set it at ship group level in the cart that leads the current logic as
>> it
>> is and do reservations from nearest facility.
>>
>> 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 Tue, Dec 12, 2017 at 7:27 PM, <[hidden email]> wrote:
>>
>>> I have a scenario where I have 2 warehouses. I always want to ship
>>> products from the nearest warehouse to the client. How does ofbiz
>>> handle order allocation of product on sales orders to a specific
>>> warehouse. Can we set up customers to get products from a specific
>>> warehouse?
>>>
>>> Thanks,
>>>
>>> James
>>>
>

Reply | Threaded
Open this post in threaded view
|

Re: Order Allocation

Vaibhav Jain
In reply to this post by james-2
Hello James,

We can enhance data model to handle the scenarios defined above:

*FacilityAssoc*
  facilityId*
  facilityIdTo*
  facilityAssocTypeId*
  fromDate*
  thruDate
  sequenceNo (For Ex: A facility have more than one alternate facility then
seqneceNum is used for sequencing)
*FacilityAssocType*
  facilityAssocTypeId*
  description

Please share your thoughts on this.

Thanks & Regards

Vaibhav Jain
Hotwax Systems,
[hidden email]

On Tue, Dec 12, 2017 at 7:27 PM, <[hidden email]> wrote:

>
> I have a scenario where I have 2 warehouses.  I always want to ship
> products from the nearest warehouse to the client.  How does ofbiz
> handle order allocation of product on sales orders to a specific
> warehouse.  Can we set up customers to get products from a specific
> warehouse?
>
> Thanks,
>
> James
>
Reply | Threaded
Open this post in threaded view
|

Re: Order Allocation

Suraj Khurana
Hi,

This is already been proposed under OFBIZ-6964
<https://issues.apache.org/jira/browse/OFBIZ-6964>.
HTH.

--
*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 Tue, Dec 19, 2017 at 12:08 PM, Vaibhav Jain <
[hidden email]> wrote:

> Hello James,
>
> We can enhance data model to handle the scenarios defined above:
>
> *FacilityAssoc*
>   facilityId*
>   facilityIdTo*
>   facilityAssocTypeId*
>   fromDate*
>   thruDate
>   sequenceNo (For Ex: A facility have more than one alternate facility then
> seqneceNum is used for sequencing)
> *FacilityAssocType*
>   facilityAssocTypeId*
>   description
>
> Please share your thoughts on this.
>
> Thanks & Regards
>
> Vaibhav Jain
> Hotwax Systems,
> [hidden email]
>
> On Tue, Dec 12, 2017 at 7:27 PM, <[hidden email]> wrote:
>
> >
> > I have a scenario where I have 2 warehouses.  I always want to ship
> > products from the nearest warehouse to the client.  How does ofbiz
> > handle order allocation of product on sales orders to a specific
> > warehouse.  Can we set up customers to get products from a specific
> > warehouse?
> >
> > Thanks,
> >
> > James
> >
>