Want to import data from accounting software to ofbiz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Want to import data from accounting software to ofbiz

Anchit Jindal
Hi All

I want to import some accounting software data to Ofbiz.  There are GL's, vauchers, transactions etc. in the data provided by software Can any one suggest me how to insert this type of data. Is there any reference available to understand ofbiz accounting flow.  
Reply | Threaded
Open this post in threaded view
|

Re: Want to import data from accounting software to ofbiz

james_sg
You will get better response when you post in the user sub-forum.

Anchit Jindal wrote
Hi All

I want to import some accounting software data to Ofbiz.  There are GL's, vauchers, transactions etc. in the data provided by software Can any one suggest me how to insert this type of data. Is there any reference available to understand ofbiz accounting flow.
Reply | Threaded
Open this post in threaded view
|

Re: Want to import data from accounting software to ofbiz

Anchit Jindal
Thanks for the replay next time i will keep this in mind.
Reply | Threaded
Open this post in threaded view
|

Re: Want to import data from accounting software to ofbiz

joelfradkin@gmail.com
There is a pretty good book by sharon Foga : getting started with apache OFBiz Accounting.
I do not recall her reading data from a different accounting system, but she covers the accounting so you can become familiar with it. She also gives a good example of webtools (ofbiz has a utility called webtools).
You can read and write data using web tools, but it is pretty specific about the format.

I was able to interface OFBiz to our product using my own routines. You may find that is the easiest way to get data into your system. I create products, supplier records for the products and min qty records using a java routine.

Good luck.
Joel Fradkin