Re: Gnucash v2.0.5 on Fink - Printing blank invoices

2007-05-17 Thread warlord
Quoting Graham Leggett <[EMAIL PROTECTED]>: > On Thu, May 17, 2007 4:48 pm, Ariel wrote: > >> If I'm not mistaken gnucash does not have any stylesheets with reports. So >> you are not missing anything - does the export look very different from >> what shows up on the screen? > > Very different, ye

Re: Generic importer:QIF

2007-06-22 Thread warlord
src/engine/Transaction.* -derek Quoting Chintan Agarwal <[EMAIL PROTECTED]>: > The OFX importer is proving very useful in understanding how to write a qif > importer with the given requirements. There was another question I had. > This pertains to the variable type Transaction which is required

Re: Generic importer:QIF

2007-06-24 Thread warlord
Hi¸ Quoting Chintan Agarwal <[EMAIL PROTECTED]>: > Thanks for that information. I could not find the declaration of Transaction > structure(or its un-typedefed form) per say but from the functions in the > file, could gather the variable types present. > > I think that for QIF importer, we could

Re: I'd like to create an applet for gnucash

2007-06-25 Thread warlord
Don't forget to CC to gnucash-devel on your replies Quoting Martin Kaffanke <[EMAIL PROTECTED]>: > On mån, 2007-06-25 at 12:31 -0400, Derek Atkins wrote: > >> 1) Start gnucash (maybe as part of Gnome Session) >> 2) Wait for First Start (only at gnome session start). >> 3) Gnucash puts an i

Re: I'd like to create an applet for gnucash

2007-06-25 Thread warlord
Quoting Martin Kaffanke <[EMAIL PROTECTED]>: > On mån, 2007-06-25 at 14:34 -0400, [EMAIL PROTECTED] wrote: >> Don't forget to CC to gnucash-devel on your replies > > Sorry, I noted it as soon as the email was sent. > >> Well, it would require work to integrate into gnome-session, get the >> ic

Re: Check Printing - Addresses

2007-06-28 Thread warlord
Quoting Francis Xavier Fitzpatrick Jr <[EMAIL PROTECTED]>: > Is gnucash ever going to be able to support check printing with addresses? I > originally e-mailed Grib, but he redirected me here. > > I've just converted my dad from Windows to Linux and he's very upset that he > can't print checks wit

Re: Check Printing - Addresses

2007-06-28 Thread warlord
hi, Please remember to cc gnucash-devel on all your replies... Quoting Francis Xavier Fitzpatrick Jr <[EMAIL PROTECTED]>: > But wouldn't it be great if there was a place to store an address? > It would make check printing much easier and more professional. > For example, people would be able to

Re: RFC: Server disk slowly failing, I plan to replace it using tip jar.

