2009-03-26 GnuCash IRC logs

01:03:02 *** mishehu has quit IRC
02:52:52 *** mishehu has joined #gnucash
03:42:08 *** Rolf1 has quit IRC
03:55:00 *** Rolf2 has joined #gnucash
03:58:43 *** bentob0x has joined #gnucash
04:22:37 *** soa2ii has joined #gnucash
04:22:39 *** MechtiIde has joined #gnucash
04:28:14 *** ErKa has joined #gnucash
04:29:13 *** soa2ii has quit IRC
05:03:33 *** Phil_Ewert has joined #gnucash
05:21:51 *** Phil_Ewert has quit IRC
05:22:43 *** Phil_Ewert has joined #gnucash
05:27:37 *** Phil_Ewert has quit IRC
05:28:58 *** Phil_Ewert has joined #gnucash
05:46:52 *** bluefox has quit IRC
05:50:12 *** Phil_Ewert has quit IRC
06:08:40 *** Phil_Ewert has joined #gnucash
06:36:52 *** SebastianHeld has joined #gnucash
06:54:02 *** bentob0x has quit IRC
07:17:33 *** Phil_Ewert has quit IRC
07:50:41 *** Jimraehl has left #gnucash
08:05:17 <SebastianHeld> hello andrewsw; I've uploaded a new patch to http://tellico.dyndns.org/drupal/node/1
08:05:29 <SebastianHeld> this one should compile with older glib versions
08:05:50 <SebastianHeld> can you please try. Thanks.
08:16:01 *** JimRaehl2 has joined #gnucash
09:23:40 *** Phil_Ewert has joined #gnucash
10:04:44 *** ErKa has quit IRC
10:21:22 *** ErKa has joined #gnucash
10:33:04 *** bentob0x has joined #gnucash
11:20:28 *** ErKa has quit IRC
11:30:59 *** ErKa has joined #gnucash
11:56:26 *** Zero has joined #gnucash
12:11:10 *** goodger has quit IRC
12:13:31 *** goodger has joined #gnucash
12:20:56 *** aindilis` has quit IRC
12:24:54 *** bluefox has joined #gnucash
12:26:49 *** Zero has quit IRC
12:35:31 * andrewsw wants tab completion for the entire internet in his address bar...
12:35:33 <andrewsw> mornin' all
12:36:21 *** paulproteus_____ has quit IRC
12:43:11 <SebastianHeld> hi andrewsw
12:43:15 <SebastianHeld> new patch available.
12:43:33 <andrewsw> yeah, I'm looking at it right now.
12:44:29 <andrewsw> you've patched configure.in as well, which is failing to apply here, but I'll see if I can just excise that out of the patch
12:46:00 <SebastianHeld> that's trunk <-> 2.2.9 ... only needed for HAVE_GLIB_2_14 and gtk
12:46:46 <andrewsw> yeah, I just chopped that out of the patch and it applies fine.
12:46:49 <andrewsw> building
12:47:23 <andrewsw> just so you understand, something like this change would go into trunk and not into 2.2 or any other stable branch.
12:47:34 <andrewsw> to do this kind of work, you really should be working against trunk.
12:47:54 <andrewsw> not that we aren't grateful!
12:48:38 <SebastianHeld> yes I see, but I'm working on 2.2.9, because I just want to use my patch - with a stable version
12:48:48 <andrewsw> understood.
12:48:52 <SebastianHeld> is trunk usable for productive work?
12:49:28 <andrewsw> I know warlord and maybe others use it. I probably should be...
12:50:01 <SebastianHeld> If the patch will ever be included, cleaning it up for trunk should not be a problem
12:51:46 <andrewsw> I would say there is a fair bit of demand for this import (it's been mentioned several times recently on -user).
12:53:05 <andrewsw> heh, I just crashed openoffice with ctrl-n
12:57:00 <andrewsw> ah, semi-colon separated values...
12:58:52 <andrewsw> SebastianHeld: okay, I have some initial feedback
12:59:05 <SebastianHeld> go on
12:59:17 <andrewsw> I'd like to see the order of your dialogs reversed otherwise I have to create a file before I know the format...
13:00:07 <andrewsw> And I think the actual regex should be buried behind a button so that people can accept the default without having to look at that thing ;-)
13:00:57 <SebastianHeld> normally you just have a file to be imported, I thought...
13:01:09 <SebastianHeld> but it's beautiful ;)
13:01:13 <andrewsw> Also, the quotes are included. I have 123;"some company";"some guy";"1 any street";... and all the quotes are in the record
13:01:23 <SebastianHeld> change the regex
13:01:36 <SebastianHeld> or export without quotes
13:01:39 <andrewsw> Am I wrong in assuming that most csv's would have quotes in them?
13:01:45 <SebastianHeld> soo many options..
13:01:58 <andrewsw> yeah, I get that, I'm just thinking of what email will show up on -user...
13:01:59 <SebastianHeld> OOCalc has a check box for this thing
13:02:03 <andrewsw> yes.
13:02:26 <SebastianHeld> but we may have two or three standard cases -> option buttens
13:02:31 <andrewsw> there are a couple of minor points (like menu accelerator keys)
13:02:40 <andrewsw> yes, I like that idea.
13:02:52 <SebastianHeld> did I mentioned it's rev 0.001 ;)
13:03:12 <andrewsw> oh totally! I'm not trying to down play that it's great!
13:03:44 <SebastianHeld> bye bye my new input dialog -- now I can just use the one with option buttons
13:03:52 <SebastianHeld> what a pitty
13:04:52 <andrewsw> I would like to see maybe three or four options: semi-colon delimited, comma-delimited, with or without quotes (I personalyl think quotes are essential) and then one for "Custom" regexs
13:05:11 <SebastianHeld> If the dialog is later on improved to show the input file along with the regexp, the sequence is again: file selection -> choose regex
13:06:07 <SebastianHeld> I'll implement these options on sunday.
13:06:39 <SebastianHeld> hey my gnc-module built from scratch now compiles cleanly WOW
13:06:51 <andrewsw> Showing the first couple of lines of the file and how they will map would be *awesome* but for a first crack at it, I'd just put the format selection, along with the info about how the file should look (id;company;name...)
13:06:57 <SebastianHeld> now I need to put some intelligence in...
13:07:11 <andrewsw> before the file selection... then it would be really smooth for first time users.
13:07:31 <andrewsw> There is something unnerving about telling it which file to use when I don't know how that file should look...
13:07:34 <SebastianHeld> got it. Let's make it this way
13:08:15 <SebastianHeld> may be I separate the gui even more from the importer. Would be great for scripting
13:08:36 <SebastianHeld> what needs to be done to be able to call a c-function from guile?
13:09:22 <andrewsw> the c-function needs to be included in some_file.i, it will be renamed from some_function to some-function
13:09:25 <SebastianHeld> by the way, what about the python bindings?
13:09:32 <andrewsw> not a clue on the python
13:10:32 <SebastianHeld> so the c-function is in a completely separate file?
13:10:43 <SebastianHeld> only one function per .i-file
13:11:10 *** MechtiIde has quit IRC
13:11:13 <SebastianHeld> oh, stop. included - I get the clue
13:11:35 <andrewsw> yes. look at report/report-system/report-system.i
13:11:46 <SebastianHeld> thanks for your feedback.
13:11:56 <andrewsw> and then look at what shows in the swig-report-system.c generated file.
13:12:00 <andrewsw> you're welcome.
13:13:02 <andrewsw> with those couple of changes, I think it would be fine to commit to trunk for the next release.
13:13:08 <andrewsw> but I'm pretty far down the totem pole...
13:14:53 <SebastianHeld> At least it does for me what it should. But seeing it commit is not bad either. Need to leave now; my son is waiting...
13:15:02 <andrewsw> cheers
13:15:05 <SebastianHeld> bye
13:15:07 *** SebastianHeld has quit IRC
14:15:37 *** goodger has quit IRC
14:16:14 *** goodger has joined #gnucash
14:32:35 *** ErKa has quit IRC
14:36:42 *** andyt has joined #gnucash
14:42:21 <andrewsw> anyone else getting "There was an error parsing the file /..."
14:42:33 <andrewsw> on files that worked just days ago? (this is in trunk)
14:43:30 <andrewsw> lots of:
14:43:38 <andrewsw> * 11:42:04 CRIT <gnc.backend.file.sixtp> Tag <gnc:GncVendor> not allowed in current context.
14:43:58 <andrewsw> preceded by a couple like this:
14:44:07 <andrewsw> * 11:42:03 CRIT <gnc.io> [gnc_counter_end_handler()] Unknown type: gnc:GncVendor
14:47:06 <andrewsw> trying a clean buil;d
14:52:40 <andrewsw> nevermind, clean trunk builds.
14:52:47 <andrewsw> and opens files fine.
14:54:28 <andrewsw> interesting though that it wouldn't open recent files, but files from some testing a year ago opened just fine....
14:54:45 <andrewsw> anyway, I assume it's related to some borked build situation.
15:18:14 <andrewsw> wow... valgrind slows it down just a touch...
15:34:39 *** bittin has joined #gnucash
15:38:56 <andrewsw> yay! new custom report dialog comitted
15:42:59 *** sjc has joined #gnucash
15:48:51 *** hvx has joined #gnucash
15:51:44 *** DiMa has joined #gnucash
15:58:18 <DiMa> Hallo
16:03:10 <goodger> hello
16:04:37 *** warlord has joined #gnucash
16:04:37 *** gncbot sets mode: +o warlord
16:09:27 *** DiMa has quit IRC
16:29:20 *** Phil_Ewert has quit IRC
16:33:38 *** twunder has joined #gnucash
16:57:02 *** twunder has quit IRC
17:31:43 *** bentob0x has quit IRC
17:41:03 *** hvx has quit IRC
17:41:38 *** ryans has joined #gnucash
17:42:26 <ryans> Is income the only account type that interprets a negative number as a credit?
17:43:10 <ryans> E.g., if I were to subtract from any other kind of asset, would they all be considered debits?
17:46:25 <jsled> "debit" and "credit" can be very counter-intuitive in double-entry.
17:46:44 <jsled> http://en.wikipedia.org/wiki/Double-entry_accounting#Examples_of_debits_and_credits
17:47:53 *** andyt has quit IRC
17:54:54 <ryans> jsled: Yeah, I just wanted to make sure that transferring from "assets:checking account" to "assets:checking account:some accruing savings pot" would be a double-negative.
17:55:14 <jsled> that will work correctly.
17:56:01 *** David has joined #gnucash
17:57:28 <David> Hello useful people
17:59:19 <David> Anyone have any experience with using Bank of America other than Cali with GNUcash 2.2.6?
18:00:22 <ryans> jsled: Thanks :)
18:01:28 <David> im having difficulty getting the ofx file to get my accounts, it comes up with a (generic ) error 2000
18:02:36 <David> i've tried following some instructions that i think were old that said to change the appid to Money and appver to 1700
18:03:21 <David> but i get the same error code
18:03:36 *** Zoolooc_ has joined #gnucash
18:08:32 <warlord> David: you might want to try asking on the gnucash-user mailing list, or on the AqBanking list.
18:09:31 <David> meh, i feared that answer :| i dislike mailing lists
18:10:02 <warlord> I'm sure they dislike you, too.. But they are often a wider net for getting questions answered.
18:12:25 <David> heh, too true, well, thank you for your time then
18:12:28 *** David has left #gnucash
18:17:26 <andrewsw> @tell SebastianHeld any reason not to merge your work into the current csv importer? it has all the ui bits done...
18:17:26 <gncbot> andrewsw: The operation succeeded.
18:19:14 <andrewsw> warlord, et al: I know you use trunk for everyday work. I"m thinking of doing that as well. Any concerns?
18:19:40 <warlord> Not really..
18:19:45 <warlord> (and yes, I do)
18:19:49 <andrewsw> specifically, are we still backwards compatible? (I think we are)
18:20:02 <andrewsw> are you using dbi backend?
18:20:02 <warlord> I think so.
18:20:04 <warlord> No.
18:20:09 <warlord> Stil using xml.
18:20:13 <warlord> haven't tried dbi yet.
18:20:19 <warlord> (sorry, BIAB...)
18:20:25 <andrewsw> no prob, thanks
18:20:34 *** warlord has quit IRC
18:22:33 *** sjc has quit IRC
18:27:31 *** warlord has joined #gnucash
18:27:32 *** gncbot sets mode: +o warlord
18:34:15 *** bluefox has quit IRC
18:42:50 <andrewsw> hmmm... trunk saved file spits out some xml that looks like SchedX stuff when opened in 2.2.mumble
19:09:08 *** Plouj has left #gnucash
19:32:03 *** MechtiIde has joined #gnucash
19:54:31 *** warlord has quit IRC
19:57:57 <ryans> Hm, where should the cash from refunds (say, for an RMA'ed mobo) go? Should I have an income:misc or something?
20:00:59 <ryans> Or from the Expenses:Hardware fund?
20:01:09 <ryans> I guess the latter, since technically they refunded the expense
20:06:27 *** MechtiIde has quit IRC
20:09:05 *** warlord has joined #gnucash
20:09:05 *** gncbot sets mode: +o warlord
22:06:07 *** fell has joined #gnucash
22:12:17 *** JimRaehl2 has left #gnucash
22:12:48 *** Jimraehl has joined #gnucash
22:37:33 *** warlord has quit IRC
23:32:49 <goodger> ryans: income/purchase returns is traditional
23:34:04 *** bluefox has joined #gnucash
23:40:00 *** felle has joined #gnucash
23:47:48 *** fell has quit IRC
23:53:28 *** Zoolooc__ has joined #gnucash
23:54:05 *** paulproteus__ has joined #gnucash