Re: Portfolio Returns in Fava (based on beangrow)

2023-08-16 Thread Stefano Mihai Canta
Thank you, Andreas! I am running a small example, how do I get reinvested dividends to show up in the charts? If I split up the dividend transaction so that the dividend amount goes into the cash account first and then from the cash account to the commodity, I get the dividend amount to show up

Re: Closing multiple accounts in one shot.

2023-03-12 Thread Stefano Mihai Canta
Actually, yes. https://github.com/redstreet/beancount_reds_plugins/tree/main/beancount_reds_plugins/autoclose_tree#readme On Sun, Mar 12, 2023, 11:48 Martin Blais wrote: > No. > > On Sun, Mar 12, 2023 at 10:02 AM Bman Q wrote: > >> Title, i have 20+ accounts i want to close >> >> 2018-04-01

Multiple file plug-in

2023-01-08 Thread Stefano Mihai Canta
Hello, A while ago, someone posted a plug-in to propagate beancount options to multiple files. I've been searching the mailing list, but I could not find the thread mentioning that plug-in. Does anybody else remember it? Thank you, Stefano -- You received this message because you are

Banks moving away from Direct Connect API

2022-10-07 Thread Stefano Mihai Canta
Hello, Does anyone have a solution for downloading OFX files from banks that are moving away from Direct Connect? For example, using ofxtools to access my Chase transactions does not work anymore.

Re: How to automatically close all descendants of an account?

2022-08-22 Thread Stefano Mihai Canta
Hi, I still get this error message in fava with your latest change if I get rid of the open directive, and rely on the auto_accounts plugin. [image: image.png] Thanks, On Mon, Aug 22, 2022 at 7:39 PM Red S wrote: > > > On Monday, August 22, 2022 at 3:33:23 PM UTC-7 Red S wrote: > >> That was

Re: Sharing household expenses

2022-08-22 Thread Stefano Mihai Canta
Thanks, that's what I need. Hard to find this in the documentation. The query that works for me is without STR. SELECT * WHERE account ~ "Credit-Card:Bla:Bla" AND NOT (FINDFIRST('Assets:Transfer.*', other_accounts)) Using it with NOT STR throws an error about bool and str not being valid

Re: How to automatically close all descendants of an account?

2022-08-22 Thread Stefano Mihai Canta
That was it. Swapping the order of the two plugins fixed the error. In addition, auto_accounts opens the leaves automatically, but it does not add a directive to open an ancestor account if that's missing. I had another set of transactions with a different broker, and all the leaf accounts had an

Re: How to automatically close all descendants of an account?

2022-08-22 Thread Stefano Mihai Canta
Does the order of the directives matter? Here's what I have (simplified) plugin "beancount_reds_plugins.autoclose_tree.autoclose_tree" plugin "beancount.plugins.auto_accounts" 2017-08-10 open Assets:Investments:Non-Retirement:Ciara:Robinhood 2017-11-13 close

Re: Sharing household expenses

2022-08-22 Thread Stefano Mihai Canta
My question might be OT for this thread, but it connects to the FROM/WHERE topic. How do I write a BQL query that selects transactions from certain accounts, and excludes those transactions that have a posting that matches another account? For example, select all transactions from

Re: How to automatically close all descendants of an account?

2022-08-22 Thread Stefano Mihai Canta
-Cards:Wife:Citi and Liabilities:Credit-Cards:Wife:Citi:*, but not Liabilities:Credit-Cards:Wife:Citi*. Stefano On Mon, Aug 22, 2022 at 8:18 AM Stefano Mihai Canta wrote: > Hey, > Thank you! I was going to write my first plugin, but you beat me to it :) > I'll use this as a template for the futu

Re: How to automatically close all descendants of an account?

2022-08-22 Thread Stefano Mihai Canta
Hey, Thank you! I was going to write my first plugin, but you beat me to it :) I'll use this as a template for the future. I appreciate it, Stefano On Mon, Aug 22, 2022 at 3:57 AM Red S wrote: > I've wanted one too. Just wrote it up. See here >

Re: New beancount user, v2 or v3 in 2022?

2022-04-07 Thread Stefano Mihai Canta
Thank you! I had those changes already, but I don't have a fix for this one yet. from beancount.utils.text_utils import replace_numbers ModuleNotFoundError: No module named 'beancount.utils.text_utils' On Thu, Apr 7, 2022 at 1:14 PM Ben Blount wrote: > Here you go. My process was just to

Re: Goodbye bean-web, bean-bake, bean-report. What about bean-price?

2020-07-09 Thread Stefano Mihai Canta
That is my exact workflow. I run bean-price daily. On Thu, Jul 9, 2020, 09:39 Jason Chu wrote: > I have commodity lines in my beancount file and use bean-price to append > prices whenever I feel like it. I'm curious why that doesn't work for other > people and why they need their own scripts. >