|
GnuCash
2.6.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 292 of file assistant-loan.c.
| TTInfo* toCreateSX_::escrowTxn |
The optional escrow transaction being created.
Definition at line 305 of file assistant-loan.c.
| gint toCreateSX_::instNum |
The current 'instance-num' count.
Definition at line 301 of file assistant-loan.c.
| TTInfo* toCreateSX_::mainTxn |
The main/source transaction being created.
Definition at line 303 of file assistant-loan.c.
| gchar* toCreateSX_::name |
The name of the SX
Definition at line 295 of file assistant-loan.c.
| GList* toCreateSX_::schedule |
The SX schedule
Definition at line 299 of file assistant-loan.c.
| GDate toCreateSX_::start |
The start, last-occurred and end dates.
Definition at line 297 of file assistant-loan.c.
1.8.6