GnuCash  5.6-150-g038405b370+
Data Fields
Split Struct Reference

Split in Gnucash. More...

Data Fields

QofInstance inst
 
Accountacc
 
Accountorig_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
 

Detailed Description

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.


The documentation for this struct was generated from the following file: