Issue #279: Support IPython notebook (blais/beancount)

2018-04-08 Thread Martin Blais
New issue 279: Support IPython notebook https://bitbucket.org/blais/beancount/issues/279/support-ipython-notebook Martin Blais: Another kind of integration I'd like to do eventually is IPython notebook, another very powerful idea. I didn't think of this, but as I use IPython (now Jupyter)

Issue #277: Don't throw an error if a Document directive is duplicated (blais/beancount)

2018-04-08 Thread Martin Blais
New issue 277: Don't throw an error if a Document directive is duplicated https://bitbucket.org/blais/beancount/issues/277/dont-throw-an-error-if-a-document Martin Blais: https://github.com/beancount/fava/pull/398#issuecomment-257709139 I'm not sure it's a bug - you're assuming the user

Issue #276: links and tags for all directives would be useful (revamp grammar, simplify) (blais/beancount)

2018-04-08 Thread Martin Blais
New issue 276: links and tags for all directives would be useful (revamp grammar, simplify) https://bitbucket.org/blais/beancount/issues/276/links-and-tags-for-all-directives-would-be Martin Blais: Yes, links and tags for all directives is possible. Idealy that would ideally be done in

Re: Please help me start with a CSV importer

2018-04-08 Thread Martin Blais
The CSV importer that is provided puts together a regexp from the list of fields you provide. This regexp is run against the contents of the files it is scanning, in order to identify whether a particular importer should be able to process a file. The regexp is built from the fields you provide,

Re: Please help me start with a CSV importer

2018-04-08 Thread viq
On Sunday, April 8, 2018 at 7:40:50 PM UTC+2, Martin Blais wrote: > > - bean-identity saw your file. > - It didn't match any of the configured importers (there's no section > printed underneath it, if it matches it would print the importer and > deduced account name, date and to-be-renamed

Re: Please help me start with a CSV importer

2018-04-08 Thread Martin Blais
- bean-identity saw your file. - It didn't match any of the configured importers (there's no section printed underneath it, if it matches it would print the importer and deduced account name, date and to-be-renamed location) Something to do with your regexp, it probably still doesn't match the

Re: Issue #275: Make importers easier to debug (blais/beancount)

2018-04-08 Thread francois PEGORY
Maybe with a parameter that add some "noises", it could be good Le dim. 8 avr. 2018 à 10:47, Martin Blais a écrit : > New issue 275: Make importers easier to debug > > https://bitbucket.org/blais/beancount/issues/275/make-importers-easier-to-debug > > Martin Blais: >

Re: Website down?

2018-04-08 Thread Daniele Nicolodi
On 08/04/2018 01:07, Stefano Zacchiroli wrote: > On Sat, Apr 07, 2018 at 07:02:53PM -0600, Daniele Nicolodi wrote: >> is it just me or the project website http://furius.ca/beancount is down? Thanks Zack! I even looked in the mailing list archive before posting, but I didn't find that thread. I

Re: Please help me start with a CSV importer

2018-04-08 Thread viq
On Saturday, April 7, 2018 at 4:27:29 PM UTC+2, viq wrote: > > First, apologies, I'm very new to beancount, and only starting with > python. Right now I'm trying to just have a basic import working, and then > will try to enrich it. I've tried looking through documentation and mailing > lists,

Re: Please help me start with a CSV importer

2018-04-08 Thread viq
On Sunday, April 8, 2018 at 10:46:30 AM UTC+2, Martin Blais wrote: > > On Sun, Apr 8, 2018 at 3:17 AM, viq > wrote: > >> >> >> On Sunday, April 8, 2018 at 1:55:42 AM UTC+2, Michael Droogleever wrote: >>> >>> I think it is this, but I have not tried running your code: >>> >>>

Newbie questions on beatcount and emacs.

2018-04-08 Thread mployby
Guys hi, I am pretty new to plain text accounting, was using ledger CLI for week or so, like the flexibility over cashGNU, and yesterday installed beancount(using it with emacs). I have several questions: 1 How do you add today's date without typing? In ledger-mode i was using ctrl+C ctrl+A,

Re: Reports

2018-04-08 Thread Jakob Schnitzer
On Sun, Apr 01, 2018 at 01:53:19AM -0400, Martin Blais wrote: How many people here use bean-report as their main way to generate data from Beancount? How many use bean-web? Does anybody still care about bean-web now that Fava exists? Also... is it possible to bean-bake Fava (or some equivalent

Re: Reports

2018-04-08 Thread Jakob Schnitzer
On Sun, Apr 01, 2018 at 10:03:43PM +0300, Daniel Clemente wrote: I use bean-report for a few commands, mainly to get the price database, and all balances. For most operations I use bean-query or the web interface, which is fast and reliable. I don't use Fava and I feel it adds too much

Issue #275: Make importers easier to debug (blais/beancount)

2018-04-08 Thread Martin Blais
New issue 275: Make importers easier to debug https://bitbucket.org/blais/beancount/issues/275/make-importers-easier-to-debug Martin Blais: When an importer doesn't identify, it can be a little puzzling to some users. We should provided more debugging info, perhaps list the regexps, find out the

Re: Please help me start with a CSV importer

2018-04-08 Thread Martin Blais
On Sun, Apr 8, 2018 at 3:17 AM, viq wrote: > > > On Sunday, April 8, 2018 at 1:55:42 AM UTC+2, Michael Droogleever wrote: >> >> I think it is this, but I have not tried running your code: >> >> >>> sys.path.insert(0, path.join(path.dirname(__file__))) >> >> >> is what adds the

Re: Please help me start with a CSV importer

2018-04-08 Thread viq
On Sunday, April 8, 2018 at 1:55:42 AM UTC+2, Michael Droogleever wrote: > > I think it is this, but I have not tried running your code: > > >> sys.path.insert(0, path.join(path.dirname(__file__))) > > > is what adds the path to your importers package, to the system path. So the > > import

Issue #274: allow single document option to span multiple per-year directories (blais/beancount)

2018-04-08 Thread Stefano Zacchiroli
New issue 274: allow single document option to span multiple per-year directories https://bitbucket.org/blais/beancount/issues/274/allow-single-document-option-to-span Stefano Zacchiroli: As suggested by the documentation, it is handy to split documents like bank statements into per-year

Re: Website down?

2018-04-08 Thread Stefano Zacchiroli
On Sat, Apr 07, 2018 at 07:02:53PM -0600, Daniele Nicolodi wrote: > is it just me or the project website http://furius.ca/beancount is down? -- Stefano Zacchiroli . z...@upsilon.cc . upsilon.cc/zack . . o . . . o . o Computer Science Professor . CTO Software Heritage . . . . . o . . . o o