GnuCash  2.6.99
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Public Member Functions
python-bindings.gnucash_core.Transaction Class Reference
Inheritance diagram for python-bindings.gnucash_core.Transaction:
python-bindings.gnucash_core.GnuCashCoreClass

Public Member Functions

def GetNthSplit
 
def GetInvoiceFromTxn
 
- Public Member Functions inherited from python-bindings.gnucash_core.GnuCashCoreClass
def do_lookup_create_oo_instance
 

Detailed Description

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 381 of file gnucash_core.py.


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