GnuCash
5.6-150-g038405b370+
|
Split in Gnucash. More...
Data Fields | |
QofInstance | inst |
Account * | acc |
Account * | orig_acc |
GNCLot * | lot |
Transaction * | parent |
Transaction * | orig_parent |
const char * | memo |
const char * | action |
time64 | date_reconciled |
char | reconciled |
unsigned char | gains |
Split * | gains_split |
gnc_numeric | value |
gnc_numeric | amount |
const gchar * | split_type |
gnc_numeric | balance |
gnc_numeric | noclosing_balance |
gnc_numeric | cleared_balance |
gnc_numeric | reconciled_balance |
Split in Gnucash.
A "split" is more commonly referred to as a "entry" in a "transaction". Each split belongs to one Account and one Transaction. The split is one out of several parts a Transaction is divided into.
This is the typename for a split. 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 71 of file SplitP.hpp.