Re: python-bindings: improvements to str_methods

2011-05-26 Thread Christian Stimming
Applied, thanks a lot! Christian Am Donnerstag, 26. Mai 2011 schrieb Christoph Holtermann: > Hello ! > > I added some code: > > 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

Windows Binary with Python support

2011-05-26 Thread Rand Batchelder
Is is possible to get a windows binary of gnucash with Python scripting support ? ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

python-bindings: improvements to str_methods

2011-05-26 Thread Christoph Holtermann
Hello ! I added some code: 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_re

python-bindings: script to export invoices to LaTeX

2011-05-26 Thread Christoph Holtermann
Hello all ! I wrote a script to export invoices to LaTeX. It's attached as patch to Bugzilla [1]. regards, Christoph Holtermann [1] https://bugzilla.gnome.org/show_bug.cgi?id=651175 ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://list

Re: Accounting software help

2011-05-26 Thread Geert Janssens
On woensdag 25 mei 2011, dennis jantzen wrote: > My computer broke, yet the hard drive was fine, so I replaced the computer > and had the hard drive copied and placed on my new hard drive. I tried to > use your accounting software. However the files are missing. How do I > retrieve the accounting f

python-bindings: Transaction.destroy() and Split.destroy() fail

2011-05-26 Thread Christoph Holtermann
Hello ! Has someone of you ever tried to remove a transaction or split via python-bindings ? My simple approaches split_list=Account.GetSplitList() split=split_list[-1] split.Destroy() or transaction=split.GetParent() transaction.Destroy() both lead to "Speicherzugriffsfehler" (english = segm