gnucash/bindings
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
..
guile Potentially fix CI test on Arch related to glib and c++ 2021-03-22 12:37:24 +01:00
python Fix to_string_with_decimal_point_placed 2021-04-01 13:26:15 +02:00
business-core.i Merge branch 'maint' 2020-01-30 20:30:04 +08:00
CMakeLists.txt bindings/guile - remove gnc-module wrapper 2019-12-06 20:38:21 +01:00
core-utils.i Expose ngettext as gnc:ngettext 2020-11-02 22:24:05 +08:00
engine-common.i engine - move guile code to bindings/guile 2019-12-06 19:59:11 +01:00
engine.i Update price database for imported transactions 2021-03-09 10:39:56 -08:00