gnucash/bindings/python
koldavi 506fd57989
Fix to_string_with_decimal_point_placed
>>> nominator='123456'
A digit is missing in the string returned from to_string_with_decimal_point_placed. The -1 error.
>>> point_place=2
>>> nominator[:-point_place - 1], nominator[-point_place:]
('123', '56')
2021-04-01 13:26:15 +02:00
..
example_scripts Fix to_string_with_decimal_point_placed 2021-04-01 13:26:15 +02:00
tests add some unittests for python Session 2020-06-21 16:23:32 +02:00
__init__.py introduce python submodule deprecation 2020-06-20 10:40:54 +02:00
app_utils.py restructure info so that python help will display it 2020-04-20 16:07:50 +02:00
CMakeLists.txt introduce python submodule deprecation 2020-06-20 10:40:54 +02:00
deprecation.py introduce python submodule deprecation 2020-06-20 10:40:54 +02:00
function_class.py enable keyword arguments for default_arguments_decorator 2020-06-21 16:23:32 +02:00
gnucash_business.py Update python/gnucash_business.py to reflect rename of gncOwnerApplyPayment. 2021-03-14 10:48:30 -07:00
gnucash_core.i Decouple QofBook creation from QofSession. 2020-05-08 15:59:41 -07:00
gnucash_core.py use same order in comment as in definition of SessionOpenMode enum 2020-07-04 22:26:35 +02:00
sqlite3test.c Replace the three bool parameters to qof_session_begin to an enum. 2020-06-04 14:07:28 -07:00
time64.i remove debug information for time conversion 2021-03-27 14:05:21 +01:00