Re: Illustrated ledger -> beancount example

2018-03-31 Thread Martin Blais
On Sat, Mar 31, 2018 at 9:38 AM, Martin Michlmayr wrote: > * Martin Blais [2018-03-30 23:56]: > > - Found a bug in the example file: > > > > bergamot [hg|]:~/src/ledger2beancount$ ./bin/ledger2beancount > > examples/illustrated.ledger > > Can't parse date 03/28 at ./bin/ledger2beancount

Re: Illustrated ledger -> beancount example

2018-03-31 Thread Martin Michlmayr
* Martin Blais [2018-03-30 23:56]: > - Found a bug in the example file: > > bergamot [hg|]:~/src/ledger2beancount$ ./bin/ledger2beancount > examples/illustrated.ledger > Can't parse date 03/28 at ./bin/ledger2beancount line 161. You have to use --config examples/illustrated.yml because o

Re: Illustrated ledger -> beancount example

2018-03-30 Thread Martin Blais
Comments: - Found a bug in the example file: bergamot [hg|]:~/src/ledger2beancount$ ./bin/ledger2beancount examples/illustrated.ledger Can't parse date 03/28 at ./bin/ledger2beancount line 161. (This is out of the box, probably an easy fix.) Idea: You may want to add a unit test on the

Illustrated ledger -> beancount example

2018-03-30 Thread Martin Michlmayr
As mention in the ledger2beancount announcement, I created an illustrated ledger example that shows how ledger syntax is converted to beancount syntax and explains some of the differences. Since I'm new to beancount myself, I wanted to ask if someone could review that everything makes sense and th