|
GnuCash 2.4.99
|
Data Fields | |
| gchar * | name |
| GDate | start |
| GDate | last |
| GDate | end |
| GList * | schedule |
| gint | instNum |
| TTInfo * | mainTxn |
| TTInfo * | escrowTxn |
A transient structure to contain SX details during the creation process.
Definition at line 287 of file assistant-loan.c.
The optional escrow transaction being created.
Definition at line 300 of file assistant-loan.c.
| gint toCreateSX_::instNum |
The current 'instance-num' count.
Definition at line 296 of file assistant-loan.c.
The main/source transaction being created.
Definition at line 298 of file assistant-loan.c.
| gchar* toCreateSX_::name |
The name of the SX
Definition at line 290 of file assistant-loan.c.
| GList* toCreateSX_::schedule |
The SX schedule
Definition at line 294 of file assistant-loan.c.
| GDate toCreateSX_::start |
The start, last-occurred and end dates.
Definition at line 292 of file assistant-loan.c.
1.7.4