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

How can I create a new 850 purchase order? #4

Open
anam-mansoor7 opened this issue Mar 20, 2013 · 3 comments
Open

How can I create a new 850 purchase order? #4

anam-mansoor7 opened this issue Mar 20, 2013 · 3 comments

Comments

@anam-mansoor7
Copy link

No description provided.

@mjpete3
Copy link
Owner

mjpete3 commented Mar 21, 2013

The transactions are in straight XML files located in the misc
directory. You need the EDI X12 850 transactions specs that defines the
loops, segments and whether the loops & segments are required or
situational.

Creating the XML file is not that bad or long to do. The big thing is
the tests. You really need to have a couple of "Good" 850 transactions
that you can parse or build and then test against.

I, myself, just found an error within the 835.xml transaction file I
created 5 months ago. I put a trailing tag in the wrong spot.

I haven't looked at the 850 transaction. If you have the specs and a
couple of known "Good" transactions, I can give you a hand with it.

Marty

On Wed, 2013-03-20 at 05:14 -0700, anam.mansoor wrote:


Reply to this email directly or view it on GitHub.

@anam-mansoor7
Copy link
Author

I have the 850.xml transaction file(http://pastebin.com/cfQxZ2jp) and some good 850 transactions. I will get to it when I have some free time on my hands.

@mjpete3
Copy link
Owner

mjpete3 commented Mar 22, 2013

Anam,

I've had a few minutes between yesterday and today to take a look at the
EDI 850. There appears to be 2 "standard" 850 transactions, one for DSD
stores and one for general PO's.

It also looks like each major vendor has their own slant to the 850
transaction. This is gong to make supporting the 850 difficult.

I have your 850 transaction. If you could send me example
transmissions, and if possible, let me know who your trading partner is,
I could help more.

Marty

On Wed, 2013-03-20 at 23:11 -0700, anam.mansoor wrote:

I have the 850.xml transaction file(http://pastebin.com/cfQxZ2jp) and
some good 850 transactions. I will get to it when I have some free
time on my hands.


Reply to this email directly or view it on GitHub.

tcd added a commit to tcd/x12 that referenced this issue Oct 24, 2019
New 850 definition procured from [this issue][1].

[1]: mjpete3#4
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