2023-09-17 GnuCash IRC logs

00:07:39 *** jwhite has quit IRC
01:01:02 *** mosiu has quit IRC
01:04:35 *** mosiu has joined #gnucash
01:07:06 *** fell has quit IRC
01:08:24 *** fell has joined #gnucash
01:08:24 *** ChanServ sets mode: +o fell
01:12:57 *** Aussie_matt has joined #gnucash
02:39:10 *** gandalf has joined #gnucash
03:46:26 *** bertbob has quit IRC
03:49:29 *** bertbob has joined #gnucash
03:49:29 *** ChanServ sets mode: +v bertbob
05:12:28 *** Luk6655 has joined #gnucash
05:12:28 *** ChanServ sets mode: +v Luk6655
05:14:08 <Luk6655> Hi, does anyone have any report examples in python? I read somewhere python can be used for reports too, not just scheme.
05:26:07 *** chris has joined #gnucash
05:26:07 *** ChanServ sets mode: +v chris
05:26:07 *** gncbot sets mode: +o chris
05:35:06 *** chris has quit IRC
07:36:51 *** Luk6655_ has joined #gnucash
07:57:43 *** Luk6655 has quit IRC
07:58:10 *** Luk6655_ has quit IRC
07:58:30 *** Luk6655 has joined #gnucash
07:58:31 *** ChanServ sets mode: +v Luk6655
08:00:28 <Luk6655> Does gnucash have any way to run scheme interactively? Like a scheme console? So one can interrogate data objects etc?
08:28:39 <Luk6655> Does anyone know what happened to the dev documentation linked here: https://code.gnucash.org/ ?
08:28:47 <Luk6655> Both links at the bottom are dead
08:29:18 <Luk6655> archive.org says last time (at leasrt one) was live in may of this year and it did contain some dev documentationm for version 4
08:31:05 <Luk6655> looks like autogenerated stuff with little value anyway from what I'm seeing in archive.org
09:01:13 <warlord> Luk6655, thanks, I'll go fix those links. If you go to code.gnucash.org/docs you'll find them
09:01:35 <warlord> Maint was renamed Stable.
09:01:41 <warlord> Master hasn't been quite renamed yet.
09:06:10 <Luk6655> warlord, thanks
09:08:31 <warlord> I've fixed the MASTER->STABLE link. I've left MASTER in there for now until the name changes. Hopefully I will remember to fix it then
09:14:54 <Luk6655> Does gnucash has any recommended way to add extra fields to its objects? For example I'd like to add a field that specifies the target bank account number in payment terms.
09:15:20 <Luk6655> Even if one has to add it with scheme etc.
09:15:39 <Luk6655> I just need it on a custom report, no need for it to show up in the gui.
09:15:53 *** jwhite has joined #gnucash
09:15:53 *** ChanServ sets mode: +v jwhite
09:55:32 <Luk6655> I think there may be a bug, gnc:owner-get-address-dep returns a name and address instead of just tghe address.
09:55:41 <Luk6655> then gnc:owner-get-name-and-address-dep returns the name twice
10:34:14 *** Aussie_matt has quit IRC
12:11:55 *** chris has joined #gnucash
12:11:55 *** ChanServ sets mode: +v chris
12:11:55 *** gncbot sets mode: +o chris
12:12:28 *** cproo12 has joined #gnucash
12:12:28 *** ChanServ sets mode: +v cproo12
12:18:57 <jralls> Luk6655: The Python bindings access the engine functions so that you can query your book. Everything else to generate a report you'd have to write yourself.
12:21:04 <jralls> Luk6655: There is no Scheme console. You can run guile, set the paths, and import the gnucash modules you need.
12:24:20 <jralls> Luk6655: The only way to add member variables to GnuCash internal objects is to fork GnuCash.
12:38:34 *** FeuerwehrMichael has joined #gnucash
12:38:34 *** ChanServ sets mode: +v FeuerwehrMichael
12:39:29 *** FeuerwehrMichael has quit IRC
12:41:58 *** nevivurn has quit IRC
12:56:55 *** chris has quit IRC
14:29:30 *** cproo12 has quit IRC
15:57:28 *** cproo12 has joined #gnucash
15:57:28 *** ChanServ sets mode: +v cproo12
15:57:48 *** cproo12 has quit IRC
16:28:46 <jralls> @tell chris re https://code.gnucash.org/logs/2023/09/16.html#T12:19:19 fixed.
16:28:46 <gncbot> jralls: The operation succeeded.
16:33:18 *** gandalf1 has joined #gnucash
16:33:45 *** gandalf has quit IRC
16:33:46 *** gandalf1 is now known as gandalf
16:40:34 *** gjanssens has quit IRC
16:42:08 *** gandalf has quit IRC
18:19:16 *** Luk6655 has quit IRC
20:00:05 *** raghukamath has quit IRC
20:01:08 *** palerider has joined #gnucash
20:01:56 *** palerider has left #gnucash
20:05:54 *** raghukamath has joined #gnucash
20:05:54 *** ChanServ sets mode: +v raghukamath
20:55:20 *** chris has joined #gnucash
20:55:20 *** ChanServ sets mode: +v chris
20:55:20 *** gncbot sets mode: +o chris
21:38:19 *** chris has quit IRC
21:58:27 *** chris has joined #gnucash
21:58:27 *** ChanServ sets mode: +v chris
21:58:27 *** gncbot sets mode: +o chris
22:02:52 *** mosiu_ has joined #gnucash
22:03:04 *** mosiu has quit IRC
22:03:06 *** mosiu_ is now known as mosiu
22:06:51 <chris> jralls a stock-assistant bug: load datafile from 797796. run assistant with date 16/06/2020 to run the short txns. short-sell, num(shares)=2, stock_val=200, cash_acct=broker:cad cash, amount=202, fees_capitalize=true, fees=(blank) --> exception thrown std::invalid_argument
22:08:43 <chris> it should allow completion until the last page shows dr/cr imbalance
22:09:41 <chris> m_value is 1/0 due to fees_amount GtkEntry being blank
22:22:26 <chris> the excepion triggers anytime when Fees_entry=blank
22:25:26 *** chris has quit IRC