#include <TransactionsDB.h>
Public Attributes | |
| Repeat_interval | repeat_interval |
| interval at which the transaction will repeat (day,week,etc.). More... | |
| UInt16 | repeat_on |
| day of the week/month on which transaction will repeat. More... | |
| UInt16 | frequency |
| frequency of the repetition (i.e. every n days). More... | |
| Int16 | repeat_times |
| number of times the transaction will be repeated (-1 - forever). More... | |
| DateType | end_date |
| the last date at which the transaction can be repeated (start date is stored in the transaction itself). More... | |
| Boolean | to_be_cleared |
| if true, the transaction is going to be recorded as cleared. More... | |
| Boolean | end_by_date |
| if true, end_date defines the end of this repeat transaction; otherwise repeat_times defines it. More... | |
| Boolean | paused |
| if true, recording of the transaction is paused (i.e. More... | |
Definition at line 38 of file TransactionsDB.h.
|
|
if true, end_date defines the end of this repeat transaction; otherwise repeat_times defines it.
Definition at line 52 of file TransactionsDB.h. |
|
|
the last date at which the transaction can be repeated (start date is stored in the transaction itself).
Definition at line 48 of file TransactionsDB.h. |
|
|
frequency of the repetition (i.e. every n days).
Definition at line 44 of file TransactionsDB.h. |
|
|
if true, recording of the transaction is paused (i.e. the actual date is still updated as usual, but no new transactions are created Definition at line 55 of file TransactionsDB.h. |
|
|
interval at which the transaction will repeat (day,week,etc.).
Definition at line 40 of file TransactionsDB.h. |
|
|
day of the week/month on which transaction will repeat.
Definition at line 42 of file TransactionsDB.h. |
|
|
number of times the transaction will be repeated (-1 - forever).
Definition at line 46 of file TransactionsDB.h. |
|
|
if true, the transaction is going to be recorded as cleared.
Definition at line 50 of file TransactionsDB.h. |
1.2.14 written by Dimitri van Heesch,
© 1997-2002