You can subscribe to this list here.
2000 |
Jan
|
Feb
(10) |
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
From: Eric F. <er...@fo...> - 2001-12-23 16:11:37
|
I've installed and started using gnofin 0.8.4 and just discovered that reconciliation doesn't work. When ever I select Tools/Reconcile, I get the message: Sorry, but this feature is not yet implemented. Have I misconfigured something somewhere? There appears to be a plugin for reconciliation but I'm not sure it's actually using it. Does reconciliation work for this version or for any other version? -- /\---/\ Eric J Fox / o o \ http://fox.phoenix.az.us \.\ /./ --------------------------- \@/ "Of course it runs NetBSD." . |
From: Darin F. <df...@ja...> - 2000-03-09 18:16:58
|
> But now if you change (or even click on) a preference and don't apply > it, gnofin 0.7.10 segfaults when you select the next preference item. fascinating! it doesn't do this for me... can you please send me a backtrace using GDB: 1) make sure your shell will permit core dumps. if you are using bash, type "ulimit -c" to see what it reports. if the number is not really big, type something like "ulimit -c 1000000" 2) run gnofin with the --disable-crash-dialog option (assuming you have a recent version of GNOME installed). if you don't see this option, then just run gnofin with no arguments. 3) next, do what you did to get it to segfault (running Gnofin from a shell) 4) next, check for a "core" file in the current directory. 5) hopefully it exists, and then you can type "gdb gnofin core" 6) gdb will come up with a (gdb) prompt. at this prompt, type "bt" and send me the output. this tells me exactly where Gnofin died. Also, it would be great if you could tell me what versions of gtk+ and gnome-libs you are using. I'm using: candor:~> rpm -q gnome-libs gnome-libs-1.0.53-1 candor:~> rpm -q gtk+ gtk+-1.2.6-1 Thanks, Darin |
From: Darin F. <da...@ho...> - 2000-02-23 16:15:36
|
Yup. This is a known problem. Unfortunately, I forgot to add the small but essential code to the i/o code to do this. Ooops... but, don't worry. The next version will correct this and you will have the complete category list back. Sorry... Darin >From: "Joshua Sather" <JO...@se...> >To: <da...@us...> >Subject: Problem with Gnofin 7.9 >Date: Wed, 23 Feb 2000 09:25:45 -0600 > >Hi there, > >I'm having a problem in Gnofin 7.9 in the "category" column. I upgraded >from 7.7 to 7.9 yesterday, and added categories to my entries. > >The problem is that now I don't get the full list of choices in the >category menu, just the choices that I made for the entries yesterday. >For example, I can no longer choose "utilities: cable", because I didn't >choose it on any of my entries yesterday. > >I'm running Red Hat 6.1 and the October release of GNOME. > >Any help would be appreciated. > >--Josh ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com |
From: Darin F. <da...@ho...> - 2000-02-23 13:32:31
|
Chuck, For the moment, Gnofin can only do transfer between accounts you define within it. I am changing this in the near future. All you have to do to get the desired behavior, is this: 1) define a new account for your other bank 2) goto Edit->Define Record Types change the properties of the CHK data type so that it is both "linked" and has an "unrestricted" sign. now if you try to enter a record of type CHK, you will see that you can select the linked account out of the list of existing accounts. hope this works for you, darin >From: "Charles R. Tersteeg" <aa...@ar...> >To: da...@us... >Subject: transfers in gnofin >Date: Wed, 23 Feb 2000 07:00:25 -0600 > >nice program! > >however I can not write a check with a check # and also have it show as >a transfer to my credit card account (a different bank). > >thanks, >chuck > ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com |
From: Darin F. <da...@ho...> - 2000-02-22 13:20:59
|
This is probably because your locale requires the month before the day. Make sure you have the environment variable LC_ALL set correctly. On my system for example (for which LC_ALL=en_US), %d-%m-%Y is invalid because in the US the month comes before the day. This is most likely the problem... you probably have not set your locale and therefore it is assuming US conventions (the POSIX default). Try this (assuming you are running the bash shell): export LC_ALL=it_IT gnofin Your date format should now work. Darin >From: Dik <and...@un...> >To: da...@us... >Subject: Gnofin bug (?) >Date: Tue, 22 Feb 2000 08:47:03 +0100 > >Hi!!! >I have upgraded my gnofin to 0.7.9 yesterday and I noticed this: >For the date I use format %d-%m-%Y the program tell me invalid date format. >I use a Mandrake 7.0 on a K6-III 400 Mhz. >Bye > > >****************************************************************** >dik - di...@ma... >HomePage: http://utenti.tripod.it/dik >Webmaster of "Linux.tools" ( http://www.linux.it/ospiti/linuxtools ) >ICQ: 3503215 >****************************************************************** > ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com |
From: Darin F. <da...@ho...> - 2000-02-21 03:15:48
|
Turns out the problem is as simple as the QIF file having an extra blank line at the top. If you edit the file and remove that line, it should load just fine. Gnofin 0.7.9 will be smarter about this. Thanks for pointing out this problem! Darin >From: Sylvester Baker Smith II <sl...@cs...> >To: gno...@li... >Subject: [Gnofin-help] importing qif files into gnofin >Date: Sun, 20 Feb 2000 16:47:34 -0800 > >I just installed gnofin version >gnofin-0.7.8-1 with libxml-1.8.6-1 running on rh6.0. > >When I try to import the qif file, I get an error message saying >that the file is not a valid qif file. > >Attached is a copy of the qif file that I export from my >banks website. Also, my banks website states that there >are two different qif file formats. One for Quicken 99 and >for the older Quicken 98. Which one does gnofin support? >I tried both and received the same error message. > >Is there any more information I should provide? > >Thanks > ><< Quicken.qif >> ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com |
From: Sylvester B. S. II <sly@CSUA.Berkeley.EDU> - 2000-02-21 00:50:31
|
I just installed gnofin version gnofin-0.7.8-1 with libxml-1.8.6-1 running on rh6.0. When I try to import the qif file, I get an error message saying that the file is not a valid qif file. Attached is a copy of the qif file that I export from my banks website. Also, my banks website states that there are two different qif file formats. One for Quicken 99 and for the older Quicken 98. Which one does gnofin support? I tried both and received the same error message. Is there any more information I should provide? Thanks |
From: Darin F. <da...@ho...> - 2000-02-17 17:39:21
|
Sorry for the shocking behavior!! Your data is fine (provided you didn't save in 0.7.7). The problem is that Gnofin isn't smart enough to know how to format money if it can't determine your locale. This is a bug, of course, because Gnofin should assume a default money format when one can't be determined. The solution is simple: If you are running bash, export LC_ALL=en_US gnofin If you are running tcsh, setenv LC_ALL en_US gnofin Sorry again about the trouble. My Redhat 6.1 box (on which I am developing Gnofin) defines this environment variable by default. I did not think about this situation when I made the changes to 0.7.7. Darin >From: Brad Behm <bb...@in...> >To: da...@us... >Subject: Gnofin Bug? >Date: Thu, 17 Feb 2000 09:40:50 -0700 > >gnofin 0.7.7 gives the error message "Error parsing Amount field" for >any action I take. It does this with my old gnofin-0.7.6 database, and >any new one I create. I cannot add or remove entries. > >Also, 0.7.7 truncated all amounts in my old database to whole numbers. >I'm not impressed. > ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com |
From: Darin F. <da...@ho...> - 2000-02-16 22:06:39
|
You're not the first person to ask about this... you need to define the environment variable LANG. Try this: bash% export LANG=en_US or tcsh% setenv LANG en_US Unfortunately, I have been only testing under Redhat 6.1 (which by default has this variable properly defined). In future versions Gnofin will detect this and take appropriate default action. BTW.. the reason for this problem is that Gnofin tries to be smart about determining the monetary format suitable for your locale. Oh well... it'll get it right next time. Darin >From: Denis Hruza <hru...@mo...> >Reply-To: hru...@mo... >To: da...@us... >Subject: Question about gnofin >Date: Wed, 16 Feb 2000 14:00:30 -0500 > >Hello, >I trying out gnofin, the latest version 0.7.7 >I can't seem to make an entry for the intial balance (deposit). >I get "Error parsing amount field'. There is no data imported, just a >blank new account. > >I chose > >Account -> insert > >then on the main interface > >Type: "DEP" >Payee "Test" >Amount "1000.00" >Memo "" >Then I clicked on the insert button and got the error. > >Seems weird to me. Am I missing something? >I first tried version0.7.6 then 0.7.7 > >Denis Hruza > > > ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com |
From: Darin F. <da...@ho...> - 2000-02-16 22:00:19
|
The problem is this (and you are not the first to notice it!!). You don't have the LANG environment variable set. Unfortunately, while Gnofin tries to be smart about determining how amounts are formatted, it falls flat on its face when this variable is not set. It should assume defaults (like en_US: 3,455.21). Anyways, the solution until I can get a fix online is to define the LANG variable. Try this: bash% export LANG=en_US or tcsh% setenv LANG en_US Darin >From: "Ron Klein" <rf...@he...> >To: df...@ja... >Subject: gnofin >Date: Wed, 16 Feb 2000 12:16:18 -0600 > > > >Hi there > >I just downloaded a copy of your 'gnofin' program from freshmeat and am >trying >it out for the first time. I would love to be able to run a "native" linux >app >to manage my checking account, and yours looks very nice. > >After installing verion 0.7.7, I created a new account and tried entering >some >transactions. Alas, nothing I enter in the amount field will work. I keep >getting a 'error parsing amount field.' Looking through your 'ChangeLog' >file, >I noticed you mention something about making sure your "LC_ALL" environment >variable it set. I can't find a *single* reference to it anywhere else in >your >documentation. Is it as simple as gnofin not knowing what country I'm >from? >(U.S.). > >Thanks for any help you might be able to provide! > > > ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com |
From: Darin F. <da...@ho...> - 2000-02-16 05:12:34
|
Uunfortunately, you are using a version of libxml that is too old. The one from redhat 6.1 and even october gnome is badly broken w.r.t. special characters like "&". Try upgrading to libxml-1.8.6. ftp://rpmfind.net/pub/veillard/libxml Darin >From: bbe...@un... >To: Darin Fisher <da...@ho...> >Subject: Re: Gnofin QIF import plugin >Date: Mon, 14 Feb 2000 09:34:00 -0800 (PST) > > > > Thanks for the QIF file... I'll keep it safe :-) > >You may notice that if you import this QIF[*], then save it as >[compressed] xml, Gnofin won't recognize the file type when you try to >reopen it. > >Possibly because it's too large? Short test xml files load properly. > >Bruce > >_____ >* works perfectly for me now in 0.7.5 except for inexplicable >thousands-demarcation locale problem) > ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com |
From: Darin F. <da...@ho...> - 2000-02-15 17:44:34
|
>First of all, when I wrote "rolling menu" (you don't seem to understand >it), I mean a menu, with or without scroll bar on left or right, which make >you propositions. Is it the right word ? OK.. I believe I understand. I've just never heard it called that before :) > > >I think you mean the Accounts menu, and yes this is normal. However, > >like you I think it isn't very intuitive. File->New should prompt > >the user for their first account. Then the user could navigate to > >the Account menu to insert additional accounts. Another alternative > >would be to have the File->New dialog allow the user to setup all > >of their accounts... using some sort of "Wizard" paradigm. > >I think the first solution is simplest to develop because it's just a >pointer to an action, isn't it ? More, in my mind the philosophy of the >"_New" option is just to create the overall container for different >accounts, and it must be used once at lhe early beginning. After your >container lives with addition, deletion or modification of your accounts. The bug fix release I made this morning has the simpler implementation. > > >I have been planning to replace the File->Import menu with a > >options menu (rolling menu?) for selecting the import filter. > >I think this would also be more intuitive to the user. Then > >their could also be an "Automatic" filter type. > >So how do you proceed to import files now ? This seems to tell me that you don't get a sub-menu of options when you goto File->Import. There should be a list of all importable file types (currently just QIF). The same is true of the File->Export menu. It gives a list of exportable types (currently HTML, LaTeX, tab-delimited text, Gnofin-0.6.X, and Gnofin-0.5.X). If you aren't getting these then there is something wrong with your installation. Check out the thread on sourceforge about this in the public forum. Someone else had the same problem. Turns out he configured gnofin with a prefix of /usr/local (which is the default)... however, with this default, the plugins aren't found (not unless you similarly compiled gnome and installed it in /usr/local). You see... so you have to either install the binary, or specify configure --prefix=/usr to get the plugins to load. Another option is to make a .gnofin directory in your home directory. And then you can make a soft link to the directory containing the plugins. Gnofin will search this directory for plugins also. > > >What export filter are you using? HTML? LaTeX? etc. > >I haven't seen any choice for selecting HTML or LaTeX. > > >Yah.. this is not a lock file, but a backup of the last version of > >your data. I haven't developed a more sophisticated backup policy > >yet. I just wanted to make sure that if Gnofin corrupted the users > >data they would have some way of getting it back. > >So how can you recover a corrupted data file ? Currently you just open the file again. The file with the ~ at the end is just a copy of the previously saved file. It is nothing more than that. > > >It could be due to accents... I don't experience any > >Account->Properties related crashes. Can you tell me > >more or less exactly what you changed in the properties > >dialog to get it to crash (eg. did you change only the > >name?). > >It happens when I've planned to modify the description of the account in >the second part of the window in the bottom. This was definitely a bug in 0.7.5 Darin ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com |