2020-11-09 GnuCash IRC logs

00:31:31 *** o01eg has quit IRC
00:56:46 *** Mechtilde has joined #gnucash
01:27:55 *** sbluhm has joined #gnucash
01:27:55 *** ChanServ sets mode: +v sbluhm
01:53:21 *** fell_laptop has joined #gnucash
01:53:21 *** ChanServ sets mode: +o fell_laptop
01:55:04 *** fell has quit IRC
01:55:23 *** frakturfreak has quit IRC
01:57:53 *** David has quit IRC
01:57:59 *** David has joined #gnucash
02:06:38 *** fell_laptop is now known as fell
02:10:08 *** frakturfreak has joined #gnucash
02:17:23 *** Aussie_matt has quit IRC
02:45:24 *** CDB-Work has quit IRC
02:53:01 *** bertbob has quit IRC
03:02:11 <CDB-PHONE> chris I would advise against locking, because we never know when a weird situation arises
03:10:45 *** bertbob has joined #gnucash
03:10:45 *** ChanServ sets mode: +v bertbob
03:13:27 *** jcarl43 has quit IRC
03:15:58 *** Mechtilde has quit IRC
03:29:55 *** Mechtilde has joined #gnucash
04:29:10 *** Vollstrecker has joined #gnucash
04:30:57 <Vollstrecker> Hi, I got a little problem with reports. The option to ignore some patterns seems to be gone. When closing the year and (almost) every account goes to 0, I can't get the value before that anymore.
04:54:59 <Vollstrecker> It works for the bookings report, but not for account overview.
05:04:28 *** Mechtilde has quit IRC
05:18:16 *** User_ has joined #gnucash
05:19:03 *** Mechtilde has joined #gnucash
05:22:06 *** Mechtilde has quit IRC
05:22:23 *** Mechtilde has joined #gnucash
05:24:41 *** gjanssens has joined #gnucash
05:24:41 *** ChanServ sets mode: +o gjanssens
05:27:47 <chris> fell: re autoclear apols i think its best to revert my live status
05:29:55 *** User_ has quit IRC
05:30:02 <fell> ???
05:33:25 <fell> Chris, are you talking about PR 813?
05:36:56 <chris> yes
05:38:18 <fell> I did not fully understand. It had become slower than expected?
05:38:25 <chris> it's best to revert now and try again when the algo can be modified as I described to cristiklein.
05:39:26 *** David has quit IRC
05:39:30 <chris> reason: it works well. ohowever if you have 20 uncleared splits itll run the alrgorithm after each keystroke which is unacceptably slow
05:39:32 *** David has joined #gnucash
05:41:16 <chris> I even tried to run the algorithm while enabling gtk events which makes race conditions happen
05:41:51 <fell> So for a user with a 10 years old computer it would look like …?
05:43:35 <chris> my primary laptop is old. it pauses 2-3s after each key.
05:45:13 *** MatrixTravelerbot[m] has quit IRC
05:45:14 *** Julianold[m] has quit IRC
05:45:19 *** PeterScholtens[m] has quit IRC
05:45:20 *** ElonSatoshi[m] has quit IRC
05:45:20 *** Couto[m] has quit IRC
05:45:20 *** cybertani[m] has quit IRC
05:45:20 *** luwum[m] has quit IRC
05:45:20 *** grepular has quit IRC
05:45:20 *** peter-butler[m] has quit IRC
05:45:28 *** mmkodali[m] has quit IRC
05:46:39 <fell> So if I paste a string of length10 I have to wait 30 sec. until the queue is empty again. Hm, not so nice.
05:47:33 <chris> if you paste an amount of 10 digits should be only 1 pause of 3s
05:48:07 *** peter-butler[m] has joined #gnucash
05:48:44 <fell> OK, I have to fast type it while looking on my statement.
05:49:09 <fell> gjanssens, ^ your opinion?
05:49:21 <chris> whether you fasttype is not the issue :)
05:50:16 <chris> each key typed into ending_val triggers algo
05:51:41 <chris> as you type "4577.75" it runs algo 7 times
05:51:58 *** Aussie_matt has joined #gnucash
05:52:18 <fell> How about counting uncleared splits before enbling the dialog and enable it only if the number is small enough?
05:53:11 <chris> good idea but not entirely accurate
05:54:04 <chris> my 20-split limit applies only if all 20 amounts generate numerous reachable_amounts eg 1,2,4,8,16...
05:54:46 <chris> if you have 1000 5 5 5 5 5 (100 times) then it can clear $100 easily & quickly
05:54:59 <chris> if you have 1000 5 5 5 5 5 (100 times) then it can clear $1000 easily & quickly
06:08:59 <fell> Add a GtkSpinbuttons "Treshold for live feedback" with default 17?
06:16:47 *** Julianold[m] has joined #gnucash
06:16:48 *** PeterScholtens[m] has joined #gnucash
06:16:50 *** cybertani[m] has joined #gnucash
06:16:51 *** luwum[m] has joined #gnucash
06:16:51 *** Couto[m] has joined #gnucash
06:16:51 *** ElonSatoshi[m] has joined #gnucash
06:16:52 *** grepular has joined #gnucash
06:16:52 *** ChanServ sets mode: +v grepular
06:16:52 *** mmkodali[m] has joined #gnucash
06:16:53 *** Herbert has joined #gnucash
06:17:30 *** storyjesse has joined #gnucash
06:25:12 <fell> chris ^
06:25:38 *** warlord has quit IRC
06:25:47 *** warlord has joined #gnucash
06:25:47 *** gncbot sets mode: +o warlord
06:33:27 <chris> dont think its too clever. the vision is to modify algorithm to generate sack hashtable once, therefore 2-3s delay once only the every keystroke is an instant hash lookup
06:34:48 <chris> dont think its too clever. the vision is to modify algorithm to generate sack hashtable once, therefore 2-3s delay once only then every keystroke is an instant hash lookup
06:40:18 <gjanssens> I'm in favour of the most reliable solution.so I'm inclined to revert until you have a faster algorihm
06:40:18 <gncbot> gjanssens: Sent 1 day, 11 hours, and 1 minute ago: <jralls> warlord chris is looks to me like github actions are the quickest way forward. Docs at https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/introduction-to-github-actions.
06:40:19 <gncbot> gjanssens: Sent 1 day, 10 hours, and 59 minutes ago: <jralls> TravisCI migration doc: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/migrating-from-travis-ci-to-github-actions
06:40:47 <gjanssens> jralls: ok for me
06:41:37 <chris> +1
06:42:10 <chris> id modify cristi's algo if i could!
06:43:03 <chris> all it needs is to encode a GList or symbol 'dup as the GHashTable value
07:02:30 *** Aussie_matt has quit IRC
07:47:10 <warlord> So it sounds like I don't need to build a jenkins server?
08:12:45 *** Hamaryns has joined #gnucash
08:12:46 *** ChanServ sets mode: +v Hamaryns
08:14:35 *** halipaul has joined #gnucash
08:32:39 *** halipaul has quit IRC
08:33:30 *** halipaul has joined #gnucash
08:53:19 *** Hamaryns has quit IRC
09:17:42 *** Hamaryns has joined #gnucash
09:17:42 *** ChanServ sets mode: +v Hamaryns
09:34:12 *** Hamaryns has quit IRC
09:38:36 *** marneu56 has joined #gnucash
09:38:36 *** ChanServ sets mode: +v marneu56
09:39:53 *** KaiForce has joined #gnucash
10:31:56 *** storyjesse has quit IRC
10:39:36 *** Agfarmer18 has joined #gnucash
10:40:02 *** Agfarmer18 has quit IRC
10:48:55 *** sbluhm has quit IRC
10:59:37 *** o01eg has joined #gnucash
11:02:07 *** David has quit IRC
11:02:13 *** David has joined #gnucash
11:07:18 *** jcarl43 has joined #gnucash
11:07:18 *** ChanServ sets mode: +v jcarl43
11:08:49 *** sbluhm has joined #gnucash
11:08:49 *** ChanServ sets mode: +v sbluhm
11:23:06 *** Agfarmer18 has joined #gnucash
11:30:36 *** ramontjunior has joined #gnucash
11:35:42 *** guak has joined #gnucash
11:45:07 *** Agfarmer18 has quit IRC
12:22:40 *** marneu56 has quit IRC
12:50:04 *** sbluhm has quit IRC
13:03:32 *** sbluhm has joined #gnucash
13:03:32 *** ChanServ sets mode: +v sbluhm
13:12:33 *** angel has joined #gnucash
13:28:11 *** marneu56 has joined #gnucash
13:28:11 *** ChanServ sets mode: +v marneu56
13:32:01 <marneu56> In einer inzwischen sehr alten Version habe ich den Geschäftsteil verwendet und dabei Kunden erstellt. Diese möchte ich vollständig "verlieren". Dazu habe ich eine neue Datei erstellt und den Kontenrahmen wieder eingespielt. Jetzt möchte ich nur die Buchungen vollständig wieder herstellen. Was ist der beste Weg dafür?
13:36:13 <warlord> fell?
13:45:22 *** ArtGravity has joined #gnucash
13:45:22 *** ChanServ sets mode: +v ArtGravity
13:46:05 *** Agfarmer18 has joined #gnucash
13:54:42 *** Hamaryns has joined #gnucash
13:54:42 *** ChanServ sets mode: +v Hamaryns
13:54:57 <fell> Grübel …
13:57:17 <fell> marneu56: Datei->Exportieren->Buchungen nach CSV exportieren.
13:58:32 <fell> in der alten Datei und anschließend in der neuen importieren.
14:06:22 *** angel has quit IRC
14:14:53 *** Agfarmer18 has quit IRC
14:47:11 *** Hamaryns has quit IRC
14:56:01 *** sbluhm has quit IRC
14:58:29 *** Hamaryns has joined #gnucash
14:58:29 *** ChanServ sets mode: +v Hamaryns
15:26:01 *** ramontjunior has quit IRC
15:26:22 *** Hamaryns has quit IRC
15:27:58 *** Mechtilde has quit IRC
15:36:31 *** jw4 has quit IRC
15:36:43 *** jw4 has joined #gnucash
15:36:43 *** ChanServ sets mode: +v jw4
15:56:54 *** gjanssens has quit IRC
15:56:59 *** Agfarmer18 has joined #gnucash
16:12:51 <marneu56> fell, Danke das probiere ich gerade...
16:32:22 <marneu56> Das ist ein ziemlich heftige Operation, für ca. 14.000 Sätze schon ein halbe Stunde und belegt aktuell 4,1Gb Mem, läuft aber noch...hmmm CPU auf 99-100%.
16:54:32 <marneu56> Gibt es einen einfacheren Weg, wenn man in eine Mysql schreibt? Bzw. kann man dann gezielt selecten und löschen, oder das eine ganz schlechte Idee?
16:55:09 *** Agfarmer18 has quit IRC
16:57:44 <marneu56> fell: Inzwischen 7,2Gb Mem und dauernd zwischen 99,9 und 100% CPU. Der PC hat 64Gb RAM und 20 Procs, ich mache für heute Schluß ich hoffe er schafft das bis morgen früh.
16:58:26 <fell> Ok
16:59:08 *** Aussie_matt has joined #gnucash
16:59:29 *** frakturfreak has quit IRC
18:00:38 *** KaiForce has quit IRC
18:34:08 *** Herbert has joined #gnucash
19:17:08 *** halipaul has quit IRC
19:33:04 *** jcarl43 has quit IRC
19:35:35 *** David has quit IRC
19:35:40 *** David has joined #gnucash
19:56:43 *** ArtGravity has quit IRC
20:17:02 *** warlord has quit IRC
20:26:15 *** guak has quit IRC
20:26:59 *** storyjesse has joined #gnucash
20:37:28 *** warlord has joined #gnucash
20:37:28 *** gncbot sets mode: +o warlord
22:59:25 *** marneu57 has joined #gnucash
22:59:25 *** ChanServ sets mode: +v marneu57
23:00:20 *** marneu56 has quit IRC
23:00:20 *** marneu57 is now known as marneu56