2009-11-27 GnuCash IRC logs

00:32:37 *** blizgerg has quit IRC
01:26:10 *** feisar has joined #gnucash
02:18:52 *** jean has joined #gnucash
02:19:35 *** jean is now known as GChemUtils
02:23:43 *** GChemUtils is now known as jean
04:00:24 *** ErKa has joined #gnucash
04:45:11 *** kling0n has joined #gnucash
04:49:27 *** kling0n has quit IRC
05:14:28 *** kling0n has joined #gnucash
06:00:52 *** feisar has quit IRC
06:24:19 *** ErKa has quit IRC
06:43:30 *** XiXaQ has joined #gnucash
08:04:41 *** VampX has joined #gnucash
08:12:51 *** ErKa has joined #gnucash
08:15:44 *** VampX has quit IRC
08:16:21 *** kling0n has quit IRC
08:20:37 *** oncode has joined #gnucash
08:21:00 <oncode> hi
08:24:56 *** oncode has quit IRC
08:29:01 *** Jimraehl has left #gnucash
08:35:18 *** feisar has joined #gnucash
08:36:07 *** bentob0x has joined #gnucash
09:04:14 *** KaiForce has joined #gnucash
09:17:19 *** JimRaehl2 has joined #gnucash
09:24:33 *** twunder has joined #gnucash
09:25:09 *** JimRaehl2 has left #gnucash
09:25:30 *** JimRaehl2 has joined #gnucash
09:31:57 *** twunder has quit IRC
09:51:12 <shade304> what triggers the ability to save a report to the custom menu? some reports I can push the save button, but others it is greyed out.
09:51:22 <jsled> having a unique name for the report
09:57:57 *** KaiForce has quit IRC
10:01:41 *** shade304 has quit IRC
10:39:44 *** ecolitan has quit IRC
10:40:33 *** ErKa has quit IRC
10:42:17 *** ecolitan has joined #gnucash
10:51:50 *** ecolitan has quit IRC
11:19:36 *** blizgerg has joined #gnucash
11:24:39 *** ErKa has joined #gnucash
11:52:34 *** XiXaQ has quit IRC
12:21:56 *** XiXaQ has joined #gnucash
12:32:30 *** ErKa has quit IRC
12:50:22 *** feisar has quit IRC
13:12:57 *** andyt has joined #gnucash
13:41:51 *** ErKa has joined #gnucash
13:47:07 *** XiXaQ has quit IRC
14:12:14 *** Jaran|zzZzZZzz has joined #gnucash
14:17:59 *** bentob0x has quit IRC
14:35:00 *** ErKa has quit IRC
15:02:21 *** twunder has joined #gnucash
15:04:25 <twunder> where does gnucash keep info regarding which file was last open and which accounts in that file are open? ~/.gnucash?
15:05:12 <jsled> hey twunder. the former is in gconf, and the later is in ${HOME}/.gnucash/books/[filename]
15:06:41 <jsled> in particular: `gconftool-2 -a /apps/gnucash/history`
15:12:55 <twunder> jsled: thx
15:13:11 * twunder is migrating from FC6 to F11
15:13:14 <twunder> finally
15:14:11 <twunder> gotta figger out how to get aqbanking to werk, now :/
15:20:14 <twunder> looks like I just needed to cp ~/.banking to ~/.aqbanking
15:38:17 *** daedeloth has joined #gnucash
15:40:45 *** twunder has quit IRC
15:45:06 *** twunder has joined #gnucash
15:49:05 *** cortana has joined #gnucash
16:31:28 *** blizgerg has quit IRC
16:32:12 *** cortana has quit IRC
16:39:48 *** cortana has joined #gnucash
16:49:19 *** blizgerg has joined #gnucash
17:06:12 *** jean has quit IRC
17:38:42 *** nomeata has joined #gnucash
17:39:12 *** twunder has quit IRC
18:01:25 *** shade304 has joined #gnucash
18:04:03 <shade304> 'renderer (gnc:report-template-renderer/name "Receivable Aging")
18:04:35 <shade304> how many different renderers are built in?
18:05:26 <shade304> is there a list or documentation for the different items?
18:15:41 <shade304> Maybe more information about the Query API is what I'm looking for?
18:20:39 *** warlord-afk is now known as warlord
18:20:46 <warlord> each report has its own renderer
18:21:06 <warlord> Have you looked at the custom reports wiki page?
18:21:27 <warlord> As for the Query API, that documentation from the C API is available online
18:27:13 *** daedeloth has quit IRC
18:41:23 *** nomeata has quit IRC
18:45:46 <shade304> I followed the custom reports wiki, but still not finding what I'm looking for
18:46:15 <shade304> i did load the sample report, so it was good that far
18:46:45 <warlord> Well, what are you looking for?
18:47:20 <shade304> what I want is when you select busines>>customer>>find in a report
18:47:44 <shade304> or business>>vendor>>find
18:48:09 <shade304> most of the examples and other reports I see have to do with transactions and registers
18:48:45 <shade304> but if a customer is unused (so far) they won't be in any registers/transactions
18:49:46 <shade304> I know there must be a way to do this, but I just haven't "got it" yet
19:08:03 *** shade304 has quit IRC
19:13:35 <btQuark> warlord: is that format documented somewhere i´ĺd rather not dig through the entire gnucash code
19:14:34 <warlord> btQuark: sorry, which format?
19:16:14 <btQuark> warlord: thx for the fast reply the format of the objects that get serialized to db
19:16:33 <btQuark> something as a hibernate config as it would get used at my side
19:16:53 <warlord> there is no formal db schema available.
19:17:07 <btQuark> anyhow a nice api to manipulate gnucash databases would be nice too
19:17:34 <btQuark> since i do not see that it would be a decent idea to reimplement all the nice financial stuff that gnucash already made
19:18:05 <warlord> THAT we have!
19:18:18 <warlord> http://code.gnucash.org/docs/HEAD/
19:19:11 <btQuark> api for java?
19:21:19 <btQuark> i just flipped through some parts, and it seems to be just the desktop app and maybe have plugins for that
19:21:43 <btQuark> hm, where would i probably have to look how the objects look that get serialized? and which o/r mapper do you use then
19:21:47 <btQuark> ?
19:21:56 <warlord> GnuCash isn't in Java
19:22:01 <warlord> C, Scheme
19:22:38 <warlord> serialized how?
19:22:58 <btQuark> sure, it is not, although i would like to interact with it to save reimplementing stuff
19:23:09 <warlord> Then implement in C or Scheme
19:23:27 <btQuark> web applications and enterprise stuff is best made with java...
19:23:46 <warlord> GnUCash isnt' a webapp
19:23:50 <btQuark> jup
19:24:15 <btQuark> and i would like to put some automatisms and a some webservices there
19:24:26 <warlord> "there" == ??
19:24:36 <btQuark> in front of a gnucash database
19:24:46 <btQuark> and use gnucash a desktop client
19:24:47 <warlord> Then implement in C or Scheme
19:25:02 <warlord> Or you can't use GnUCash's implementation
19:25:36 <btQuark> well, i seems to me that this might not be neccessary if one could see where, how and using which libs gnucash puts its object into the database
19:26:04 <btQuark> and since the dev release now does (my)sql this might be actually feasible
19:26:06 <warlord> src/backend/dbi
19:26:46 <btQuark> thanks ill see through there
19:31:03 *** Jaran|zzZzZZzz has quit IRC
19:33:42 <btQuark> warlord: has it been considered to split the financial core from the gui part?
19:34:18 <warlord> It is. The financial engine is completely separate.
19:34:54 <warlord> However, there is sitll a bunch of biz logic tied to the UI in order to perform UI validation.
19:35:26 *** andyt has quit IRC
19:46:14 *** shade304 has joined #gnucash
19:46:14 *** bob25801 has joined #gnucash
19:46:48 *** shade304 has left #gnucash
19:47:06 *** bob25801 has left #gnucash
19:47:55 *** shade304 has joined #gnucash
19:51:52 *** spatialguru has joined #gnucash
19:56:18 *** warlord is now known as warlord-afk
19:57:22 <btQuark> that sounds like it would be possible to create a headless version of gnucash
19:58:11 <btQuark> and possibly offer the gnucash services for other consumers
20:03:32 <spatialguru> it's been years since i used gnucash.. am loving the latest verion.. good work.. kudos to any devs here :)
20:14:08 <spatialguru> running a version of debian (Sidux).. and can't seem to use online banking. got aqbanking installed but not sure about this qt3-wizard warning.
20:14:25 <spatialguru> sound familiar to anyone else?
20:45:31 *** spatialguru has quit IRC
20:47:02 *** cortana has quit IRC
21:06:12 *** Simon_ is now known as Simon
21:14:29 *** JimRaehl2 has quit IRC
21:14:56 *** JimRaehl2 has joined #gnucash
21:18:09 *** JimRaehl2 has quit IRC
21:18:35 *** JimRaehl2 has joined #gnucash
22:11:23 *** twunder has joined #gnucash
22:15:29 *** JimRaehl2 has left #gnucash
22:16:08 *** Jimraehl has joined #gnucash
22:59:32 *** twunder has quit IRC
23:12:29 *** ErKa has joined #gnucash