Questions about gnuCash backend access

2007-08-24 Thread Samuel deHuszar Allen
I am a Lotus Notes / web developer. Have built a custom Notes app for invoicing and billing and am wondering if there is a programmatic way to create transactions and records in gnuCash. If so, what languages/tools are needed to talk to the program? I am also curious how transactions are

Re: Can't print a [EMAIL PROTECTED] Report

2007-08-24 Thread Derek Atkins
Quoting Alison Smith [EMAIL PROTECTED]: You know when i was put onto this i was seriously impressed, I've spent hours and frigging hours inputing information but please explain why the hell I cannot get anything to print except mirror image crap? It's a printer driver bug. I have

Re: Questions about gnuCash backend access

2007-08-24 Thread Derek Atkins
Quoting Samuel deHuszar Allen [EMAIL PROTECTED]: I am a Lotus Notes / web developer. Have built a custom Notes app for invoicing and billing and am wondering if there is a programmatic way to create transactions and records in gnuCash. If so, what languages/tools are needed to talk to the

Re: Questions about gnuCash backend access

2007-08-24 Thread Daniel Espinosa
2007/8/24, Samuel deHuszar Allen [EMAIL PROTECTED]: I am a Lotus Notes / web developer. Have built a custom Notes app for invoicing and billing and am wondering if there is a programmatic way to create transactions and records in gnuCash. If so, what languages/tools are needed to talk to the

Re: Questions about gnuCash backend access

2007-08-24 Thread Derek Atkins
Quoting Daniel Espinosa [EMAIL PROTECTED]: 2007/8/24, Samuel deHuszar Allen [EMAIL PROTECTED]: I am a Lotus Notes / web developer. Have built a custom Notes app for invoicing and billing and am wondering if there is a programmatic way to create transactions and records in gnuCash. If so,

Re: Questions about gnuCash backend access

2007-08-24 Thread Derek Atkins
Hi, Please remember to CC the list on all your replies... Samuel deHuszar Allen [EMAIL PROTECTED] writes: First, thanks for the quick response. A quick perusing through the Scheme language docs makes me wonder. What's the best way to inject procedures? Is learning Scheme a worthwhile

Re: Can someone help me make the SLR dialog do what I want?

2007-08-24 Thread Josh Sled
Tim Wunder [EMAIL PROTECTED] writes: That was easy and I liked the result. Encouraged, I sought to reading more of the code to see where it builds the list of SXs that get displayed. I want only SXs that will be in a Reminder, To Be Created, or Automatically Created state to display. I have

Re: Questions about gnuCash backend access

2007-08-24 Thread Samuel deHuszar Allen
Thanks for the feedback. I didn't know I was mailing to the gnucash list. I just clicked on the developer's mailto on the support site. I guess I've got some reading material ahead of me this weekend. :) Sam On 8/24/07, Derek Atkins [EMAIL PROTECTED] wrote: Hi, Please remember to CC the

Re: Can someone help me make the SLR dialog do what I want?

2007-08-24 Thread Tim Wunder
On Friday 24 August 2007 6:54:27 pm Josh Sled wrote: Tim Wunder [EMAIL PROTECTED] writes: That was easy and I liked the result. Encouraged, I sought to reading more of the code to see where it builds the list of SXs that get displayed. I want only SXs that will be in a Reminder, To Be

Re: Can someone help me make the SLR dialog do what I want?

2007-08-24 Thread Josh Sled
Tim Wunder [EMAIL PROTECTED] writes: OK... So I : Filter specific rows, based on data from a visible column, a column storing booleans indicating whether the row should be filtered or not, or based on the return value of a visible function, which gets a model, iter and user_data and