GnuCash c935c2f+
Loading...
Searching...
No Matches
Static Protected Attributes
python.gnucash_core.Account Class Reference
Inheritance diagram for python.gnucash_core.Account:
python.gnucash_core.GnuCashCoreClass

Static Protected Attributes

str _new_instance = 'xaccMallocAccount'
 
- Static Protected Attributes inherited from python.gnucash_core.GnuCashCoreClass
 _module = gnucash_core_c
 

Additional Inherited Members

- Public Member Functions inherited from python.gnucash_core.GnuCashCoreClass
 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 873 of file gnucash_core.py.

Field Documentation

◆ _new_instance

str python.gnucash_core.Account._new_instance = 'xaccMallocAccount'
staticprotected

Definition at line 892 of file gnucash_core.py.


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