Re: Looking for importers

2017-12-24 Thread Филип Милетић
The default ofx importer that you get with bean count works for both. Just make sure you download in the ofx format. On both BoA and Amex they call it the quicken format iirc. On Mon, Dec 4, 2017 at 8:29 PM wrote: > This is a long shot, but, would anybody mind sharing their

Re: How to mount bean-web under path other than /

2017-12-24 Thread Martin Blais
See source code here for that app: https://bitbucket.org/blais/beancount/src/f177915f52b28840161ea7a3e25deb00f604f770/beancount/web/web.py?at=prices_nasdaq=file-view-default In theory this should be possible, but that kind of thing is finnicky, I doubt you can achieve it with just an env var

Re: Loosely tracking shared expenses between partners

2017-12-24 Thread Dominik Aumayr
To give another example: My partner uses Beancount and Fava (https://beancount.github.io/fava/) as well, and we both have a Liabilities-account for each other. So if I buy something that belongs to her but I pay, I create an according transaction (eg. Assets:CreditCard and

How to mount bean-web under path other than /

2017-12-24 Thread Филип Милетић
Hi folks! I'm trying to hang the bean-web reports under URL path '/finance' (as opposed to the default '/'). What is the easiest way to do so? I would suppose that 'bottle' has some way to specify this path prefix, say with an environment variable or some such, but I was unable to find it.