Re: Filtering accounts by a subquery

2024-10-26 Thread Brian Lalor
What do these transactions look like in beancount syntax? — Brian Lalor (he/him) bla...@bravo5.org > On Oct 24, 2024, at 10:07 AM, Daniel Schultz wrote: > > Hello all, > > I'm generating a campaign finance report, which means I need to load any > journal entries fo

Re: Are there any plans to migrate beangrow and fava to v3?

2024-09-13 Thread Brian Lalor
Adding Jakob, who’s been actively working on Fava. Jakob, anything we can do to get v3 support pulled in? — Brian Lalor (he/him) bla...@bravo5.org > On Sep 13, 2024, at 2:45 AM, Stefano Zacchiroli wrote: > > On Thu, Sep 12, 2024 at 03:41:13PM -0700, Red S wrote: >> This is t

Re: How to record a stock split?

2024-06-27 Thread Brian Lalor
filings done on the dollar amount or the number of shares? I haven’t owned any shares that have split long enough for that to be an issue. — Brian Lalor (he/him) bla...@bravo5.org > On Jun 27, 2024, at 6:12 AM, fin wrote: > > Brian Lalor wrote: > > > you'd then hav

Re: How to record a stock split?

2024-06-26 Thread Brian Lalor
USD), is there any reason not to just update the original transaction in my ledger? — Brian Lalor (he/him) bla...@bravo5.org > On Jun 22, 2024, at 9:34 PM, Martin Blais wrote: > > 2024-06-02 * "NVDA 10:1 stock split" "" > Assets:Stocks:NVDA

Re: How to record a stock split?

2024-06-22 Thread Brian Lalor
that doesn’t balance. — Brian Lalor (he/him) bla...@bravo5.org > On Jun 22, 2024, at 8:16 PM, Martin Blais wrote: > > You bought your NVDA at 733.09 not 1096.33, that's what you have to provide > in the cost for the -2 leg. > The docs are correct. > > > On Sat, Jun 22, 2

How to record a stock split?

2024-06-22 Thread Brian Lalor
4-06-02} So it seems the price of 1096.33 is being ignored and I’m trying to purchase 20 shares at 109.633 USD using 2*733.09 USD and the “gain” of 363.24 USD per share is being lost. What is the proper way to reflect a stock split? Thanks, Brian [1]: https://beancount.github.io/docs/trading_wi

Re: How to book insurance payout/reimbursement?

2024-06-21 Thread Brian Lalor
costs to the house. Should the insurance reimbursement be booked against some kind of Income category? It’s not really income in the salary sense, but that is sort of the path of ingress for “new money”. — Brian Lalor (he/him) bla...@bravo5.org > On Jun 21, 2024, at 9:23 AM, Chary Ch

How to book insurance payout/reimbursement?

2024-06-21 Thread Brian Lalor
). — Brian Lalor (he/him) bla...@bravo5.org -- You received this message because you are subscribed to the Google Groups "Beancount" group. To unsubscribe from this group and stop receiving emails from it, send an email to beancount+unsubscr...@googlegroups.com. To view this discussion

Re: Announcement: v3 and git branches

2024-06-17 Thread Brian Lalor
This is great! Thank you! Is there a summary of what’s new/different in 3.0.0 from 2.3.6? (Also I don’t see a 3.0.0 tag in GitHub; was that an oversight?)-- Brian Lalor (he/him)bla...@bravo5.orgOn Jun 16, 2024, at 4:23 PM, Martin Blais wrote:Based on our recent discussion around Beancount

Re: Introducing Beanpost: A PostgreSQL-Based Experiment for Beancount Users

2024-04-27 Thread Brian Lalor
Yes, that’s the one! I might be a bit overly pedantic about setting the effective date, but it helps reconciling transactions with my bank. -- Brian Lalor (he/him) bla...@bravo5.org > On Apr 26, 2024, at 10:58 PM, b...@gerdemann.org wrote: > >  > >> On Apr 26, 2024, at 1:

Re: Introducing Beanpost: A PostgreSQL-Based Experiment for Beancount Users

2024-04-26 Thread Brian Lalor
There’s a plugin that adds processing for an effective_date field. Maybe part of Reds’ suite? I use this extensively. Maybe worth exploring and adding explicit support for? -- Brian Lalor (he/him) bla...@bravo5.org > On Apr 26, 2024, at 6:27 PM, b...@gerdemann.org wrote: > > Howe

Re: Tool for changing flags from imported transactions?

2024-01-04 Thread Brian Lalor
Thanks. That’s what I was thinking, too. I already use autobean a fair bit so plumbing something up is in the realm of possibility. -- Brian Lalor (he/him)bla...@bravo5.orgOn Jan 4, 2024, at 7:29 PM, Red S wrote:Not that I know of. Perhaps others might. Beancount doesn't touch your so

Tool for changing flags from imported transactions?

2024-01-04 Thread Brian Lalor
would streamline this process, by modifying the flag on existing transactions? Thanks, Brian — Brian Lalor (he/him) bla...@bravo5.org -- You received this message because you are subscribed to the Google Groups "Beancount" group. To unsubscribe from this group and stop receiving emails f

Re: Tools to help sort the beancount file by date

2023-10-24 Thread Brian Lalor
autobean-format will do what you want: https://github.com/SEIAROTg/autobean-format — Brian Lalor (he/him) bla...@bravo5.org > On Oct 24, 2023, at 4:47 AM, berkes wrote: > > Good day. > > I'm looking for a way to sort the transactions and balances in my file by > dat

Re: fava-envelope: map budgets to accounts?

2023-10-09 Thread Brian Lalor
Thanks! I was looking at the code for fava-envelope this morning and it is quite understandable. I may dig a bit more into this use case, as well. — Brian Lalor (he/him) bla...@bravo5.org > On Oct 9, 2023, at 10:35 AM, polarmutex wrote: > > I am the developer of fava-envelope >

fava-envelope: map budgets to accounts?

2023-10-08 Thread Brian Lalor
isn’t just trying to ape YNAB! 😄 Thanks, Brian — Brian Lalor (he/him) bla...@bravo5.org -- You received this message because you are subscribed to the Google Groups "Beancount" group. To unsubscribe from this group and stop receiving emails from it, send an email to beancoun

Re: excluding accounts in fava-envelope

2023-10-05 Thread Brian Lalor
Thanks! Looking forward to playing around with it. — Brian Lalor (he/him) bla...@bravo5.org > On Oct 3, 2023, at 8:43 PM, Juan Pinto wrote: > > Sure! Here's what the top of my budget file looks like: > > 2023-09-01 custom "envelope" "start date" &q

Re: excluding accounts in fava-envelope

2023-09-27 Thread Brian Lalor
ago, but I really like the envelope-budgeting idea and would like to incorporate a similar idea in Beancount to try to manage spending. — Brian Lalor (he/him) bla...@bravo5.org > On Sep 27, 2023, at 8:17 AM, j...@jdpinto.com wrote: > > Whoop, I was wrong. It did actually work as inte