GNUCash data model

Bala B K bkbsub at gmail.com
Sat Jun 6 12:06:53 EDT 2009


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.


More information about the gnucash-devel mailing list