On Tuesday 3 August 2010, Mark Jenkins wrote:
> Attached is a patch which updates the python bindings example scripts to
> use Transaction.BeginEdit() and Transaction.CommitEdit(). Doing so
> allows these examples scripts to run without a bunch of warnings to
> stderr from GnuCash as they did befo
Attached is a patch which updates the python bindings example scripts to
use Transaction.BeginEdit() and Transaction.CommitEdit(). Doing so
allows these examples scripts to run without a bunch of warnings to
stderr from GnuCash as they did before.
apply with patch -p0
Mark Jenkins
Member
ParIT W
On Wednesday 9 June 2010, Mike Evans wrote:
> On Wednesday June 9 2010 03:34:47 Mark Jenkins wrote:
> > Mark Jenkins wrote:
> > > Attached is a patch that adds three example python bindings scripts.
> >
> > I also updated the make file to distribute these in the tarballs created
> > with make dist,
On Wednesday June 9 2010 03:34:47 Mark Jenkins wrote:
> Mark Jenkins wrote:
> > Attached is a patch that adds three example python bindings scripts.
>
> I also updated the make file to distribute these in the tarballs created
> with make dist, but I didn't test out running make dist. If I had, I
>
Mark Jenkins wrote:
Attached is a patch that adds three example python bindings scripts.
I also updated the make file to distribute these in the tarballs created
with make dist, but I didn't test out running make dist. If I had, I
would of noticed that there was extra spacing in one of my new
Attached is a patch that adds three example python bindings scripts.
- simple_sqlite_create.py shows a simple creation of an sqlite3 gnucash file
- account_analysis.py is an auditing tool that shows the debits and
credits on an account in specified periods in CSV format
- new_book_with_opening_bal