EDI format
Solved
JeepyNO
Posted messages
14
Status
Member
-
Soufiane -
Soufiane -
Hello,
I need to create a program for generating electronic invoice documents in EDI format. I would like to know how to create this type of file through programming. Is it a file in the same logic as a bank LCR file?
Thank you in advance. JeepyNO
I need to create a program for generating electronic invoice documents in EDI format. I would like to know how to create this type of file through programming. Is it a file in the same logic as a bank LCR file?
Thank you in advance. JeepyNO
4 answers
-
Hi,
Check the EDI 810 (invoice) standard. For example here:
http://www.hibcc.org/EBUS/editemplates.htm
but it's in English.
Michael.
--
Don't worry about not being noticed; strive to do something remarkable [Confucius] -
Hi,
indeed your program will need to extract the information from your system and then format it to EDIFACT INVOIC D.96A (for France) or EDI 810 (for the USA)
link: www.gs1.fr -
-