Re: Importing transactions from bank.

2018-04-17 Thread mployby
Martin, thank you for your detailed reply! Now it's super clear :) On Tuesday, April 17, 2018 at 1:45:23 AM UTC-4, Martin Blais wrote: > > On Sun, Apr 15, 2018 at 8:35 PM, wrote: > >> I've started playing with import scripts,the sample files provided in >> repo are very

Re: Importing transactions from bank.

2018-04-16 Thread Martin Blais
On Sun, Apr 15, 2018 at 8:35 PM, wrote: > I've started playing with import scripts,the sample files provided in repo > are very useful, just have couple of additional questions i was not able to > figure out/not 100% sure about: > Really glad the example files are useful. 1

Re: Importing transactions from bank.

2018-04-16 Thread mployby
5 Also what's the right way to calculate balance ? Chase have the following CSV structure, Balance fields are included in checking CSV, so i guess i can use balance of the last transactions for balance. They are not

Re: Importing transactions from bank.

2018-04-15 Thread mployby
I've started playing with import scripts,the sample files provided in repo are very useful, just have couple of additional questions i was not able to figure out/not 100% sure about: 1 bean-extract does not write transactions in main beancount file (personal.beancount), it generates output

Re: Importing transactions from bank.

2018-04-10 Thread Daniele Nicolodi
On 4/9/18 2:28 PM, Michael Droogleever wrote: > You'll need to use something like > this,  > https://gist.github.com/mterwill/7fdcc573dc1aa158648aacd4e33786e8#file-importers-chase-py, > or make your > own:  > https://docs.google.com/document/d/11EwQdujzEo2cxqaF5PgxCEZXWfKKQCYSMfdJowp_1S8/edit

Re: Importing transactions from bank.

2018-04-09 Thread mployby
Thank you Michael, that's exactly what i was looking for! On Monday, April 9, 2018 at 4:28:30 PM UTC-4, Michael Droogleever wrote: > > You'll need to use something like this, > https://gist.github.com/mterwill/7fdcc573dc1aa158648aacd4e33786e8#file-importers-chase-py, > > or make your own: >

Re: Importing transactions from bank.

2018-04-09 Thread Michael Droogleever
You'll need to use something like this, https://gist.github.com/mterwill/7fdcc573dc1aa158648aacd4e33786e8#file-importers-chase-py, or make your own: https://docs.google.com/document/d/11EwQdujzEo2cxqaF5PgxCEZXWfKKQCYSMfdJowp_1S8/edit -- You received this message because you are subscribed

Importing transactions from bank.

2018-04-09 Thread mployby
Guys hi, How do you import transactions from bank(checking account, credit cards, etc)? What set up do you use? I've found several ledger CLI related projects for this on github, but nothing for beancount. p.s. I am in USA, and have a chase bank if it matters. -- You received this