#include <TransactionsDB.h>
Collaboration diagram for transactionStructure:

Public Attributes | |
| DateType | date |
| date on which the transaction was made. More... | |
| Payment_method | method |
| the method of payment. More... | |
| double | exchange_rate |
| per-transaction exchange rate (if another currency is involved). The rate relates 1st split to second split (order matters). More... | |
| Boolean | is_scheduled |
| indicates if the transaction is scheduled. More... | |
| UInt8 | num_splits |
| number of splits assigned to this transaction. More... | |
| scheduledStructure | sched |
| contains scheduling information. More... | |
| Char * | payee |
| person/company. More... | |
| Char * | num |
| optional number to id this transaction (cheque number, order number, etc.). More... | |
| Char * | note |
| note on the transaction. More... | |
Definition at line 100 of file TransactionsDB.h.
|
|
date on which the transaction was made.
Definition at line 102 of file TransactionsDB.h. |
|
|
per-transaction exchange rate (if another currency is involved). The rate relates 1st split to second split (order matters).
Definition at line 106 of file TransactionsDB.h. |
|
|
indicates if the transaction is scheduled.
Definition at line 108 of file TransactionsDB.h. |
|
|
the method of payment.
Definition at line 104 of file TransactionsDB.h. |
|
|
note on the transaction.
Definition at line 118 of file TransactionsDB.h. |
|
|
optional number to id this transaction (cheque number, order number, etc.).
Definition at line 116 of file TransactionsDB.h. |
|
|
number of splits assigned to this transaction.
Definition at line 110 of file TransactionsDB.h. |
|
|
person/company.
Definition at line 114 of file TransactionsDB.h. |
|
|
contains scheduling information.
Definition at line 112 of file TransactionsDB.h. |
1.2.14 written by Dimitri van Heesch,
© 1997-2002