Re: bean-price has now moved to https://github.com/beancount/beanprice

2020-07-27 Thread Kirill Goncharov
I agree, moving these components out of the main repo should result in a major version change. The idea of dividing the whole process in two stages (v3 and v4) seems reasonable too. On Monday, July 27, 2020 at 5:15:00 AM UTC+3 bl...@furius.ca wrote: > What about this: In version 2.4 (we're now

FIFO mode for Stock Sell

2020-07-27 Thread Ghanashyam Prabhu
I have the following in my beancount file. However it seems like I will always have to indicate sell transactions against an buy lot by filling in the exact price that lot was bought at. Doesn't bean count support FIFO mode where whenever there is a SELL transaction beancount figures the lot th

Re: FIFO mode for Stock Sell

2020-07-27 Thread 'Patrick Ruckstuhl' via Beancount
Hi, Did you indicate Fifo when opening the account? 2020-01-01 open Assets:US:Schwab:ETF:VTI VTI "FIFO" Regards, Patrick On 27.07.2020 17:21, Ghanashyam Prabhu wrote: I have the following in my beancount file. However it seems like I will always have to indicate sell transactions against

Re: bean-price has now moved to https://github.com/beancount/beanprice

2020-07-27 Thread Daniele Nicolodi
On 25/07/2020 20:24, Martin Blais wrote: > That's assuming people aren't running from source. > I assume many users here run directly from source code and it's probably > a minority who pip install. That's does not make much of a difference, also running 'python setup.py install' or 'python setup.

Re: FIFO mode for Stock Sell

2020-07-27 Thread Ghanashyam Prabhu
Thanks, I will try that! On Mon, 27 Jul 2020 at 08:43, 'Patrick Ruckstuhl' via Beancount < beancount@googlegroups.com> wrote: > Hi, > > > Did you indicate Fifo when opening the account? > > 2020-01-01 open Assets:US:Schwab:ETF:VTI VTI "FIFO" > > Regards, > > Patrick > > > > On 27.07.2020 17:21, G

Re: FIFO mode for Stock Sell

2020-07-27 Thread Red S
You might find it much faster to do a quick search in the docs, which are very well written and have a great UI. Eg: https://beancount.github.io/docs/search.html?q=Fifo -- You received this message because you are subscribed to the Google Groups "Beancount" group. To unsubscribe from this group

Re: FIFO mode for Stock Sell

2020-07-27 Thread Ghanashyam Prabhu
Wonderful, that worked like a charm. Silly me, should have attempted the github doc search. I was using a Google Search and then the results somehow pointed to 404 on the docs. On Mon, 27 Jul 2020 at 10:51, Red S wrote: > You might find it much faster to do a quick search in the docs, which are