GnuCash  5.6-118-gf3b203f4db+
python.gnucash_core.Account Class Reference
Inheritance diagram for python.gnucash_core.Account:
python.gnucash_core.GnuCashCoreClass

Additional Inherited Members

- Public Member Functions inherited from python.gnucash_core.GnuCashCoreClass
def do_lookup_create_oo_instance (self, lookup_function, cls, args)
 

Detailed Description

A GnuCash Account.

A fundamental entity in accounting, an Account provides representation
for a financial object, such as a ACCT_TYPE_BANK account, an
ACCT_TYPE_ASSET (like a building),
a ACCT_TYPE_LIABILITY (such as a bank loan), a summary of some type of
ACCT_TYPE_EXPENSE, or a summary of some source of ACCT_TYPE_INCOME .

The words in upper case are the constants that GnuCash and this library uses
to describe account type. Here is the full list:
ACCT_TYPE_ASSET, ACCT_TYPE_BANK, ACCT_TYPE_CASH, ACCT_TYPE_CHECKING, \
ACCT_TYPE_CREDIT, ACCT_TYPE_EQUITY, ACCT_TYPE_EXPENSE, ACCT_TYPE_INCOME, \
ACCT_TYPE_LIABILITY, ACCT_TYPE_MUTUAL, ACCT_TYPE_PAYABLE, \
ACCT_TYPE_RECEIVABLE, ACCT_TYPE_STOCK, ACCT_TYPE_ROOT, ACCT_TYPE_TRADING

These are not strings, they are attributes you can import from this
module

Definition at line 739 of file gnucash_core.py.


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