2014-10-22 GnuCash IRC logs

00:00:25 *** mlncn-agaric has joined #gnucash
00:39:37 *** jralls has quit IRC
00:40:08 *** jralls has joined #gnucash
00:40:09 *** gncbot sets mode: +o jralls
01:07:52 *** MechtiIde has joined #gnucash
01:22:48 *** jralls has quit IRC
01:23:51 *** jralls has joined #gnucash
01:23:51 *** gncbot sets mode: +o jralls
01:29:59 *** mlncn-agaric has quit IRC
02:07:19 *** Krzysiek_K has left #gnucash
02:15:19 *** mlncn-agaric has joined #gnucash
02:16:24 *** MechtiIde has quit IRC
02:25:46 *** mlncn-agaric has quit IRC
02:30:57 *** AndreeeCZ has quit IRC
02:33:36 *** gjanssens has joined #gnucash
02:33:36 *** gncbot sets mode: +o gjanssens
02:46:46 *** ErKa has joined #gnucash
02:51:09 *** GabrieleV_ has joined #gnucash
02:51:40 *** GabrieleV has quit IRC
02:51:41 *** GabrieleV_ is now known as GabrieleV
03:06:18 *** Gbarr1 has quit IRC
03:07:20 *** Gbarr has joined #gnucash
03:15:01 *** ErKa has quit IRC
03:41:57 *** aqua___ has joined #gnucash
04:08:03 *** jralls has quit IRC
04:09:39 *** jralls has joined #gnucash
04:09:40 *** gncbot sets mode: +o jralls
04:35:25 *** fell has joined #gnucash
04:35:26 *** gncbot sets mode: +o fell
06:41:41 *** GabrieleV_ has joined #gnucash
06:41:47 *** GabrieleV has quit IRC
06:41:48 *** GabrieleV_ is now known as GabrieleV
06:42:31 *** Jimraehl1 has left #gnucash
06:50:36 *** Jimraehl1 has joined #gnucash
07:41:12 *** GabrieleV_ has joined #gnucash
07:41:21 *** GabrieleV has quit IRC
07:41:21 *** GabrieleV_ is now known as GabrieleV
07:48:49 *** aqua___ has quit IRC
07:57:02 *** mlncn-agaric has joined #gnucash
08:18:30 *** fell_ has joined #gnucash
08:18:32 *** gncbot sets mode: +o fell_
08:27:31 *** fell has quit IRC
09:25:59 <lmat> I'm using boost version 1.48, and it looks like it doesn't compile...
09:26:15 <lmat> It looks like boost isn't compiling
09:27:25 <lmat> Boost assumes that std::rand() is unsigned, but it isn't...
09:37:13 *** mlncn-agaric has quit IRC
09:37:36 *** mlncn-agaric has joined #gnucash
09:42:29 *** andy has quit IRC
09:45:19 <warlord> Odd
09:45:55 <lmat> warlord: In git:boost/trunk, it's fixed.
09:46:51 <lmat> warlord: I think the rub is that we treat compiler warnings as errors? At least narrowing conversions are errors in our build.
09:48:28 *** mlncn-agaric has quit IRC
09:53:37 <warlord> Then cast it.
09:54:36 <lmat> warlord: This is boost code.
09:55:01 <lmat> warlord: An header we include includes another header that emits a warning that we treat as an error (if I'm understanding properly).
09:55:40 <lmat> warlord: You should be able to reproduce if you're compiling against boost 1.48, and using a std::rand that returns int (as it should http://en.cppreference.com/w/cpp/numeric/random/rand )
09:58:38 <lmat> This is probably a devel list comment :)
10:00:20 <lmat> Would there be any support to separating the report generation part of gnucash into a different GUI application?
10:02:49 *** wol has joined #gnucash
10:03:03 <warlord> unlikely.
10:03:15 <warlord> But you could turn off that particular warning in that particular source file
10:03:26 <warlord> Where is boost::rand being pulled in?
10:03:30 <warlord> Can you isolate that #include?
10:06:40 <lmat> guid.cpp includes (boost) uuid_generators.hpp includes (boost) random_generator.hpp which includes (boost) seed_rng.hpp which has the error
10:06:43 <lmat> warlord: That answers your question?
10:07:20 <warlord> lmat: okay, so turn off that particular warning for guid.cpp
10:07:28 <lmat> http://sprunge.us/VWXK
10:07:34 <lmat> warlord: ahh, okay
10:12:17 <warlord> (maybe base the choice of turning off the warning on the detected version of boost)
10:17:37 *** andy has joined #gnucash
10:22:55 *** wol has quit IRC
10:25:58 *** wol has joined #gnucash
10:42:02 *** wol has quit IRC
10:53:49 *** O01eg has joined #gnucash
11:03:40 *** jimvideo has joined #gnucash
11:05:22 *** himaxx has joined #gnucash
11:05:58 *** mlncn-agaric has joined #gnucash
11:06:24 *** himaxx has joined #gnucash
11:09:34 *** himaxx has quit IRC
11:27:47 *** ErKa has joined #gnucash
11:50:46 *** GabrieleV_ has joined #gnucash
11:50:47 *** GabrieleV has quit IRC
11:50:47 *** GabrieleV_ is now known as GabrieleV
11:52:03 *** Gbarr has quit IRC
11:57:45 *** MechtiIde has joined #gnucash
12:05:11 <lmat> How should I reconcile a student loan statement? There is principal and interest on the statement, but I'm not sure how to reconcile both at one swoop.
12:06:19 <lmat> Perhaps I should reconcile the Liability and the Expense account separately?
12:08:12 <lmat> I guess if the Asset used to pay the Liability, and the Liability are reconciled, the expense is correct by force ^_^
12:08:29 <lmat> Of course, with my mortgage, that's not necessarily the case because there's also an escrow account...
12:18:20 *** wol has joined #gnucash
12:23:09 <warlord> lmat: in generate I find you only need to reconcile Asset and Liability accounts.
12:23:24 <warlord> er, "in general"
12:23:44 <lmat> warlord: That makes sense to me. I was told to "reconcile anything for which you get a statement." (come to think of it, I think gnucash docs told me that!)
12:24:28 <warlord> Yes, but the statement is for the liability account. The "interest" portion is more showing you the correct P/I split so you know how much of your payment was P v I
12:47:54 <lmat> Each time I finish reconciling certain liability accounts (credit cards), GnuCash shows a transfer window. I don't ever need to transfer anything that way. How can I make sure that doesn't show up anymoer?
12:51:30 *** benjamin-agaric has joined #gnucash
12:51:31 *** mlncn-agaric has quit IRC
12:52:38 *** wol has quit IRC
13:22:05 *** Gbarr has joined #gnucash
13:29:43 *** fell__ has joined #gnucash
13:29:44 *** gncbot sets mode: +o fell__
13:32:13 <warlord> lmat: I think you can click off the checkbox for that account. Basically it's assuming that you received the bill and are planning to pay it. (E.g., a credit card)
13:34:54 *** fell_ has quit IRC
13:56:11 <lmat> warlord: I don't follow. Check it off where? On the Transfer Funds window?
14:01:24 <warlord> lmat: what's the exact account type? It should only include it for CC types
14:07:33 <lmat> warlord: yeah, it's a credit card account.
14:08:19 <warlord> Then why would you want to turn off that feature? (You can... in the prefs)
14:10:08 <lmat> warlord: I enter payments manually before reconciling.
14:10:23 <warlord> Why would you do that?
14:12:15 <lmat> warlord: That's when I pay it. I open the document, pay the bill, then I *might* reconcile at that sitting, but most likely it'll take a day or two or three before I get around to it.
14:12:39 <lmat> warlord: Also, I need to record the cheque number (I'm not sure if that's an option in that Transfer Funds window...).
14:13:35 <warlord> It is
14:26:33 <lmat> warlord: that's good :) how do I disable it?
14:41:47 <warlord> Edit -> Preferences -> Register -> Reconciling [Automatic Credit Card Payment]
14:49:40 <lmat> awesome, thanks!
15:16:36 *** lmat_ has joined #gnucash
15:20:33 *** lmat has quit IRC
15:29:02 *** MechtiIde has quit IRC
16:05:59 *** lmat has joined #gnucash
16:06:37 <lmat> So we really target boost 1.48? Does anybody compile against 1.48? I'm a bit astounded that our project doesn't compile with 1.48, but plenty of patches have been made, etc.... Why are we targeting 1.48?
16:06:43 *** Gbarr has quit IRC
16:13:32 <gjanssens> lmat: because that's what is available on debian stable
16:13:56 *** Gbarr has joined #gnucash
16:14:08 <gjanssens> And I guess nobody is really building against it currently
16:16:33 *** wol has joined #gnucash
16:18:38 *** wol has quit IRC
16:36:16 *** jimvideo has quit IRC
16:37:59 <lmat> hmm
16:46:31 *** Roberto has joined #gnucash
16:57:18 *** himaxx has joined #gnucash
17:09:37 *** calp_ has joined #gnucash
17:15:00 *** calp has quit IRC
17:15:00 *** calp_ is now known as calp
17:21:47 *** aqua___ has joined #gnucash
17:41:15 *** gjanssens has quit IRC
17:43:50 *** GabrieleV_ has joined #gnucash
17:44:17 *** GabrieleV has quit IRC
17:44:17 *** GabrieleV_ is now known as GabrieleV
18:12:38 *** lmat_ has joined #gnucash
18:14:29 *** benjamin-agaric has quit IRC
18:16:07 *** lmat has quit IRC
18:24:32 *** aqua___ has quit IRC
18:32:13 *** puck has quit IRC
18:37:51 *** puck has joined #gnucash
19:14:36 *** jralls has quit IRC
19:15:09 *** jralls has joined #gnucash
19:15:09 *** gncbot sets mode: +o jralls
19:21:02 *** bunk3m has joined #gnucash
19:21:58 *** bunk3m has left #gnucash
19:33:05 *** lmat has joined #gnucash
19:37:04 *** lmat_ has quit IRC
19:40:11 *** jralls has quit IRC
19:41:18 *** jralls has joined #gnucash
19:41:18 *** gncbot sets mode: +o jralls
20:26:21 *** Gbarr has quit IRC
20:31:16 *** Gbarr has joined #gnucash
20:50:09 *** jralls has quit IRC
20:50:31 *** jralls has joined #gnucash
20:50:31 *** gncbot sets mode: +o jralls
21:06:22 *** benjamin-agaric has joined #gnucash
21:10:09 *** jralls has quit IRC
21:11:00 *** jralls has joined #gnucash
21:11:01 *** gncbot sets mode: +o jralls
22:32:27 *** lmat has joined #gnucash
22:38:13 *** lmat has quit IRC
22:54:40 *** lmat has joined #gnucash
22:57:54 *** GabrieleV_ has joined #gnucash
22:57:55 *** GabrieleV has quit IRC
22:57:55 *** GabrieleV_ is now known as GabrieleV
23:17:12 *** fell__ has quit IRC
23:17:42 *** fell__ has joined #gnucash
23:17:42 *** gncbot sets mode: +o fell__
23:24:32 *** fell__ has quit IRC
23:25:15 *** fell__ has joined #gnucash
23:25:15 *** gncbot sets mode: +o fell__
23:47:56 *** GabrieleV_ has joined #gnucash
23:47:56 *** GabrieleV has quit IRC
23:47:56 *** GabrieleV_ is now known as GabrieleV