Re: [PATCH] Python bindings (with much of the core api)

2008-04-02 Thread Jeff Green
I have looked into trying to combine the existing Swig interface files and the python-bindings interface files. As far as I can tell there isn't a way to specify multiple language specific sections in a single interface file (someone please correct me if I'm missing something). The best bet might b

[PATCH] Fixed "Balance" row not appearing on owner reports (Vendor, etc...) if no transactions occur after "From" date

2007-11-09 Thread Jeff Green
The "balance" row should show the total for all transactions (if any) occurring before the "From" date selected in the report's options (defaults to beginning of current year). If all the transactions occurred before the "From" date then the "balance" row was not added to the table because the chec

[PATCH] Fixed "payable/receivable aging" reports not including bills/invoices more than 360 days old

2007-11-07 Thread Jeff Green
Reports now include totals for all bills/invoices in the "91+ days" column since time 0 (beginning of the Epoch) instead of 360 days before the current date. Jeff Green Index: aging.scm === --- aging.scm (revi

Register-rewrite update

2007-07-17 Thread Jeff Green
I have been focusing on the crashes that were caused by adding autocompletion, since I realized that I couldn't adequately test any other functionality if I could only add one new transaction without crashing the program or closing and reopening the account. I spent some quality time with gdb and n