GnuCash
5.6-150-g038405b370+
|
Public Member Functions | |
def | GetNthSplit (self, n) |
def | GetInvoiceFromTxn (self) |
def | __eq__ (self, other) |
Public Member Functions inherited from python.gnucash_core.GnuCashCoreClass | |
def | do_lookup_create_oo_instance (self, lookup_function, cls, args) |
A GnuCash Transaction Consists of at least one (generally two) splits to represent a transaction between two accounts. Has a GetImbalance() method that returns a list of all the imbalanced currencies. Each list item is a two element tuple, the first element is the imbalanced commodity, the second element is the value. Warning, the commodity.get_instance() value can be None when there is no currency set for the transaction.
Definition at line 806 of file gnucash_core.py.