Transactions

Overview

Transactions are a way to record what you have done with your money. A single transaction describes a transfer of money from one account to another (see the section called Accounts).

Each transaction has five properties, which are described below.

  1. Amount is one of properties of a transaction. It tells how much money was transfered between accounts. It generally should be a positive value, but there are no constaints on that.

  2. To state which account to debit, AccFrom is used.

  3. Very similiar to the above is AccTo which specifies which account to credit.

  4. The Date just tells when did the transaction occur.

  5. You can use Description property to provide additional information about a transaction. For example you could put here a list of items you bought.

Editing commands

You can create a new transaction with Transaction->New (Control-N). The following dialog will appear to let you fill in required information about the transaction.

Figure 3-5. Transaction dialog

After filling in the dialog press OK or hit Enter to accept values.

Tip: You can enter any python numeric expression in the Amount entry (ie. 1.40 + 2 * 1.20). This is especially useful if you have a large bill from a let's say supermarket and don't want to use external tool just to sum some of the prices

To edit existing transactions select them and choose Transaction->Edit from the menu. A very similiar dialog to the one above is used to edit a transaction. Please note that you can edit more than one transaction at once. In case you were editing transactions which have different properties, those properties will be filled with <don't change> tag. Leaving it as it is will left those properties untouched while changing it to any other value will set all selected transactions to that value.

To delete transactions select them and choose Transaction->Delete from the menu.

Selection commands

You can (un)select several transactions at once using selection commands from the Transaction menu. To (un)select some transactions choose appropriate command. Fill in the presented dialog. All transactions which match the limit expression you entered will be (un)selected. For additional information see the section called Limits.

You can reverse selection with Transaction->Reverse selection menu item.

Sorting and highlighting

To ease browsing through transactions you can sort and highlight them. Just click the column by which you would like to sort. Clicking the column for the second time will reverse the sorting order. If any two transactions are considered uqual by current sort order, than the previously chosen order is taken.

There are three highlighting modes. To choose them dive into Transaction->Highlight mode submenu. The modes work as follows:

None

No highlighting at all.

Striped

Blue and white stripes by turns.

Sort order

Two transactions which are equal (in the terms of the current sorting order) get the same highlight color.

Miscellaneous

Transactions info command. You can get summarize selected transactions with Transaction->Transactions info command.

Pop-up menu. You can click with right mouse button in the transactions registry. This will popup a menu with 'edit' and 'delete' options.