GnuCash
5.6-150-g038405b370+
|
STRUCTS. More...
#include <TransactionP.hpp>
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 | txn_type |
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.hpp, 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.hpp.