Re: Direct Investment import to GNUCash

2006-12-20 Thread Derek Atkins
Are you missing an Opening Balance transaction? Or maybe some of the transactions got reversed? -derek audiodef [EMAIL PROTECTED] writes: This looks similar to a problem I'm having with gnucash. I imported all my accounts from MS Money. Two of them went exactly right, but one, a checking

Re: gda-dev does not compile

2006-12-20 Thread Daniel Espinosa
2006/12/18, Derek Atkins [EMAIL PROTECTED]: Hi, Quoting Mark Johnson [EMAIL PROTECTED]: After a few minutes playing with it, I offer the following feedback: 1. It should use the username and password from the connection rather than requiring them on the command line. Agreen. 2. The

Re: gda-dev does not compile

2006-12-20 Thread Derek Atkins
Quoting Daniel Espinosa [EMAIL PROTECTED]: Maybe. The problem is that GnuCash has multiple backends.. Some of them require the save button, some do not. I think the answer here is that the save button should always exist but only be active when the book is dirty. In the case of a SQL

Re: gda-dev does not compile

2006-12-20 Thread Mark Johnson
Derek Atkins wrote: Quoting Daniel Espinosa [EMAIL PROTECTED]: Maybe. The problem is that GnuCash has multiple backends.. Some of them require the save button, some do not. I think the answer here is that the save button should always exist but only be active when the book is dirty.

QOF-GObject Plan

2006-12-20 Thread Daniel Espinosa
Well it takes me too much of my free time, but it's here: The attached plan in OOo writer format, describes the considerations, analisys, implementation plan and aditional comments derived to allows QOF to be based in GObject. As the results this is my conclusions: Most of the actual QOF

Win32 - installer.sh - adding profile.d

2006-12-20 Thread hfelton-lists
howdee, im new to this system, so just wanted to say thanx for the help (via wiki) again! i dont have experience generating patches (yet), but the following few lines should be fairly easy to understand. this is based upon r15238 at the moment? c:\soft\repos\packaging\win32\installer.sh line

Re: Win32 - installer.sh - adding profile.d

2006-12-20 Thread Derek Atkins
Quoting hfelton-lists [EMAIL PROTECTED]: howdee, im new to this system, so just wanted to say thanx for the help (via wiki) again! i dont have experience generating patches (yet), but the following few lines should be fairly easy to understand. this is based upon r15238 at the moment?

Re: Win32 - installer.sh - adding profile.d

2006-12-20 Thread Derek Atkins
Please remember to CC gnucash-devel on ALL REPLIES... [forwarded to the list so the win32 devs can see it) -derek Quoting harold felton [EMAIL PROTECTED]: [snip] that is easiest, for now, but i have other comments/issues/questions because im trying to create an inst_inno() function

Re: Win32 - installer.sh - adding profile.d

2006-12-20 Thread Andreas Köhler
Hi, harold felton [EMAIL PROTECTED] wrote: it is a function to install the Inno-Setup compiler so that the win32-binary distributions can be created. the reason that i am having trouble is that the ISCC --version command sends both a DEBUG-message and an EXIT-signal which is causing

Re: Win32 - installer.sh - adding profile.d

2006-12-20 Thread Derek Atkins
Quoting harold felton [EMAIL PROTECTED]: your idea is great, and ill try to get a svn-diff setup here pretty quick. (i have to remove a bunch of crud where i was testing-for-traps inside the install-program) should i send two messages (one for each file)? or one combined-diff msg? You can

Re: Win32 - installer.sh - adding profile.d

2006-12-20 Thread hfelton-lists
howdee again, ok - heres the 'simple' functional change to add the profile.d directory. ive created a different directory to hold the functional change for inst-inno(). i have a completely different one-liner that is bugging me so ill try sending that as a different email/subject if i sort it

Re: Win32 - installer.sh - minor pkg_config tweak

2006-12-20 Thread hfelton-lists
this is totally minor, but it annoyed me and looks to be harmless in the overall scheme... (related to the profile.d issue because i kept getting update msgs for it) have fun, h. Index: install.sh === --- install.sh (revision

Re: Win32 - installer.sh - minor pkg_config tweak

2006-12-20 Thread hfelton-lists
another truly minor tweak in a similar vein... Index: install.sh === --- install.sh (revision 15239) +++ install.sh (working copy) @@ -689,7 +689,7 @@ # latest revision that should compile, use HEAD or vwxyz SVN_REV=HEAD

Re: Win32 - installer.sh - adding inst_inno()

2006-12-20 Thread hfelton-lists
howdee again, last one for the evening - i hope. this is the 'promised' installer for Inno-Setup it downloads and kicks-off the graphical system just fine as far as i can tell. at this point id start to ask the semi-obvious question: if i kicked off a nightly-build of the installer and

Re: Win32 - installer.sh - adding profile.d

2006-12-20 Thread hfelton-lists
stupid oversight - replacing/using a variable created... h. On 12/20/06, hfelton-lists [EMAIL PROTECTED] wrote: howdee again, ok - heres the 'simple' functional change to add the profile.d directory. ive created a different directory to hold the functional change for inst-inno(). i have a