EDI and EDIFACT supported in ofbiz

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

EDI and EDIFACT supported in ofbiz

hoboy2
CONTENTS DELETED
The author has deleted this message.
Reply | Threaded
Open this post in threaded view
|

Re: EDI and EDIFACT supported in ofbiz

Jacques Le Roux
Administrator
Nope

Jacques

Le 25/01/2016 12:30, hoboy2 a écrit :

> Maybe this mail will be double I am very sorry about that.
>
> I am investigating the usage of edi/edifact in ofbiz.
> Does ofbiz support them ?
>
> Thanks
>
>
>
> --
> View this message in context: http://ofbiz.135035.n4.nabble.com/EDI-and-EDIFACT-supported-in-ofbiz-tp4676433.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.
>
Reply | Threaded
Open this post in threaded view
|

Re: EDI and EDIFACT supported in ofbiz

hoboy2
CONTENTS DELETED
The author has deleted this message.
Reply | Threaded
Open this post in threaded view
|

Re: EDI and EDIFACT supported in ofbiz

Nicolas Malin-2
In reply to this post by hoboy2
We had started this improvement for some customer but isn't in the std.

You can check here :
http://addons.neogia.org/addons-12.04/flow-engine/0.2.7-12.04/

But it's old and not maintain .

Nicolas
Le 25/01/2016 12:30, hoboy2 a écrit :

> Maybe this mail will be double I am very sorry about that.
>
> I am investigating the usage of edi/edifact in ofbiz.
> Does ofbiz support them ?
>
> Thanks
>
>
>
> --
> View this message in context: http://ofbiz.135035.n4.nabble.com/EDI-and-EDIFACT-supported-in-ofbiz-tp4676433.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.

Reply | Threaded
Open this post in threaded view
|

Re: EDI and EDIFACT supported in ofbiz

David E. Jones-2
In reply to this post by hoboy2

> On 25 Jan 2016, at 03:30, hoboy2 <[hidden email]> wrote:
>
> Maybe this mail will be double I am very sorry about that.
>
> I am investigating the usage of edi/edifact in ofbiz.
> Does ofbiz support them ?

If you need this for an existing OFBiz project and will implement something anyway take a look at the OAGIS services, there are some similarities in the data included (though the format/etc is totally different).

There is a component with a half dozen EDI integrations in the Moqui Ecosystem (see the mantle-edi repository). They are all X12 (not EDIFACT), but might be a useful reference and starter code. The Mantle data model (in the mantle-udm repository) is very similar to the OFBiz one, so you should be able to adapt the code without too much trouble.

Of course, EDI (and OAGIS for that matter) are huge specifications and the few of the hundreds of messages you support will vary widely in different business scenarios. The OFBiz OAGIS and mantle-edi messages may be completely different from the ones you need.

-David