Re: Releasing gnucash-to-beancount 1.0b0

2017-01-16 Thread Henrique Bastos
Great. Please, open an issue at https://github.com/henriquebastos/gnucash-to-beancount/issues Don't forget to add a reference to the gnucash2ledger script. I also need a simple and crafted gnucash sample file to make sure I can test what I achieve. []'s, -- Henrique Bastos

Re: Releasing gnucash-to-beancount 1.0b0

2017-01-16 Thread Oon-Ee Ng
I used gnucash2ledger and then ledger2beancount, both python scripts I found randomly online. I have them here if you can't find them. Seems quite complete, at least with the features I used in gnucash. On Fri, Jan 13, 2017 at 9:03 AM, wrote: > Hi, > > What scripts did you use? > > I am still tr

Re: Releasing gnucash-to-beancount 1.0b0

2017-01-13 Thread Henrique Bastos
I wrote this: https://github.com/henriquebastos/gnucash-to-beancount/ It lacks support for lots and realized gains. I never used it on GNUCash, but if you can provide a sample GNUCash file with a couple transactions using those features I could try to implement it. []'s, HB! -- You received thi

Re: Releasing gnucash-to-beancount 1.0b0

2017-01-13 Thread cantastefano
Hi, What scripts did you use? I am still trying to fix my conversions for lots, cash dividends, etc... On Tuesday, January 3, 2017 at 9:04:02 PM UTC-6, Oon-Ee Ng wrote: > > Thanks, I just did that conversion myself using a combination of > scripts I found elsewhere and some manual fixes. How do

Re: Releasing gnucash-to-beancount 1.0b0

2017-01-13 Thread cantastefano
Hi! What scripts did you use? I am still trying to import my 11-years worth of transactions from gnucash, with lots, splits, realized gains, etc... Thanks! On Tuesday, January 3, 2017 at 9:04:02 PM UTC-6, Oon-Ee Ng wrote: > > Thanks, I just did that conversion myself using a combination of >

Re: Releasing gnucash-to-beancount 1.0b0

2017-01-04 Thread Henrique Bastos
Cool! Added it as a 1st issue: https://github.com/henriquebastos/gnucash-to-beancount/issues/1 -- Henrique Bastos Curso Welcome to the Django Muito além da programação! Twitter: @henriquebastos Y

Re: Releasing gnucash-to-beancount 1.0b0

2017-01-04 Thread Daniël Bos
Yes, Beancount, out of the box, doesn't support scheduled transactions, so you can only import the actual instances of these transactions. If you want to record more details about the scheduled transactions, perhaps that could be done using meta-data on a "custom" directive, which you could link t

Re: Releasing gnucash-to-beancount 1.0b0

2017-01-04 Thread Henrique Bastos
On Wed, Jan 4, 2017 at 11:46 AM, Daniël Bos wrote: > If the information is readily available, it would probably be nice to link > the occurrences using a link or tag in Beancount. > That's interesting. But we would still loose the scheduled transaction details, right? Unless I create a custom di

Re: Releasing gnucash-to-beancount 1.0b0

2017-01-04 Thread Daniël Bos
If the information is readily available, it would probably be nice to link the occurrences using a link or tag in Beancount. On Wed, Jan 4, 2017, 19:59 Henrique Bastos wrote: > The way I understood Gnucash's schema is that an *occurred scheduled > transaction* is a normal transaction that has re

Re: Releasing gnucash-to-beancount 1.0b0

2017-01-04 Thread Henrique Bastos
The way I understood Gnucash's schema is that an *occurred scheduled transaction* is a normal transaction that has reference to it's origin. So *I think* all occurred scheduled transactions will be processed correctly. However no reference is kept to it been generated by a scheduled transaction.

Re: Releasing gnucash-to-beancount 1.0b0

2017-01-03 Thread Oon-Ee Ng
Thanks, I just did that conversion myself using a combination of scripts I found elsewhere and some manual fixes. How does your convertor work with scheduled transactions? On Mon, Jan 2, 2017 at 1:40 PM, Henrique Bastos wrote: > Hi all! > > I've been digging into beancount and I'm very impressed!

Re: Releasing gnucash-to-beancount 1.0b0

2017-01-02 Thread Martin Blais
Awesome! :-) I added a link to it from the contrib page http://furius.ca/beancount/doc/contrib On Mon, Jan 2, 2017 at 12:40 AM, Henrique Bastos wrote: > Hi all! > > I've been digging into beancount and I'm very impressed! What an amazing > tool. Congrats to Martin and everybody involved. > > I

Releasing gnucash-to-beancount 1.0b0

2017-01-01 Thread Henrique Bastos
Hi all! I've been digging into beancount and I'm very impressed! What an amazing tool. Congrats to Martin and everybody involved. I use Gnucash for 6 years now. So I wrote a gnucash-to-beancount converter to start working with beancount. It's still 1.0beta0 and has limitations but it's working