Commit Graph

172 Commits (d841b322d0bf4dde5f7ade09545a8ffbc54ca7ef)

Author SHA1 Message Date
John Ralls d841b322d0 Merge Frank Ellenberger's 'Bug684507' into maint.
4 years ago
Christoph Holtermann f44d23035e python qof examples
4 years ago
John Ralls 9ad24321b4 Remove investment-type namespaces.
4 years ago
Frank H. Ellenberger c7f842c081 Bug 684507 - commodity namespace should be localized
4 years ago
John Ralls b8552a8070 Fix python transaction test_date on Ubuntu-81.04.
5 years ago
John Ralls fcab298245 Add test for Transaction GetDate() in python bindings.
5 years ago
Steven Walter 5f721614ad Remove unneeded .decode() from Invoice*.tex.templ
5 years ago
Steven Walter 3ed6b4dab9 latex_invoices.py: write takes string not bytes
5 years ago
Steven Walter ba4852a9da latex_invoices.py: use default locale
5 years ago
Steven Walter ad3895fa07 latex_invoices.py: don't decode() a str
5 years ago
luz paz 95f8884892 Fix misc. typos in comments
5 years ago
Hong Xu 79d5270c9d Fix a variable name typo in Python binding gnc_pricedb_lookup_latest_before_t64
5 years ago
John Ralls 49102c7ac2 Python Bindings: Provide a deprecated GncPriceDB.lookup_latest_before_t64.
5 years ago
Robert Fewell 87285f945e Update gnucash_core.py with gnc-pricedb function name change
5 years ago
koldavi 506fd57989
Fix to_string_with_decimal_point_placed
5 years ago
c-holtermann d3b8a59d7e remove debug information for time conversion
5 years ago
John Ralls a11065b823 Fix fencepost error in calculating the week_num for POSIX timezone rules.
5 years ago
John Ralls 66eca8aab7 Update python/gnucash_business.py to reflect rename of gncOwnerApplyPayment.
5 years ago
Hong Xu e0e77ca39d Add Python example export_account_totals.py
6 years ago
c-holtermann 22f91c407e use same order in comment as in definition of SessionOpenMode enum
6 years ago
c-holtermann 40cfb70fb7 fix SessionOpenMode explanation for SESSION_NORMAL_OPEN
6 years ago
c-holtermann 3e842a7bf6 use urllib.parse.urlparse to check for xml on python Session init
6 years ago
c-holtermann b9c6fc2876 add some unittests for python Session
6 years ago
c-holtermann 0434acbe10 reformat two python example scripts with black
6 years ago
c-holtermann 485d8a65b0 decorate Session.begin with default mode argument
6 years ago
c-holtermann 44e61f4df2 enable Session.__init__() to be provided with existing instance or book
6 years ago
c-holtermann 5833c5afcb add unittests for function_class
6 years ago
c-holtermann 17d606e1f8 enable keyword arguments for default_arguments_decorator
6 years ago
c-holtermann c222503f42 add method decorate_method to function_class.py
6 years ago
c-holtermann ee77b713c2 update example scripts to SessionOpenMode
6 years ago
c-holtermann b073dbc5c3 allow keyword arguments for function_class.py
6 years ago
c-holtermann 4e280b9593 adapt to use of sessionOpenMode in qof_session_begin
6 years ago
c-holtermann 48072f5a4c make SessionOpenMode enum available for python
6 years ago
c-holtermann ee3342d2b4 introduce python submodule deprecation
6 years ago
John Ralls 6a1cb5eecd Replace the three bool parameters to qof_session_begin to an enum.
6 years ago
c-holtermann b13f40aeaf remove translation test
6 years ago
c-holtermann e1701fbdd6 locale is not needed anymore (debug)
6 years ago
c-holtermann 9e678a421e remove debug stuff
6 years ago
c-holtermann 7bf38ef837 test info
6 years ago
c-holtermann ca21f32249 remove global gettext import
6 years ago
c-holtermann efe9b4b606 remove debug info
6 years ago
c-holtermann f788e59318 remove debug stuff (temporarily)
6 years ago
c-holtermann fc87e275fa further debugging
6 years ago
c-holtermann 8d429d8295 further debugging
6 years ago
c-holtermann 2c09fe4f44 debug on travis
6 years ago
c-holtermann 694e5a26ff add test for gettext
6 years ago
c-holtermann 31d2b3cb44 install gettext
6 years ago
c-holtermann 41dc6ddbe2 implement gettext localization for python
6 years ago
John Ralls 320db3270b Remove duplicate decl.
6 years ago
John Ralls 8ff5af4c19 Decouple QofBook creation from QofSession.
6 years ago