GNUCash data model

Dmitriy dmangul at googlemail.com
Sun Jun 7 09:43:23 EDT 2009


Bala B K wrote:
> Hello,
> 
> I was wondering if there was a readily available data model that I
> could look up for GNUCash.
> 
> For example, the Account class might look like:
> 
> Account
>    - Name (String) - Primary Key
>    - Description (String)
>    - Currency (String)
>    - Balance (Decimal)
>    - Type (AccountType)
>    - Placeholder (Boolean)
>    - SubAccounts (List<Account>)
> 
> AccountType
>    - Name (String)
>    - Type (Integer) - Primary Key
> 
> etc. Does such a data model diagram exist?
> 
> Thanks,
> Bala.

hello, a SQL data model can you find hier:
http://wiki.gnucash.org/wiki/SQL

Dmitriy



More information about the gnucash-devel mailing list