Hi Geert,
> gncOwnerApplyPayment is one option. The other is
> gncInvoiceApplyPayment. The former is the most generic one, the latter
> is a convenience function that lets you apply a payment to one
> specific invoice.
Thanks for this - I'd missed gncInvoiceApplyPayment but it turns out
this is
Hi Allen,
As part of some of the work I've been doing to create a REST like API
via the Python bindings I've also been trying to make payments via the
Python API.
I think I've managed to find out how this is intended to be done but
can't quite get it to work.
The relevant function in the G
Hi Christoph,
While the query api isn’t available in Python yet, I’ve made some steps
towards this for the REST API I’ve been working on. Some of this code is
already available in the latest version of Gnucash, mostly in the Python
examples directory at
https://github.com/Gnucash/gnucash/blob
Hi Henning,
> * Are there any other known/major users of the Python bindings?
> * Who is maintaining the Python bindings and is there any roadmap to
> improve them?
While not a major user of the Python bindings I've contributed a few
minor fixes and enhancements so far which are visiable in re
Hi Jonas,
I believe this issue relates to a bug in the Python bindings discussed here:
https://bugzilla.gnome.org/show_bug.cgi?id=700197 and resolved Guncash 2.5.2
As the bug relates to one of the Python files you should be able to resolve it
by patching the relevent file in your 2.4 installati
Hi Jonas,
This is another recent addition, so again you'll need at least Gnucash 2.5.1.
This introduces a GUIDString class which will convert a GUID to a string as
follows:
guid_sting = 'a3817efd668585e2f4431e2996683fd1'
account_guid = gnucash.gnucash_core.GUID()
gnucash.gnucash_core.GUIDString
Hi Jonas,
Gnucash uses the Query Object Framework
(http://svn.gnucash.org/docs/HEAD/group__QOF.html) to return a number of
customers (or other types of data) and allows various conditions to be applied
to the data returned.
Unfortunately I believe this is not completely implemented in the Pyth
Hi there,
As part of some of work I've been doing relating the the Python bindings
I've come across a number of functions which take a Glist data type.
I was originally attempting to work with the
qof_query_add_guid_list_match function, but after encountering
difficulties I've been testing w
Am Samstag, 11. Mai 2013, 00:24:22 schrieb Allen S. Rout:
Additionally, I want to be able to express from my python such desires as:
Enumerate for me the active customers (or customer numbers, or...)..
Right now I'm checking customers zero to 10,000 for
if (customer == None):
.. works, but ick
hat list. ]
On Friday 12 April 2013 09:29:20 Tom Lofts wrote:
> Hi Derek,
>
> On 11/04/13 14:56, Derek Atkins wrote:
> > Would you care to donate this as a contribution to the gnucash release,
> > perhaps under optional/python-bindings/example_scripts ?
>
> I&
10 matches
Mail list logo