Track personal finances in an SQL database.
Every transaction is associated with at least one account (transfers are associated with two accounts). Each account can be associated with a company. The combination of company and account name must be unique. The Accounts window displays all of the accounts and their balances and it can be used to add, delete or modify accounts. The window also shows the number of transactions for each account. The Accounts window can be accessed from a Transactions window by clicking on the button in the toolbar.
Each account has the following properties.
Property | Description |
---|---|
Company Name | name of the company that holds the account |
Name | name of the account |
Type | the type of the account (Bank , Brokerage , Cash , Credit , Loan or 401k ) |
Description | description of the account |
Account Number | the account number |
Closed | true if the account has been closed |
The following actions are available on the Accounts window toolbar.