DB design document

Dave Peticolas dave@krondo.com
Tue, 19 Dec 2000 18:57:34 -0800


"Phillip Shelton" writes:
> <quote>
> ACCOUNT_GROUP
> -------------
> group_guid              char    32
> group_name              text            name of the group of accounts
> notes                   text            any notes the user wishes to make
> 
> An account group is just what it sounds like, a group of accounts.
> 
> All accounts in an account group must be denominated in the same commodity.

Actually, there's no restriction on currencies of accounts in a group.

I should also mention that currently, AccountGroups are not assigned
GUIDs.

dave