GnuCash
4.11-137-g155922540d+
|
STRUCTS. More...
#include <TransactionP.h>
Data Fields | |
QofInstance | inst |
time64 | date_entered |
time64 | date_posted |
const char * | num |
const char * | description |
gnc_commodity * | common_currency |
GList * | splits |
unsigned char | marker |
Transaction * | orig |
char * | readonly_reason |
char * | doclink |
char * | void_reason |
char * | notes |
char | txn_type |
gint | isClosingTxn_cached |
STRUCTS.
Transaction in Gnucash.
A Transaction is a piece of business done; the transfer of money from one account to one or more other accounts. Each Transaction is divided into one or more Splits (usually two).
This is the typename for a transaction. The actual structure is defined in the private header TransactionP.h, but no one outside the engine should include that file. Instead, access that data only through the functions in Transaction.h .
Definition at line 74 of file TransactionP.h.