Issue #185: Make duplicate detection configureable (blais/beancount)

2017-08-16 Thread Jakob Schnitzer
New issue 185: Make duplicate detection configureable https://bitbucket.org/blais/beancount/issues/185/make-duplicate-detection-configureable Jakob Schnitzer: I'm using Beancount's import mechanism to import the transaction of my main accounts (that are provided as CSV files by my b

Issue #218: Ignore division by zero in queries (blais/beancount)

2018-02-21 Thread Jakob Schnitzer
New issue 218: Ignore division by zero in queries https://bitbucket.org/blais/beancount/issues/218/ignore-division-by-zero-in-queries Jakob Schnitzer: In Fava, the holdings report is generated using the BQL. It would be nice if we could use the following query. However, this query will fail

Issue #219: extract does not sort entries anymore (blais/beancount)

2018-02-22 Thread Jakob Schnitzer
New issue 219: extract does not sort entries anymore https://bitbucket.org/blais/beancount/issues/219/extract-does-not-sort-entries-anymore Jakob Schnitzer: A test in Fava that relies on entries being sorted fails with the current development version of Beancount. This was changed in

Issue #224: bean-format: allow specifying just the currency column (blais/beancount)

2018-03-07 Thread Jakob Schnitzer
New issue 224: bean-format: allow specifying just the currency column https://bitbucket.org/blais/beancount/issues/224/bean-format-allow-specifying-just-the Jakob Schnitzer: Currently, bean-format will determine the maximum width of prefix and number "columns" and uses this to

Re: Adding transactions to beancount ledger

2018-03-12 Thread Jakob Schnitzer
Fava has an UI to add transactions and code to insert them into the file (which is also used when using Beancount's import system in Fava). The code for it `insert_entry()` lives in https://github.com/beancount/fava/blob/master/fava/core/file.py It works with "custom" directives where one c

Re: CI [Was: moving to GitHub?]

2018-04-03 Thread Jakob Schnitzer
I think one thing CI adds is a certain reproducibility. I can remember having the full Beancount test suite pass exactly once (after I submitted a PR fixing some broken tests). Having a test suite that doesn't fully pass (fully passing on just the main developer's computer doesn't count IMHO),

Re: Issue #257: Create a section classifier for new transactions (blais/beancount)

2018-04-03 Thread Jakob Schnitzer
On Fri, Mar 30, 2018 at 11:59:40PM -0400, Martin Blais wrote: On Fri, Mar 30, 2018 at 8:22 AM, Dominik Aumayr wrote: I think that could be very useful. I think there needs to be some discussion about the syntax before you start implementing. Would it look like this? ```beancount 2018-03-30

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 complexit

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 c

Re: help installing fava on vps

2018-09-03 Thread Jakob Schnitzer
On Tue, Aug 28, 2018 at 05:30:01AM -0700, Ali Kakakhel wrote: Hi all, I am trying to get fava installed on my vps mainly as a teaching tool, but I need some help. I am able to reach https://fava.example.io/fava/huge-example-file/income-statement/ with my local machine's browser. This result sugg

Issue #331: devel version string isn't supported (blais/beancount)

2018-09-06 Thread Jakob Schnitzer
New issue 331: devel version string isn't supported https://bitbucket.org/blais/beancount/issues/331/devel-version-string-isnt-supported Jakob Schnitzer: Fava currently depends no Beancount>=2.1.2, when installing Beancount from source, that isn't recognised as satisfying th

Re: Beancount issues

2020-05-21 Thread Jakob Schnitzer
Hi Martin, thanks for the direct CC. I'm happy that the migration is happening :) On Thu, May 21, 2020 at 12:41:22AM -0400, Martin Blais wrote: - Dominik Aumayr created the github.com/beancount/beancount repository originally and gave me admin rights. While I'm able to pull the output of a fre

Issue #139: TypeError in core.display_context (blais/beancount)

2016-09-18 Thread Jakob Schnitzer
New issue 139: TypeError in core.display_context https://bitbucket.org/blais/beancount/issues/139/typeerror-in-coredisplay_context Jakob Schnitzer: When converting the DisplayContext to a string for display on fava's options page, I get a TypeError. I'm using the "FULL&quo