php-edifact / edifact-generator

Formatter for EDI messages
GNU Lesser General Public License v3.0
33 stars 27 forks source link

EDI-INVOIC #35

Open rdoppeltplus opened 3 weeks ago

rdoppeltplus commented 3 weeks ago

Hi, thanks for your awesome work. Would it be possible to add an INVOIC sample in the samples? I just want to make sure to use everything correctly and get the correct EDI Message... I'm not really sure if I use the library the right way, 'cause there's always an Error in my created Messages when they get too much information (like if I pass too much information for the Invoic).

sabas commented 3 weeks ago

Hi, actually I don't have experience with that message (I work only with the container related ones...), do you need a sample of the message or a sample of a class to build it? Can you share more about the error you are facing? (if sensitive you can send me an email)

rdoppeltplus commented 2 weeks ago

Hi, I could really use a sample of a class to build a whole INVOIC message. The problem is: The message I create via your generator is interpreted with errors when testing the message. So I don't really know if the interpreter is just broken or I just don't know how to "pack" the message. 

It would be nice to get smth like a structure of how an invoic message has to be generated :)

sabas commented 2 weeks ago

Can you send me an email with a sample EDI message and the errors you get? I'll explain you how to proceed