Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

scheduledStructure Struct Reference

unpacked structure of an scheduled scheduled. More...

#include <TransactionsDB.h>

List of all members.

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...


Detailed Description

unpacked structure of an scheduled scheduled.

Definition at line 38 of file TransactionsDB.h.


Member Data Documentation

Boolean scheduledStructure::end_by_date
 

if true, end_date defines the end of this repeat transaction; otherwise repeat_times defines it.

Definition at line 52 of file TransactionsDB.h.

DateType scheduledStructure::end_date
 

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.

UInt16 scheduledStructure::frequency
 

frequency of the repetition (i.e. every n days).

Definition at line 44 of file TransactionsDB.h.

Boolean scheduledStructure::paused
 

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.

Repeat_interval scheduledStructure::repeat_interval
 

interval at which the transaction will repeat (day,week,etc.).

Definition at line 40 of file TransactionsDB.h.

UInt16 scheduledStructure::repeat_on
 

day of the week/month on which transaction will repeat.

Definition at line 42 of file TransactionsDB.h.

Int16 scheduledStructure::repeat_times
 

number of times the transaction will be repeated (-1 - forever).

Definition at line 46 of file TransactionsDB.h.

Boolean scheduledStructure::to_be_cleared
 

if true, the transaction is going to be recorded as cleared.

Definition at line 50 of file TransactionsDB.h.


The documentation for this struct was generated from the following file:
Generated on Thu Jan 16 23:11:15 2003 for FreeCoins by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002