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

_______________________________________________
gnucash-devel mailing list
[email protected]
https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Reply via email to