[GNC] Help with Python interface
John Ralls
jralls at ceridwen.us
Mon Apr 14 11:44:03 EDT 2025
> On 13 Apr 2025, at 07:11, Sam Bull <h1tsfx at sambull.org> wrote:
>
> I'm trying to figure out how to use the Python bindings, but the documentation is almost
> non existent. One of the suggestions is to use help() where everything is documented as
> "wrapper method for function", so I don't see how that is useful at all…
It tells you what C function to look up in https://code.gnucash.org/docs/STABLE/modules.html.
> A way to search for transactions (or splits maybe?) in the account.
See https://code.gnucash.org/docs/STABLE/group__Query.html
> It would probably also make sense to be able to reconcile transactions.
Search for reconcile in https://code.gnucash.org/docs/STABLE/group__Account.html
Regards,
John Ralls
More information about the gnucash-user
mailing list