Hi Prasanth, Neogia, which is based on Ofbiz, has UML diagrams for its Accounting entities here:
http://neogia.org/wiki/index.php/UML_Diagram#Accounting In the Ofbiz wiki, there are diagrams for some of the tables in the database, including accounting: https://cwiki.apache.org/confluence/display/OFBIZ/Key%20data%20model%20reference You'll notice the names are the actual table names, not Ofbiz entities. Table names are abbreviated because there is a limit on identifier name length in some databases. You can usually infer the name of the entity from the name of the table. For an overall understanding of the Ofbiz data model, read the The Data Model Resource Book by Len Silverston, especially volume 1: http://isbn.nu/9780471353485 Ofbiz's data model is not identical to that presented in the book, but was inspired by it and the book will help you to understand many of the design decisions. Regards Paul Foxworthy prasanth r wrote: > > hi all, > > Is there any link for ofbiz accounting packge data model for latest > version?. > > Any idea will be appreciated. > > thanks > prasath rajan > +91-9442369696 > -- View this message in context: http://ofbiz.135035.n4.nabble.com/ofbiz-accouting-data-model-tp3632493p3634557.html Sent from the OFBiz - User mailing list archive at Nabble.com.
