Re: beancount OFX; investment inventory

2017-01-08 Thread Christopher Singley
On Saturday, 7 January 2017 14:33:43 UTC-6, Martin Blais wrote > > > On a somewhat related note: I wonder if a new type of directive could be > useful, similar to Balance assertions, that would assert that the total of > one account matches that of another. I haven't need it myself just yet, bu

Re: beancount OFX; investment inventory

2017-01-08 Thread Martin Blais
On Sun, Jan 8, 2017 at 11:09 AM, Christopher Singley wrote: > > > On Saturday, 7 January 2017 14:33:43 UTC-6, Martin Blais wrote >> >> >> On a somewhat related note: I wonder if a new type of directive could be >> useful, similar to Balance assertions, that would assert that the total of >> one a

Issue #153: issue with bean-web since python update to 3.6 (blais/beancount)

2017-01-08 Thread jb M
New issue 153: issue with bean-web since python update to 3.6 https://bitbucket.org/blais/beancount/issues/153/issue-with-bean-web-since-python-update-to jb M: Since updating to python 3.6 (Arch Linux), I get a problem when using bean-web. It fails and returns: ``` Bottle v0.12.12 server star

Intro documentation

2017-01-08 Thread Martin Blais
I have just completed and opened the introduction to the double-entry method doc. Here: https://furius.ca/beancount/doc/intro -- You received this message because you are subscribed to the Google Groups "Beancount" group. To unsubscribe from this group and stop receiving emails from it, send an

Upcoming changes...

2017-01-08 Thread Martin Blais
The Beancount documentation is now complete. I had to work through a *lot* of procrastination to get there :-) I'd like to do a few things before releasing a 2.0 version and move to semantic versioning thereafter. These may affect you, especially if you're packaging an installation. Please let me

Re: Intro documentation

2017-01-08 Thread Oon-Ee Ng
Not sure if this is new (I don't remember seeing it before with your other docs), but I got this error message. Firefox on Arch Linux 64 bit. Your connection is not secure The owner of furius.ca has configured their website improperly. To protect your information from being stolen, Firefox has no

Python "Traceback (most recent call last)" on Syntax Error

2017-01-08 Thread jfsbac
Hi Martin, Happy New Year! I wasn't sure if this should be entered as an issue, thought I would let you decide. I am working on importing my credit card statements by running bean-extract and saving to a file, copying the credit card opening statement and expenses to the new file, and then ad

Changing Extract Sort Order

2017-01-08 Thread jfsbac
When a csv file is extracted, the transactions are printed out with the oldest date first and the newest date last. I was wondering if there is a way to reverse the sort order, i.e. print out the newest date first and the oldest date last, as this is how I prefer to have them ordered in my file

Re: Upcoming changes...

2017-01-08 Thread yegle
Hi Martin, While you are re-organizing your code, I was wondering if maybe you could start accepting PR on the official mirror ( https://github.com/beancount/beancount/), or even move the project to Github? I'm not sure if this has been brought up in the past, but git is arguably more familiar to

Re: Upcoming changes...

2017-01-08 Thread Martin Blais
On Sun, Jan 8, 2017 at 10:54 PM, yegle wrote: > Hi Martin, > > While you are re-organizing your code, I was wondering if maybe you could > start accepting PR on the official mirror (https://github.com/beancount/ > beancount/), or even move the project to Github? I'm not sure if this has > been br

Re: Changing Extract Sort Order

2017-01-08 Thread Martin Blais
You got it. https://bitbucket.org/blais/beancount/commits/80164efbf9ae7d19c1e929f5b4809821e99a0b6d bean-extract --reverse ... On Sun, Jan 8, 2017 at 9:09 PM, wrote: > When a csv file is extracted, the transactions are printed out with the > oldest date first and the newest date last. I was w

Re: Python "Traceback (most recent call last)" on Syntax Error

2017-01-08 Thread Martin Blais
This looks like a bug. This should not happen. Beancount should never raise an uncaught exception. Could you copy your input, isolate the offending transaction, and wittle it down to the smallest file that will reproduce the problem? Replace numbers and other private things if needed. I'd appreci

Re: Intro documentation

2017-01-08 Thread Martin Blais
Ah yes, sorry, I meant to share the link as http:// I don't have/need SSL on that machine anymore. Ignore this. On Sun, Jan 8, 2017 at 8:23 PM, Oon-Ee Ng wrote: > Not sure if this is new (I don't remember seeing it before with your > other docs), but I got this error message. Firefox on Arch Lin

Re: Intro documentation

2017-01-08 Thread Dominik Aumayr
Martin, congratulations on this document! I am really happy about it, as now I can share an introduction document, which has references to the way beancount works, with family and friends. Especially the diagrams are really useful - did you draw them by hand our auto-gen them from real transa