From 551f6c608eeab5fa38fd4dce94d239c89c47cd97 Mon Sep 17 00:00:00 2001 From: Michael Chrisco Date: Thu, 26 Sep 2019 14:29:06 -0700 Subject: [PATCH] EDI Modules for Ooda (#48) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e6d5c1f..0029b3a 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,7 @@ List of EDI Github Resources. PRs Welcome! - [BerryWorksSoftware/edireader](https://github.com/BerryWorksSoftware/edireader) - EDIReader is a Java package for parsing business documents structured according to EDI standards. It supports the SAX and JAXP interfaces defined for XML, making it suitable for use in any XML-based system that allows the configuration of a custom SAX parser. - [EDIdEv](http://www.edidev.com) - The EDIdEv Framework EDI (FREDI) solution is comprised of an EDI tool and a customizable EDI application. - [EdiFabric/EDI-API-SDKs](https://github.com/EdiFabric/EDI-API-SDKs) - Code in the language you know to programmatically manipulate EDI files. +- [OCA/edi](https://github.com/OCA/edi) - EDI Modules for Ooda ## Examples - [Edipique/EDI-X12](https://github.com/dipique/EDI-X12) - Rough process for generating EDI X12 834 and 837 files from a CSV file. Structured in a way that allows easy transition to other data sources. - [PHP Implementations of Transactions](https://github.com/stephenmccready/X12) - PHP examples of writing EDI from scratch.