GnuCash c935c2f+
Loading...
Searching...
No Matches
python.gnucash_core.GncPriceDB Class Reference
Inheritance diagram for python.gnucash_core.GncPriceDB:
python.gnucash_core.GnuCashCoreClass

Additional Inherited Members

- Public Member Functions inherited from python.gnucash_core.GnuCashCoreClass
 do_lookup_create_oo_instance (self, lookup_function, cls, *args)
 
- Static Protected Attributes inherited from python.gnucash_core.GnuCashCoreClass
 _module = gnucash_core_c
 

Detailed Description

a simple price database for gnucash.
The PriceDB is intended to be a database of price quotes, or more specifically,
a database of GNCPrices. For the time being, it is still a fairly simple
database supporting only fairly simple queries. It is expected that new
queries will be added as needed, and that there is some advantage to delaying
complex queries for now in the hope that we get a real DB implementation
before they're really needed.

Every QofBook contains a GNCPriceDB, accessible via gnc_pricedb_get_db.

Definition in file gnc-pricedb.h.
See also https://code.gnucash.org/docs/head/gnc-pricedb_8h.html

Definition at line 745 of file gnucash_core.py.


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