Re: OT: What development environments are people using?

2021-04-13 Thread Tomasz Zurkowski
I am also zsh, tmux and vim user :) On Tuesday, April 13, 2021 at 5:48:16 PM UTC+2 Alan H wrote: > > I'm basically a mix of the above: emacs (since quite literally the 80s), > zsh, fzf, tmux and a web browser. I've got emacs configured nicely on my > Mac, but my developer productivity wouldn't

Re: Add optional base ccy argument to beanprice contract?

2021-04-11 Thread Tomasz Zurkowski
In my ledger I have USD's that I want to convert to CHF, so I need a price of USD in CHF as base price. I do it by adding following commodity: 2013-01-01 commodity USD price: "CHF:yahoo/USDCHF=X" The base currency is encoded in the source specific symbol. Now, it might look weird that all tic

Re: Booking date vs Value/Purchase/Trade date

2021-04-02 Thread Tomasz Zurkowski
ugin. Should be > core functionality though > > > On Fri, Apr 2, 2021, 02:35 Tomasz Zurkowski wrote: > >> Hello everyone, >> >> I am still pretty new to beancount (I started my adventure around a month >> ago) and I am still tuning my importers and

Booking date vs Value/Purchase/Trade date

2021-04-01 Thread Tomasz Zurkowski
Hello everyone, I am still pretty new to beancount (I started my adventure around a month ago) and I am still tuning my importers and my ledger. When writing importers for my banks, I realized that they often provide multiple dates for one transaction, e.g. "booking date" and "purchase date"),

Re: How to contribute to V3?

2021-03-10 Thread Tomasz Zurkowski
know and we can set up a quick video > conf and discuss it. There are also some fairly interesting parser > improvements that could be isolated (e.g. add support delayed arithmetic > evaluation). > > Cheers, > > > > On Tue, Mar 9, 2021 at 2:57 AM Tomasz Zurkowski >

How to contribute to V3?

2021-03-08 Thread Tomasz Zurkowski
Hello, I just imported most of my data to beancount and I have to say it is an amazing project! I would like to contribute and I was wondering what is the best place to start. Is there some list of good "getting started" / "20%" tasks? I would be mostly interested in C++ part (I don't know pyt