finances

Track personal finances in an SQL database.

View On GitHub

Accounts

Accounts Window 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 accounts button in the toolbar.

Account properties

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

Window toolbar

The following actions are available on the Accounts window toolbar.

Open Transactions…
Open a Transactions window for the selected account.
Add New Account
Add a new account.
Delete Delete
Delete the selected account. Only enabled for an empty account (no transactions).
Save Save
Save changes to the accounts.
Reload Reload Accounts
Reload the accounts, discarding any unsaved changes.
Companies Companies…
Display the Companies dialog which can be used to add, delete or rename companies.