2015-09-10 GnuCash IRC logs

00:36:20 *** nodje has joined #gnucash
01:05:51 *** MechtiIde has joined #gnucash
01:46:16 *** nodje has quit IRC
01:55:16 *** fell has quit IRC
01:59:10 *** MechtiIde has quit IRC
02:01:18 *** O01eg has quit IRC
02:02:34 *** uXus has quit IRC
02:02:56 *** uXus has joined #gnucash
02:19:19 *** mlncn has quit IRC
03:35:57 *** nodje has joined #gnucash
03:52:15 *** fabior has joined #gnucash
04:31:02 *** Sandip has joined #gnucash
04:33:52 <Sandip> How do I set up an account of type 'Stock' that will hold individual stock accounts? The moment I select 'Stock' in account type, it asks me for commodity. But it will have multiple individual stock accounts. On the other hand, if I create new account hirearchy, there is indeed a 'Stock' account to which I can add multiple stocks
04:40:20 *** Sandip has left #gnucash
04:40:48 *** Sandip has joined #gnucash
04:41:11 *** Sandip has left #gnucash
04:47:04 *** uXus has quit IRC
04:47:23 *** uXus has joined #gnucash
05:50:45 *** dgtlmoon has quit IRC
05:54:04 *** mlncn has joined #gnucash
06:02:14 *** Sandip has joined #gnucash
06:02:32 *** Sandip has left #gnucash
06:02:44 *** Sandip has joined #gnucash
06:02:52 *** Sandip has left #gnucash
06:16:18 *** chazdiezal1 has quit IRC
06:41:04 *** Jimraehl1 has left #gnucash
06:46:04 *** Jimraehl1 has joined #gnucash
07:15:16 *** Sandip has joined #gnucash
07:15:25 *** Sandip has left #gnucash
07:25:55 *** fabior has quit IRC
07:40:55 *** rubdos has joined #gnucash
07:47:13 *** nodje has quit IRC
08:00:55 *** nomeata has joined #gnucash
08:01:06 *** himaxx has joined #gnucash
08:10:12 *** himaxx has quit IRC
08:17:24 *** chazdiezal has joined #gnucash
08:26:14 *** fell has joined #gnucash
08:48:11 *** himaxx has joined #gnucash
08:55:57 *** himaxx has quit IRC
10:02:16 <JeremyK> I just had a thought about holdbacks. If I could post the invoice and then make a 10% payment to the Holdback A/R account. Then It will show as a payment being paid. This will still allow for the "Net Price" to show the complete amount. What I need to do is change the fancy invoice "Payment, Thankyou". To check if the payment was made to the "Holdback A/R" account.
10:08:17 *** fabior has joined #gnucash
10:15:15 *** dgtlmoon has joined #gnucash
10:59:25 *** nomeata has quit IRC
11:00:27 <warlord> That could work.
11:07:59 *** chazdiezal1 has joined #gnucash
11:08:00 *** chazdiezal has quit IRC
11:29:28 *** himaxx has joined #gnucash
11:36:39 *** himaxx1 has joined #gnucash
11:37:14 *** himaxx has quit IRC
11:41:41 <lmat> JeremyK: Did you just make a pastebin.com entry?
11:41:59 <JeremyK> yes I did
11:42:01 <JeremyK> http://pastebin.com/sDgR6BBu
11:42:16 *** chazdiezal has joined #gnucash
11:42:56 <JeremyK> I just need to figure how to check if made from a certain account instead of a check mark box
11:43:04 *** chazdiezal1 has quit IRC
11:43:07 <lmat> I just saw it and remembered your comment ^_^
11:43:15 *** O01eg has joined #gnucash
11:43:20 <lmat> I fear I can't help in any way however...
11:48:41 <warlord> JeremyK: once you have a handle on the split you can get the 'other' split (which only works with non-split transactions -- if it's a split transaction you've got to do this another way).. and then from the other split you can get the account. and then the account name.
11:54:48 <JeremyK> Thanks warlord. I will look into this. I have never dealt with splits before. Looking into the "split" in the fancy invoice now.
11:56:58 *** himaxx1 has quit IRC
11:58:40 *** MechtiIde has joined #gnucash
12:00:21 *** jimvideo has joined #gnucash
12:09:11 *** mlncn has quit IRC
12:13:59 <warlord> Well, you only need to deal with it for the payment transactions... It's not a part of the "invoice" per se.
12:17:54 <kimmo> I stumbled on your mugshot on linkedin :D
12:18:14 <warlord> kimmo: who's?
12:18:20 <kimmo> yours
12:18:47 <kimmo> ihtfp and connection with linas was a dead giveaway
12:19:17 <warlord> LOL
12:21:12 <kimmo> funny I always figured linas to look younger
12:21:21 <kimmo> I mean, to be younger
12:21:21 <kimmo> :D
12:33:36 *** nomeata has joined #gnucash
12:44:14 <JeremyK> I think I am on the right way now but still getting an error
12:44:28 <JeremyK> (if (name (xaccAccountGetName (xaccSplitGetAccount split))="Holdback A/R")
12:46:39 <warlord> JeremyK: that's not valid scheme..
12:46:51 <warlord> unless "name" is a procedure you defined elsehwere?
12:47:26 <JeremyK> nope name is not a procedure that I defined elsewhere
12:48:22 <warlord> The correct syntax would be: (if (equal? "Holdback A/R" (xaccAccountGetName (xaccSplitGetAccount split))) .... )
12:48:49 <JeremyK> (if ((xaccAccountGetName (xaccSplitGetAccount split))="Holdback A/R")
12:51:07 <warlord> JeremyK: your syntax is still wrong.
12:51:07 <JeremyK> please ignore last line I types
12:51:12 <warlord> okay... :)
13:09:14 <JeremyK> warlord Thanks I no longer have errors. however now is not recognizing "Holdback A/R" and just skipping to else statement. http://pastebin.com/sDgR6BBu
13:09:46 <warlord> JeremyK: are you sure you have the right split?
13:09:59 <warlord> remember, a transaction always has at least TWO splits..
13:10:08 <warlord> so most likely you want the "other" one.
13:12:02 <warlord> you may need to use xaccSplitGetOtherSplit to get the other one... which only works IFF the transaction has EXACTLY 2 splits.
13:18:22 *** fabior has quit IRC
13:39:43 <JeremyK> (if (equal? "Holdback A/R" (xaccAccountGetName (xaccSplitGetAccount (xaccSplitGetOtherSplit split))))
13:39:52 <JeremyK> warlord you are incredible
13:40:05 <JeremyK> thanks so much
13:40:14 <warlord> Note that this will *ONLY* work with basic, 2-split transactions.
13:40:25 <warlord> It will NOT work if you have a SPLIT transaction (> 2 splits)
13:41:38 <JeremyK> I will try to remember. thanks again
14:03:05 *** mlncn has joined #gnucash
14:17:51 *** MarcGuay has quit IRC
14:19:13 *** himaxx has joined #gnucash
14:29:21 *** mikee has quit IRC
14:31:19 *** MarcGuay has joined #gnucash
14:32:24 *** mikee has joined #gnucash
14:37:31 *** himaxx has quit IRC
15:04:22 *** fabior has joined #gnucash
15:16:34 *** mikee has quit IRC
15:19:46 *** mikee has joined #gnucash
15:20:16 *** chazdiezal1 has joined #gnucash
15:20:17 *** chazdiezal has quit IRC
15:44:48 *** MechtiIde has quit IRC
16:03:38 *** mlncn has quit IRC
16:04:36 *** bozonius has quit IRC
16:40:55 *** mlncn has joined #gnucash
16:43:24 *** fabior has quit IRC
16:48:42 *** nomeata has quit IRC
17:13:40 *** bozonius has joined #gnucash
17:26:37 *** rubdos has quit IRC
18:23:03 *** lwells has joined #gnucash
19:49:52 *** jimvideo has quit IRC
20:45:00 *** mlncn has quit IRC
21:13:34 *** mlncn has joined #gnucash
21:39:34 *** mlncn has quit IRC
22:16:55 *** mlncn_ has joined #gnucash