[GNC-dev] GnuCash python bindings - API description

John Ralls jralls at ceridwen.us
Mon Oct 19 12:07:36 EDT 2020



> On Oct 19, 2020, at 3:38 AM, Manfred Usselmann <manfred at usselmann.de> wrote:
> 
> Hi,
> 
> I've just started to use the python interface again after several years and the following methods of the Transaction object seem to be no longer available:
> 
> SetDateEnteredTS()
> SetDatePostedTS()
> 
> Is there any description of the available methods and properties?
> 
> I only found https://code.gnucash.org/docs/MASTER/classpython_1_1gnucash__core_1_1Transaction.html, which seems to be very uncomplete?
> 
> I would appreciate a pointer where to find a description of what is available or the source code which I could analyze to retrieve this information.

The sources are at https://github.com/gnucash/Gnucash.
The API documentation is at https://code.gnucash.org/docs/MAINT. There is not much separate documentation for the python bindings, best to read the comments in the sources, bindings/python.

Regards,
John Ralls



More information about the gnucash-devel mailing list