GnuCash
5.6-150-g038405b370+
|
High level python wrapper classes for the business parts of GnuCash. More...
Go to the source code of this file.
Data Structures | |
class | python.gnucash_business.GnuCashBusinessEntity |
class | python.gnucash_business.Customer |
class | python.gnucash_business.Employee |
class | python.gnucash_business.Vendor |
class | python.gnucash_business.Job |
class | python.gnucash_business.Address |
class | python.gnucash_business.BillTerm |
class | python.gnucash_business.TaxTable |
class | python.gnucash_business.TaxTableEntry |
class | python.gnucash_business.Invoice |
class | python.gnucash_business.Bill |
class | python.gnucash_business.Entry |
Functions | |
def | python.gnucash_business.decorate_to_return_instance_instead_of_owner (dec_function) |
High level python wrapper classes for the business parts of GnuCash.
Definition in file gnucash_business.py.
dictionary python.gnucash_business.billterm_dict |
Definition at line 299 of file gnucash_business.py.
dictionary python.gnucash_business.customer_dict |
Definition at line 253 of file gnucash_business.py.
dictionary python.gnucash_business.employee_dict |
Definition at line 267 of file gnucash_business.py.
dictionary python.gnucash_business.entry_dict |
Definition at line 360 of file gnucash_business.py.
dictionary python.gnucash_business.invoice_dict |
Definition at line 335 of file gnucash_business.py.
dictionary python.gnucash_business.owner_dict |
Definition at line 231 of file gnucash_business.py.
dictionary python.gnucash_business.taxtable_dict |
Definition at line 310 of file gnucash_business.py.
dictionary python.gnucash_business.taxtableentry_dict |
Definition at line 319 of file gnucash_business.py.
dictionary python.gnucash_business.vendor_dict |
Definition at line 279 of file gnucash_business.py.