High level python wrapper classes for the core parts of GnuCash.
More...
Go to the source code of this file.
|
def | python.gnucash_core.gnc_pricedb_lookup_latest_before_t64 (self, commodity, currency, date) |
|
def | python.gnucash_core.decorate_monetary_list_returning_function (orig_function) |
|
def | python.gnucash_core.one_arg_default_none (function) |
|
|
| python.gnucash_core.exc_type |
|
| python.gnucash_core.exc_value |
|
| python.gnucash_core.exc_traceback |
|
dictionary | python.gnucash_core.PriceDB_dict |
|
| python.gnucash_core.get_prices |
|
| python.gnucash_core.this_module_dict = globals() |
|
dictionary | python.gnucash_core.backend_error_dict = {} |
|
| python.gnucash_core.get_root_account |
|
| python.gnucash_core.get_table |
|
| python.gnucash_core.get_price_db |
|
dictionary | python.gnucash_core.gncnumeric_dict |
|
| python.gnucash_core.clone |
|
dictionary | python.gnucash_core.commoditytable_dict |
|
| python.gnucash_core.get_commodity_list |
|
dictionary | python.gnucash_core.gnclot_dict |
|
dictionary | python.gnucash_core.trans_dict |
|
dictionary | python.gnucash_core.split_dict |
|
| python.gnucash_core.account |
|
| python.gnucash_core.parent |
|
dictionary | python.gnucash_core.account_dict |
|
| python.gnucash_core.name |
|
dictionary | python.gnucash_core.guid_dict |
| define addition methods for GUID object - do we need these More...
|
|
High level python wrapper classes for the core parts of GnuCash.
- Author
- Mark Jenkins, ParIT Worker Co-operative mark@.nosp@m.pari.nosp@m.t.ca
-
Jeff Green, ParIT Worker Co-operative jeff@.nosp@m.pari.nosp@m.t.ca
Definition in file gnucash_core.py.
◆ account_dict
dictionary python.gnucash_core.account_dict |
Initial value: 4 'get_parent' : Account,
7 'lookup_by_code' : Account,
8 'lookup_by_name' : Account,
9 'lookup_by_full_name' : Account,
10 'FindTransByDesc' : Transaction,
11 'FindSplitByDesc' : Split,
12 'GetBalance' : GncNumeric,
13 'GetClearedBalance' : GncNumeric,
14 'GetReconciledBalance' : GncNumeric,
15 'GetPresentBalance' : GncNumeric,
16 'GetProjectedMinimumBalance' : GncNumeric,
17 'GetBalanceAsOfDate' : GncNumeric,
18 'ConvertBalanceToCurrency' : GncNumeric,
19 'ConvertBalanceToCurrencyAsOfDate' : GncNumeric,
20 'GetBalanceInCurrency' : GncNumeric,
21 'GetClearedBalanceInCurrency' : GncNumeric,
22 'GetReconciledBalanceInCurrency' : GncNumeric,
23 'GetPresentBalanceInCurrency' : GncNumeric,
24 'GetProjectedMinimumBalanceInCurrency' : GncNumeric,
25 'GetBalanceAsOfDateInCurrency' : GncNumeric,
26 'GetBalanceChangeForPeriod' : GncNumeric,
27 'GetCommodity' : GncCommodity,
Definition at line 1085 of file gnucash_core.py.
◆ commoditytable_dict
dictionary python.gnucash_core.commoditytable_dict |
Initial value: 2 'lookup' : GncCommodity,
3 'lookup_unique' : GncCommodity,
4 'find_full' : GncCommodity,
5 'insert' : GncCommodity,
6 'add_namespace': GncCommodityNamespace,
7 'find_namespace': GncCommodityNamespace,
Definition at line 984 of file gnucash_core.py.
◆ gnclot_dict
dictionary python.gnucash_core.gnclot_dict |
Initial value: 2 'get_account' : Account,
4 'get_earliest_split' : Split,
5 'get_latest_split' : Split,
6 'get_balance' : GncNumeric,
8 'make_default' : GncLot
Definition at line 1011 of file gnucash_core.py.
◆ gncnumeric_dict
dictionary python.gnucash_core.gncnumeric_dict |
Initial value: 9 'add_fixed' : GncNumeric,
10 'sub_fixed' : GncNumeric,
11 'convert' : GncNumeric,
12 'reduce' : GncNumeric,
Definition at line 960 of file gnucash_core.py.
◆ guid_dict
dictionary python.gnucash_core.guid_dict |
Initial value: 3 'TransLookup': Transaction,
4 'AccountLookup': Account,
define addition methods for GUID object - do we need these
Definition at line 1134 of file gnucash_core.py.
◆ PriceDB_dict
dictionary python.gnucash_core.PriceDB_dict |
Initial value: 2 'lookup_latest' : GncPrice,
3 'lookup_nearest_in_time64' : GncPrice,
4 'lookup_nearest_before_t64' : GncPrice,
5 'convert_balance_latest_price' : GncNumeric,
6 'convert_balance_nearest_price_t64' : GncNumeric,
Definition at line 769 of file gnucash_core.py.
◆ split_dict
dictionary python.gnucash_core.split_dict |
Initial value: 4 'GetParent': Transaction,
6 'GetOtherSplit': Split,
7 'GetAmount': GncNumeric,
8 'GetValue': GncNumeric,
9 'GetSharePrice': GncNumeric,
10 'ConvertAmount': GncNumeric,
11 'GetBaseValue': GncNumeric,
12 'GetBalance': GncNumeric,
13 'GetClearedBalance': GncNumeric,
14 'GetReconciledBalance': GncNumeric,
15 'VoidFormerAmount': GncNumeric,
16 'VoidFormerValue': GncNumeric,
Definition at line 1056 of file gnucash_core.py.
◆ trans_dict
dictionary python.gnucash_core.trans_dict |
Initial value: 3 'FindSplitByAccount': Split,
5 'Reverse': Transaction,
6 'GetReversedBy': Transaction,
7 'GetImbalanceValue': GncNumeric,
8 'GetAccountValue': GncNumeric,
9 'GetAccountAmount': GncNumeric,
10 'GetAccountConvRate': GncNumeric,
11 'GetAccountBalance': GncNumeric,
12 'GetCurrency': GncCommodity,
Definition at line 1029 of file gnucash_core.py.