2007-10-06 Thread warlord
Quoting Nathan Buchanan <[EMAIL PROTECTED]>: > Max out...with 512MB? What will that take it up to? 2GB? > > Sounds good to me. > > Nathan > > (PS: tigerdirect has 512 on for $37, assuming we're using DDR > http://www.tigerdirect.ca/applications/SearchTools/item-details.asp?EdpNo=586829&Sku=ULT3021

Re: GNUCash translation status

2008-01-14 Thread warlord
I have no objection to either using l10n.gnome.org or re-adding POTFILES.in to SVN. Even though POTFILES.in is generated every time, I suspect that it wouldn't change from run to run, so we should be fine. Worst case I think we could just run a 'sort' to make sure it gives consistent output every

Re: Backing up gnucash data

2008-08-25 Thread warlord
Hi, This question has nothing to do with GnuCash development and should have been asked on the GnuCash-User mailing list. Quoting Veli Cigirgan <[EMAIL PROTECTED]>: > Hi, > > Ubuntu 8.0.41 and GnuCash 2.2.6. > > The log and acx files are in Finance folder under the home of user. > Wiki says ther

VM Host Hardware (was Re: RIP: cyberbird.yi.org - no nightly windows builds for a while)

2008-08-26 Thread warlord
Quoting Andrew Sackville-West <[EMAIL PROTECTED]>: > On Sat, Aug 23, 2008 at 12:26:43PM -0400, Derek Atkins wrote: >> "Nathan Buchanan" <[EMAIL PROTECTED]> writes: >> >> > Perhaps it's time to contemplate a new gnucash server that can run >> > VMs for things like builds and testing? I cou

Re: Version 2.2.6 setup files corrupt

2008-09-11 Thread warlord
Quoting Murat Maga <[EMAIL PROTECTED]>: > That's the error message I receive from when I try to install on XP. Try downloading it again? Where did you get it from? -derek ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.o

Re: Version 2.2.6 setup files corrupt

2008-09-11 Thread warlord
Please remember to CC gnucash-devel on all your replies using your mailer's Reply-To-List or Reply-All functionality. Quoting Murat Maga <[EMAIL PROTECTED]>: > Source forge NA mirrors both San Jose and NY Try downloading again? What's the SHA-1 Sum of your download? I would bet the mirrors are

Re: r17503 - gnucash/trunk/src/backend/sql - Remove constraint that lot.account_guid must not be null. Unfortunately,

2008-09-12 Thread warlord
Quoting Phil Longstaff <[EMAIL PROTECTED]>: > Remove constraint that lot.account_guid must not be null. Unfortunately, > sqlite doesn't support ALTER TABLE which modifies column constraints, so > existing databases can't be modified programmatically. Can't you alter the table by creating a new t

Re: compiling gnucash2 on FC5-devel (gcc 4.1.0)

2006-02-10 Thread warlord
Quoting David Herman <[EMAIL PROTECTED]>: I receive the following when I attempt to make g-wrap-1.9.6 gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../g-wrap -I../../.. -I../../../guile -I../../../libffi/include -g -O2 -Wall -Wmissing-prototypes -Werror -std=gnu99 -MT libgw_guile_gw_glib_la

Re: compiling gnucash2 on FC5-devel (gcc 4.1.0)

2006-02-10 Thread warlord
Quoting Bill Nottingham <[EMAIL PROTECTED]>: [EMAIL PROTECTED] ([EMAIL PROTECTED]) said: Yea, I noticed this myself. Apparantly building g-wrap-1.9.6 depends on glib-devel.. I fixed it myself by changing the glib to glib2 in configure.in, running 'autoconf', and then re-running configure. A

Re: List of dependencies?

2006-02-10 Thread warlord
Quoting Martin Klaffenboeck <[EMAIL PROTECTED]>: Hi there! Is there a list of dependencies for gnucash-1.9.0 somewhere? I don't really need them, because it builds well here, but for the gentoo ebuild I would like to set some dependencies, but it's not so important for me to read the config.lo

Re: compiling gnucash2 on FC5-devel (gcc 4.1.0)

2006-02-10 Thread warlord
Quoting Bill Nottingham <[EMAIL PROTECTED]>: [EMAIL PROTECTED] ([EMAIL PROTECTED]) said: Honestly, I don't know. I've never seen it cause a problem. In fact all my development (on FC3) has used g-wrap 1.3.4. Unforunately the g-wrap-1.9.6 configure script doesn't properly detect the lack of

Re: [Gnucash-changes] r13152 - gnucash/trunk/lib/libqof/qof - Don't allow the event handler list to shrink while we're traversing it.

2006-02-10 Thread warlord
FYI, I've got a fix in place now that I'm about to commit. -derek Quoting Neil Williams <[EMAIL PROTECTED]>: On Friday 10 February 2006 10:06 pm, Derek Atkins wrote: It's not the best solution. It /is/ simplistic. But the problem is that the code is re-entrant but it's not quite handling th

Re: [Gnucash-changes] r13152 - gnucash/trunk/lib/libqof/qof - Don't allow the event handler list to shrink while we're traversing it.

2006-02-10 Thread warlord
Quoting Chris Shoemaker <[EMAIL PROTECTED]>: There's no place in the code right now where this is safe to do. You would need a recursion counter, and then you would know when it was safe. This is what I just did.. I added a recusion counter. See r13196. Personally, I think the long-term so

Re: compiling gnucash2 on FC5-devel (gcc 4.1.0)

2006-02-10 Thread warlord
Quoting Dave Herman <[EMAIL PROTECTED]>: I install glib-devel today and was able to build/install both 1.9 and svn. When attempting to run either version I found that I need to install "umb-scheme". Yea, you need that for slib... Um, the g-wrap-devel package should've brought that in. Obs

Re: Configure stops because of SWIG version

2006-10-17 Thread warlord
Yes, this is intentional. SWIG is only required to build from SVN. The tarball does not (and will not) require it.. You need the SWIG from FC6 in order to build from SVN. You can try to pull down the binary RPM or just rebuild from the SRPM. -derek Quoting Volker Englisch <[EMAIL PROTECTED]>:

Re: engine objects vs. SX or invoices (was: GDA: A few questions)

2006-12-12 Thread warlord
Quoting Benoit Grégoire <[EMAIL PROTECTED]>: > On Tuesday 12 December 2006 09:54, Derek Atkins wrote: >> HOWEVER, I think there's another issue here.. When you're doing a >> large import and you create new accounts as part of the import, if you >> then cancel the import process these new accounts