cvs 2000-03-07

2000-03-07 Thread Dave Peticolas
CVS has been updated. New Stuff: + Christopher Browne's src/scm reorganization. This puts all qif-related code under the qifs directory. Also, more report code has been consolidated. dave -- Gnucash Developer's List To unsubscribe send empty email to: [EMAIL PROTECTED]

gnucash compile problems

2000-03-07 Thread Ahmed Riza
I get the following error when compiling gnucash-1.3.0 (gnome version): gmake[4]: Entering directory `/usr/src/gnucash-1.3.0/src/g-wrap' rm -f *.wrap g-wrap-guile gnc.gwp ERROR: Stack overflow Machine: SGI Origin 200 IRIX64, Irix 6.5 Compiler: gcc 2.95.2 guile version: 1.3.4

Re: Some questions

2000-03-07 Thread Dave Peticolas
> > I spot checked a couple of transactions and the numbers are > wrong. Seems like moneydance converted all the ammounts to > USD so GnuCash picked them up like that. This one is gonna be > painfull since I'm not sure which rate MoneyDance used. > > The balances are s off there's got to be

cvs 2000-03-07

2000-03-07 Thread Dave Peticolas
CVS has been updated. New Stuff: + Yannick LE NY's French translated README. + Bryan Larsen's updated buget report and new utility functions. dave -- Gnucash Developer's List To unsubscribe send empty email to: [EMAIL PROTECTED]

Re: Some questions

2000-03-07 Thread Charles Gagnon
On Tue, Mar 07, 2000 at 02:46:11PM -0800, Dave Peticolas wrote: > > - I tried importing a QIF file generated by moneydance and it > > didn't work that well. Although the dates are now okay > > (previons versions wouldn't even read the dates), the > > currencies where lost in the process it s

Re: Some questions

2000-03-07 Thread Dave Peticolas
> - I tried importing a QIF file generated by moneydance and it > didn't work that well. Although the dates are now okay > (previons versions wouldn't even read the dates), the > currencies where lost in the process it seems (I have CAD > and USD accounts). The numbers are awfully wrong bu

Re: Gnucash.org website updates

2000-03-07 Thread Jeremy Collins
[EMAIL PROTECTED] wrote: > > > I did a quick scan > the following are down or empty: > > http://www.gnucash.org/gnucash-devel/December-1998/ > http://www.gnucash.org/gnucash-devel/January-1999/ > > Although more iritating is that November-1999 seems to hang my > copy of netscape. Grrr. > Ok,

Re: Gnucash.org website updates

2000-03-07 Thread linas
It's been rumoured that Jeremy Collins said: > > Hi All, > > Spent some time working on the website. I fixed lots of minor things > that are annoying, like the fact that the mailing list archives didn't > set the title of each page correctly. I fixed this so that the results > of our new searc

Re: Gnucash i18n questions

2000-03-07 Thread Dave Peticolas
> Hello, > > Dave, can you add an en.po with blank translated strings for the future > translators. Is that so someone can rename the file to another language and use it as a base for translating? > In the gnucash's README, I saw this: > > >Other locales that should mostly work, but are stil

Re: Gnucash.org website updates

2000-03-07 Thread Dave Peticolas
> Hi All, > > Spent some time working on the website. I fixed lots of minor things > that are annoying, like the fact that the mailing list archives didn't > set the title of each page correctly. I fixed this so that the results > of our new searchable mailing list archive would return somethin

Re: cvs 2000-03-06

2000-03-07 Thread Rob Walker
> On Tue, 7 Mar 2000 13:43:43 -0500 (EST), Heath Martin > <[EMAIL PROTECTED]> said: Heath> Rob Walker writes: >> here is a test for you all to try out. >> >> open up a register which will need to have the columns resized. move >> it to the right side of the desktop, so that the right e

Re: cvs 2000-03-06

2000-03-07 Thread Heath Martin
Rob Walker writes: > here is a test for you all to try out. > > open up a register which will need to have the columns resized. move > it to the right side of the desktop, so that the right edge of it is > right near the right edge of the desktop. grab the left edge of the > register, a

Gnucash i18n questions

2000-03-07 Thread Yannick LE NY
Hello, Dave, can you add an en.po with blank translated strings for the future translators. In the gnucash's README, I saw this: >Other locales that should mostly work, but are still in development: >en_US >en_GB >fr_CH >de_CH it'is really true? I can made the *.po for the following countries

Re: WELCOME to gnucash-devel@gnucash.org

2000-03-07 Thread Christopher Browne
On Sat, 04 Mar 2000 11:09:25 EST, the world broke into rejoicing as [EMAIL PROTECTED] said: > It's been rumoured that Valsecchi Patrick said: > > How could I give an initial value to an account? > > > > I know I can use an entry (how it is automatically done by the soft) > > that contains an ini

Gnucash.org website updates

2000-03-07 Thread Jeremy Collins
Hi All, Spent some time working on the website. I fixed lots of minor things that are annoying, like the fact that the mailing list archives didn't set the title of each page correctly. I fixed this so that the results of our new searchable mailing list archive would return something useable! Y

Re: Some questions

2000-03-07 Thread Bryan Larsen
> - Do you guys have any plans to setup reminders. I like that > feature of moneydance and I'd be happy to see it in > GnuCash. I'm currently working on budgeting. There is some overlap on the workload between the two... - Bryan Larsen, Senior Software Engineer & fall guy Analog

new budget patch

2000-03-07 Thread Bryan Larsen
OK, I haven't got around to the transaction report yet, but the budget report is starting to look pretty sweet, at least from the perspective of a generic report. The coolest new feature is the multiple views. The patch is being sent seperately to gnucash-patches. Bryan -- - Brya

Some questions

2000-03-07 Thread Charles Gagnon
Great work team, I just tried 1.3.1 last night (the Gnome version) and I must say I was impressed. I may try to compile it for Solaris/Gnome today. I'm writing cause I have a couple of questions: - I tried importing a QIF file generated by moneydance and it didn't work that well. Although the

Re: cvs 2000-03-07

2000-03-07 Thread Bryan Larsen
> > + fixed a few bugs in transaction-report.scm which seems to be hosed, at least for me on my pristine branch. (my devel branch is worse). How is it working for others? I've seriously cleaned up the html of my budget report. I'll update transaction-report as well. Bryan --

Re: cvs 2000-03-07

2000-03-07 Thread Dave Peticolas
> + hourglass cursor used when saving and opening files. Ok, it's not *literally* an hourglass, but you get the idea :) dave -- Gnucash Developer's List To unsubscribe send empty email to: [EMAIL PROTECTED]

cvs 2000-03-07

2000-03-07 Thread Dave Peticolas
CVS has been updated. New Stuff: + Jan-Uwe Finck's German-translated README + hourglass cursor used when saving and opening files. + reconcile window auto-resizes after adding or deleting transactions. + fixed a bug with account deletion + a new utility function in report-utilities