Commit Graph

5 Commits

Author SHA1 Message Date
Christoph Holtermann
840feccbf7 Python bindings - no instance necessary anymore 2014-06-06 16:51:43 +02:00
Frank H. Ellenberger
9d9cbfc310 Fix a few doxygen errors and wanrnings.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@23422 57a11ea4-9604-0410-9ed3-97b8803252fd
2013-11-21 20:19:05 +00:00
Christian Stimming
e782f4368c Improve python bindings: str_methods.py improved.
Patch by Christoph Holtermann:

str_methods.py
- added a flagging system to change the output of the __str__ methods
- added unicode and str-methods to invoice and entry

function_class.py
- added modified add_method and add_classmethods to implement the previous

gnucash_business.py
- add methods_return_instance_lists for method Invoice.GetEntries

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20695 57a11ea4-9604-0410-9ed3-97b8803252fd
2011-05-27 06:39:27 +00:00
Christian Stimming
e3b8b22ab5 Bug #639906: Changing the way __format__ works for Split and Transaction
Patch by Christoph Holtermann

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20263 57a11ea4-9604-0410-9ed3-97b8803252fd
2011-02-10 19:36:52 +00:00
Christian Stimming
dc4ae21d0b Bug #639906: Improve text output methods of python bindings
Patch by Christoph Holtermann:

For the more complex financial objects i chose a different approach.

The printing functions are located in one module. Importing this module adds
these functions as methods to the classes defined in gnucash_core.py.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20145 57a11ea4-9604-0410-9ed3-97b8803252fd
2011-01-22 14:39:56 +00:00