2022-09-17 GnuCash IRC logs

01:08:36 *** frebe has joined #gnucash
01:20:09 *** fell has quit IRC
01:21:27 *** fell has joined #gnucash
01:21:28 *** ChanServ sets mode: +o fell
01:22:39 *** David has quit IRC
01:22:47 *** David has joined #gnucash
01:48:30 *** frebe has quit IRC
01:54:24 *** NoobAlice has quit IRC
02:17:45 *** Gandalf has joined #gnucash
02:45:11 *** sbluhm has joined #gnucash
02:59:03 *** frebe has joined #gnucash
03:54:01 *** gjanssens has joined #gnucash
03:54:01 *** ChanServ sets mode: +o gjanssens
04:42:07 *** kyew has quit IRC
04:43:18 *** kyew has joined #gnucash
04:43:18 *** ChanServ sets mode: +v kyew
05:24:45 *** Gandalf1 has joined #gnucash
05:25:12 *** Gandalf has quit IRC
05:25:12 *** Gandalf1 is now known as Gandalf
05:27:43 *** David has quit IRC
05:27:50 *** David has joined #gnucash
05:52:01 *** chris has joined #gnucash
05:52:01 *** ChanServ sets mode: +v chris
05:52:06 *** gncbot sets mode: +o chris
06:20:23 *** Gandalf1 has joined #gnucash
06:20:49 *** Gandalf has quit IRC
06:20:49 *** Gandalf1 is now known as Gandalf
06:41:00 <chris> CDB-Man: (Units) == red now
07:35:50 *** arst_ has joined #gnucash
08:01:27 *** Ragnor has quit IRC
08:03:26 *** Ragnor has joined #gnucash
08:03:26 *** ChanServ sets mode: +v Ragnor
09:00:28 *** frebe has quit IRC
09:47:00 *** bertbob has joined #gnucash
09:47:01 *** ChanServ sets mode: +v bertbob
09:50:16 *** bertbob has quit IRC
09:51:49 *** bertbob has joined #gnucash
09:51:49 *** ChanServ sets mode: +v bertbob
10:10:00 *** frebe has joined #gnucash
10:13:54 *** frebe has quit IRC
10:23:06 *** frebe has joined #gnucash
10:56:06 *** arst_ has quit IRC
11:06:12 *** field^Mop has joined #gnucash
11:17:51 *** frebe has quit IRC
11:50:38 <CDB-Man> <chris> CDB-Man: (Units) == red now --- awesome
12:35:02 *** frebe has joined #gnucash
12:42:06 *** NoobAlice has joined #gnucash
12:42:06 *** ChanServ sets mode: +v NoobAlice
13:11:28 *** sbluhm has quit IRC
13:15:31 *** sbluhm has joined #gnucash
13:22:20 *** field^Mop has quit IRC
13:28:31 *** frebe has quit IRC
13:30:31 *** sbluhm has quit IRC
14:01:38 *** sbluhm has joined #gnucash
14:13:47 *** frebe has joined #gnucash
15:17:02 *** Gandalf has quit IRC
15:22:22 *** warlord has quit IRC
15:26:53 *** frebe has quit IRC
15:27:53 *** sbluhm has quit IRC
15:31:18 *** warlord has joined #gnucash
15:31:26 *** ChanServ sets mode: +qo warlord warlord
16:12:31 *** frebe has joined #gnucash
16:28:36 *** jralls has joined #gnucash
16:28:36 *** ChanServ sets mode: +o jralls
17:04:12 *** frebe has quit IRC
18:16:04 *** gjanssens has quit IRC
22:07:47 <chris> CDB-Man: the truth table could be further expanded: which ones should require a new price to be inserted in pricedb?
22:08:14 <CDB-Man> any transaction that has a debit or credit $ value to the stock account
22:08:44 <CDB-Man> doesnt the register logic already handle this?
22:15:53 <chris> yes but the assistant doesn't use the register logic
22:16:21 <chris> stock split can also have price
22:28:02 <CDB-Man> how?
22:28:26 <CDB-Man> stock splits only *indirectly* affect the price
22:28:30 <CDB-Man> there is no purchase and sale
22:28:41 <CDB-Man> i wouldn't want ot create a pricedb entry off a stock split
22:28:54 <CDB-Man> the user can and should use F::Q for that
23:14:38 <chris> new stock price = new value / new amount ?
23:20:35 <CDB-Man> there's no need to enter value in a stock split\
23:20:51 <CDB-Man> no need to introduce entrpyy and room for error
23:21:32 <chris> ok
23:22:23 <chris> let's leave it then - if amount & value are both present, then val/amt=price to insert
23:23:29 <CDB-Man> indeed, and those would NOT be present in dividend w/o reinvestment, notional, return of capital, stock split, reverse split, and all the short counterparts
23:24:04 <CDB-Man> basically it would only be applicable in purchases, sales, and dividend reinvestments (a special case of purchase)
23:40:52 <chris> last update pushed is merely cosmetic: price display in stock_value and summary table now follow general/force-price-decimal rule - can display $33 + 1/3 for if price=3.33333
23:41:35 <chris> jralls: last commit uses std::optional "correctly" I think -- neater than static bool calculate_price (info, &numeric)
23:54:42 <chris> if there's no Price to be inserted, should the summary include "No new price is inserted" ? I think not.