Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Help creating a 940 document #7

Open
nvolungis opened this issue Feb 7, 2014 · 1 comment
Open

Help creating a 940 document #7

nvolungis opened this issue Feb 7, 2014 · 1 comment

Comments

@nvolungis
Copy link

I'm trying to create a 940 Warehouse Order and I've got one question thus far. The beginning of the example we were sent by our expeditor has a very specific format:
ISA_00_ 00 _ZZ_111111111 _01_035239425 010613_1209_U_00200_000001248_0_P>!

The output from the factory example in your repo looks like this
ISA****************

How do I inject the right info and formatting into that ISA segment.

I appreciate any help you could provide. Thanks!

Actually, I'm pretty lost on how to build these XML Definitions altogether. O_o

@mjpete3
Copy link
Owner

mjpete3 commented Feb 11, 2014

Take a look at the tests. I've attached the test for the 837p
transmission. Look at the method def test_all. I think it will help
get you going in the right direction. Also, since you are new to EDI,
the ISA segment is the only fixed segment in EDI messages. make sure
you pad the fields in the ISA to the correct length.

On Fri, 2014-02-07 at 12:04 -0800, nvolungis wrote:

I'm trying to create a 940 Warehouse Order and I've got one question
thus far. The beginning of the example we were sent by our expeditor
has a very specific format:
ISA_00_ 00 ZZ111111111 01035239425 0106131209_U_00200_000001248_0_P_>!

The output from the factory example in your repo looks like this
ISA****************

How do I inject the right info and formatting into that ISA segment.

I appreciate any help you could provide. Thanks!


Reply to this email directly or view it on GitHub.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants