You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by Georg Potthast <no...@georgpotthast.de> on 2020/11/16 07:03:45 UTC

Re: Shorten the order fulfillment processs

Hi Jacques,

I wanted to look again at the link you provided, but it is no longer 
available. Is the code available somewhere?

[1] https://demo-trunk.ofbiz.apache.org/ordermgr/control/orderentry

Georg

-----Ursprüngliche Nachricht----- 
From: Jacques Le Roux
Sent: Monday, August 10, 2020 4:10 PM
To: user@ofbiz.apache.org
Subject: Re: Shorten the order fulfillment processs

Hi Georg,

I did something like that in 2007 for an ecommerce GB company (not with the 
signed delivery note part).
I had to add some custom code to the order entry wizard/tunnel[1] and it's 
still the same today.
As the needs are most of the time specific there is no way to have that 
OOTB. But it's easy to add because all the bricks are present.

HTH

Jacques

[1] https://demo-trunk.ofbiz.apache.org/ordermgr/control/orderentry

Le 07/08/2020 à 10:04, Georg Potthast 2 a écrit :
> I hope this question will open in a new thread.
>
> We are planning to replace our old ERP system with an OFBiz based system. 
> However, we currently have a different process than the one described in 
> the wiki page OFBIZ/Order+Fulfillment+Process+Overview
>
> We take the orders by phone and generate a delivery note from that. Our 
> driver picks the goods from our storage and delivers them to the customer. 
> When he returns with a signed delivery note from the customer, we enter 
> the delivery note into the ERP system. The ERP system takes a look at the 
> agreement details for the customer including his price and generates an 
> invoice which is sent in the mail.
>
> This does not seem to fit the process described in the wiki page. How can 
> we use OFBiz to fit our existing process? 


Re: Shorten the order fulfillment processs

Posted by Jacques Le Roux <ja...@les7arts.com>.
Hi Georg,

You can get the same locally by using

gradlew loadAll ofbiz

then  getting to https://localhost:8443/ordermgr/control/orderentry and following the order entry wizard (tunnel of screens)

HTH

Jacques

Le 16/11/2020 à 08:03, Georg Potthast a écrit :
> Hi Jacques,
>
> I wanted to look again at the link you provided, but it is no longer available. Is the code available somewhere?
>
> [1] https://demo-trunk.ofbiz.apache.org/ordermgr/control/orderentry
>
> Georg
>
> -----Ursprüngliche Nachricht----- From: Jacques Le Roux
> Sent: Monday, August 10, 2020 4:10 PM
> To: user@ofbiz.apache.org
> Subject: Re: Shorten the order fulfillment processs
>
> Hi Georg,
>
> I did something like that in 2007 for an ecommerce GB company (not with the signed delivery note part).
> I had to add some custom code to the order entry wizard/tunnel[1] and it's still the same today.
> As the needs are most of the time specific there is no way to have that OOTB. But it's easy to add because all the bricks are present.
>
> HTH
>
> Jacques
>
> [1] https://demo-trunk.ofbiz.apache.org/ordermgr/control/orderentry
>
> Le 07/08/2020 à 10:04, Georg Potthast 2 a écrit :
>> I hope this question will open in a new thread.
>>
>> We are planning to replace our old ERP system with an OFBiz based system. However, we currently have a different process than the one described in 
>> the wiki page OFBIZ/Order+Fulfillment+Process+Overview
>>
>> We take the orders by phone and generate a delivery note from that. Our driver picks the goods from our storage and delivers them to the customer. 
>> When he returns with a signed delivery note from the customer, we enter the delivery note into the ERP system. The ERP system takes a look at the 
>> agreement details for the customer including his price and generates an invoice which is sent in the mail.
>>
>> This does not seem to fit the process described in the wiki page. How can we use OFBiz to fit our existing process? 
>