Skip to main content

Generated page. Written from IdaMilk/SunApps_EDI at commit 3a58c65 on 2026-07-28, version 0.0.1. No README; short by design.

SunApps EDI

What is it?

An early EDI service, described in its package.json as "846/940/945 electronic data interchange processing" — three transaction sets, handled by a small Express app with a partner resolver and a state map.

Status

Superseded by Suntado EDI. Last activity April 2026, still at version 0.0.1.

The successor is unambiguous. Suntado EDI handles nine transaction sets rather than three, has a partner and transaction registry rather than a single resolver, persists transmissions and control numbers to SQL Server, supports SFTP, AS2 and API transports, and is actively developed.

The naming is genuinely confusing and worth pinning down:

This repositoryThe live one
RepositorySunApps_EDISuntado_EDI
Package namesunapps_edisunapps_edi
Version0.0.11.4.2
StatusSupersededActive

Both packages are named sunapps_edi. The repository name is the only reliable way to tell them apart — check which one you have open before making a change.

What it contained

PathRole
services/edi/ediService.jsDocument processing
services/edi/partnerResolver.jsPartner lookup
services/edi/stateMap.jsState mapping
services/emailTemplates.jsNotification templates
clients/coreClient.jsCalls back to the Core API

No database and no X12 library — a thin service that leaned on the Core API rather than owning EDI itself. That limitation is essentially why the successor exists.

Repository

RepositoryIdaMilk/SunApps_EDI
Version0.0.1
Primary languageJavaScript (Node, CommonJS)
Files15
Last activity2026-04-15
StatusSuperseded
READMENone

It retains full deployment workflows, so it could still be deployed by accident. Archiving it would remove that possibility and resolve the name collision at the same time.