I think I have tracked down the issue with Job ID incrementation.
The Python bindings are built from the header files using SWIG, if I
understand correctly. Looking at the file libgnucash/engine/gncJob.c I can
see the function:
gchar *gncJobNextID (QofBook *book)
{
return qof_book_increment_and_format_counter (book, _GNC_MOD_NAME);
}
Then in the header, there is no reference to that function.
libgnucash/engine/gncJob.h
Is this a design decision?
And how can I work around this?
_______________________________________________
gnucash-user mailing list
[email protected]
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
-----
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.