Commit Graph

48 Commits (stable)

Author SHA1 Message Date
Oliver Lok Trevor 479ecc7b2b Fixed GetInvoiceFromTxn to convert to the right type of Python object for a GncInvoice.
10 months ago
John Ralls 6cabb5d884 Revisit Bug 799308.
1 year ago
John Ralls 02e2fa0ead Bug 799308 - sqlite backend: Example Python script prints error...
1 year ago
Geert Janssens e8d72ad53f Doxygen - merge separate txt files into respective header files
2 years ago
Christopher Lam 7ce4198c20 rename string_to_gnc_numeric to gnc_numeric_from_string
3 years ago
Christoph Holtermann 6a015c8744 make GncNumeric.invert() return GncNumeric
4 years ago
Christoph Holtermann 567df27cc7 Implement some comparisons and arithmetics for GncNumeric
4 years ago
Christoph Holtermann 62f8acf6ae Provide the complete set of QOF enums in gnucash
4 years ago
Christoph Holtermann 06e17dfd5c Provide wrapper for qof numeric predicate
4 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
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 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 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 e1701fbdd6 locale is not needed anymore (debug)
6 years ago
c-holtermann efe9b4b606 remove debug info
6 years ago
c-holtermann 31d2b3cb44 install gettext
6 years ago
c-holtermann 41dc6ddbe2 implement gettext localization for python
6 years ago
John Ralls 8ff5af4c19 Decouple QofBook creation from QofSession.
6 years ago
John Ralls 3ca8fa1229 Merge branch 'maint'
6 years ago
c-holtermann 0da6b851b0 add instance argument to Session constructor
6 years ago
andygoblins f1f450cedc make Session a context manager
6 years ago
andygoblins 4502afad4f fix __eq__ in Split and Transaction
6 years ago
Andrey Legayev 34c14b44a9
Remove not needed semicolons in Python bindings
6 years ago
Geert Janssens 15a35e6a3b Housekeeping - replace plenty of http links with https
7 years ago
Mike Evans 29416292a9 Remove FIX ME
7 years ago
c-holtermann 3884e6abf5 unobfuscate get_date method name
7 years ago
Christoph Holtermann ff660a873e Revert "Question about GncMonetary class instead of tuple"
7 years ago
Christoph Holtermann 8fe0b14213 Question about GncMonetary class instead of tuple
7 years ago
Christoph Holtermann 929a3bcd9e pass additional args and document function
7 years ago
John Ralls 1a7c5b9a32 Merge Christoff Holterman's Bug 796137 repair into maint.
8 years ago
Christoph Holtermann 3ab66623cd Bug 796137 - implement search_for as method of Python Query
8 years ago
John Ralls fee589b28c Remove Timespec from pricedb.
8 years ago
John Ralls 756f444ac3 Update bug tracker URL
8 years ago
John Ralls 7989f02c73 Merge Tomas Schlosser's "Allow creation of prices in Python bindings" into unstable.
8 years ago
Julian Wollrath a43b115a45 Bug 791831 - Add python3 support
8 years ago
Tomas Schlosser 01bb298504
Allow creation of prices in Python bindings
8 years ago
John Ralls 8900b19da3 Bug 790845 - 2.7.3: massive test failures on some architectures (reopened).
8 years ago
Guy Taylor 744cdac5a4 Use builtin SWIG conversions for glib types
8 years ago
Guy Taylor e011576e37 Add GncNumeric to native Python Fraction
8 years ago
Guy Taylor 1ef379a704 Fix Python GncNumeric for non (int, int) pairs
8 years ago
Geert Janssens 83d14e1c1c Restructure the src directory
9 years ago