s article yet?
>
> https://beancount.github.io/docs/sharing_expenses_with_beancount.html
>
> Justin
>
> On Mon, Apr 21, 2025 at 9:30 AM Ghanashyam Prabhu
> wrote:
>
>> Are there any examples on this? Looking to have something like a
>> Splitwise workflow to tra
ables?)
On Mon, Apr 21, 2025, 7:56 AM Ghanashyam Prabhu
mailto:gpio@gmail.com>> wrote:
Hello, Seems like beancount_share plugin worked well with Beancount v2 but
isn't compatible with Beancount_v3? What are the options to track shared
expenses on Beancount v3?
Thanks,
Ghanashyam
Hello, Seems like beancount_share plugin worked well with Beancount v2 but
isn't compatible with Beancount_v3? What are the options to track shared
expenses on Beancount v3?
Thanks,
Ghanashyam
--
You received this message because you are subscribed to the Google Groups
"Beancount" group.
T
Hello, I am trying to write a simple importer (referring to
reds_beancount_importers), but I hit the strange error with file handling.
I am beginner in python and would appreciate some help in debugging the
error. Following is some information.
Below is the importer code
''' Example importer
You may create the init.el or .emacs file may be created in your
Linux home directory or .emacs.d directory. Emacs automatically
searches for the init.el or .emacs file in these directories.
I have the following added to my init.el file, you may refer this
to enable beancount-mode in Emacs
;; bea
er when I moved the repo.
> A test is still missing:
>
> https://github.com/beancount/beanprice/commit/b2685fea866a8696f9d5c25e851d30b62d6a02a2
>
>
> On Sat, Jan 30, 2021 at 5:29 PM Ghanashyam Prabhu
> wrote:
>
>> I see this error recently when I run beanprice --upda
I see this error recently when I run beanprice --update --update-rate=daily
on my beancount file. I don't recollect changing much on my beancount file.
Below is the error message. What does 'Trim end date is before start date'
error indicate?
Traceback (most recent call last):
File "/usr/lo
I see this error recently when I run beanprice --update --update-rate=daily
on my beancount file. I don't recollect changing much on my beancount file.
Below is the error message. What does 'Trim end date is before start date'
error indicate?
Traceback (most recent call last):
File "/usr/lo
For crypto taxation, the cost basis is calculated along cost of the crypto
inclusive of the exchange fees. Consider the following transaction recorded
by an exchange.
2020-10-25 * "Coinbase" "Buy BTC at Coinbase"
Assets:US:Crypto:Coinbase:BTC 0.03683173 BTC {13575.25 USD,
2020-10-2
attached to it.
>
> Please review the docs provided in earlier replies, I think they will help
> you if you take the time to grok them fully.
>
>
>
> On Mon, Jan 18, 2021 at 10:12 PM Ghanashyam Prabhu
> wrote:
>
>> I did note the precision from the error message
&g
act match is required. I have a pull request open
>> <https://github.com/beancount/beancount/pull/589> that would've made
>> this work as you expected it to. Note, I don't know if Martin agrees with
>> me that lot matching should accept small variations, so that pull
uot;Transfer BTC from Coinbase to CoinbasePro" #transfer
> Assets:US:Crypto:Coinbase:BTC -0.29738506 BTC {}
> Assets:US:Crypto:CoinbasePro:BTC0.29738506 BTC {}
>
> But really what you likely actually want is to recreate all the original
> lots, just in
Got it, I have updated the changes. I now understand the capital gains
recording concept.
On Mon, 18 Jan 2021 at 18:55, Martin Blais wrote:
> On Mon, Jan 18, 2021 at 7:23 PM Ghanashyam Prabhu
> wrote:
>
>> I am currently maintaining a beancount ledger file for tra
, flag=None,
meta={file} against balance (0.29738506 BTC)
Ghanashyam
On Mon, 18 Jan 2021 at 18:57, Martin Blais wrote:
> This looks all wrong, see other thread.
> To buy BTC at Coinbase, the money all comes from your Coinbase:Cash
> account.
> Transfers from your bank are separate tran
I had a similar use case here and ended up using the plugin to report the
transactions and then copied them manually into the transfer posting
This is my entries list. However I see that when I run bean-check (v2), it
errors out with an error
No position matches "Posting(account='Assets:US:Cryp
I am currently maintaining a beancount ledger file for tracking my crypto
transactions and I'd like to seek advice on the workflow especially when
recording capital gains from these transactions. Below is an example.
Let's say I accumulated some BTC at some cost basis of 3500 and have a
capita
I am currently maintaining a beancount ledger file for tracking my crypto
transactions and I'd like to seek advice on the workflow especially when
recording capital gains from these transactions. Below is an example.
Let's say I accumulated some BTC at some cost basis of 3500 and have a
capita
Thanks Vivek for the details.
I used the bean-price --update btc-price.beancount and it works well
As a reference I also want to update the btc-price.beancount file contents
here.
; -*- mode: org; mode: beancount; coding: utf-8; fill-column: 120
> * Options
> option "title" "crypto pf ledger"
> o
And yes I mean to say --date here, was a typo
> bean-price --update --update-rate daily --data 2020-10-26 -e
> USD:coinbase/BTC-USD
On Sun, 10 Jan 2021 at 20:23, Ghanashyam Prabhu wrote:
> Hi Vivek, I am currently exploring beancount to track an investment
> portfolio. In thi
Hi Vivek, I am currently exploring beancount to track an investment
portfolio. In this example, I want to track buy/sell transactions of BTC
from Coinbase.
I exactly do not understand the various switches that beanprice utility
provides.
I plan to use bean price to populate a prices.db file which
Apologies for the trivial question. I re-installed the latest beancount and
beanprice from the repository using
sudo pip3 install git+https://github.com/beancount/beancount#egg=beancount
sudo pip3 install git+https://github.com/beancount/beanprice#egg=beanprice
With this I do see --update-rate sw
Hi Vivek, Do you have this update? The bitbucket link is not available
anymore. Curious if this feature was ever reviewed and accepted, seems like
a very good feature
On Sunday, 19 January 2020 at 21:33:06 UTC-8 vive...@gmail.com wrote:
> Hi Andrzej! Nice to hear you're interested in the price
Wow! I started working on the exact same thing yesterday, guess going to
finish that anyway since it provides me for some learning experience with
python.
Thanks Anand for the reference, probably will end up using your importer
:=)
On Sun, 9 Aug 2020 at 12:45, kprab...@gmail.com
wrote:
>
> Dear
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
; 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 an buy lot by filling in
> the exact price that lot was
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
26 matches
Mail list logo