EDI format

Solved
JeepyNO Posted messages 14 Status Member -  
 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

4 answers

grofwa Posted messages 440 Status Member 479
 
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]
1
kwisark
 
There is also a site related to EDI in French
http://www.edifact.fr
0
EDI - EDI
 
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
0
malla
 
Salut, je cherche des livres sur le commerce électronique, merci.
0
ACHINE
 
Can Excel convert a text file (.txt) into an .EDI file? Thank you for your response!
0
christv31 Posted messages 21 Registration date   Status Member Last intervention   57
 
Excel is not a text editor, so you'll already have a hard time opening a text file with this tool!
If you manage to do it, check the options in "save as," otherwise look for or write a macro to do the job, but search for it under Word instead.
0
Soufiane
 
You first need to map your data in an Excel file. The IN variable and the OUT variable.
Then convert these variables using an XSLT
file .txt or .csv. idoc can be transformed into edi.
0