Re: Documentation is now read-only

2018-03-13 Thread Martin Blais
I just cleaned up the hacky conversion code a bit. If anybody would like to have a go at completing this, the source is here: https://bitbucket.org/blais/beancount/src/tip/experiments/ docs_rst/?at=default Instead of running the download_docs.py script, which might require a Google API token, I

booking_algorithm SIMPLE has been removed.

2018-03-13 Thread Martin Blais
I just removed the implementation of the SIMPLE ancient booking implementation and the associated 'booking_algorithm' option. If you had option "booking_algorithm" "FULL" in your file, just remove it and you should be on your way. (I'm removing old cruft in preparation for starting

Implicit / inferred GROUP BY syntax.

2018-03-13 Thread Martin Blais
I just implemented implicitly inferred GROUP BY syntax in the SQL client (bean-query). This means that if you omit the GROUP BY clause it will automatically infer it to be of the set of non-aggregate columns. Given the kind of usage this is getting, making it more convenient like this is