Re: Showing decimals in fava

2017-06-29 Thread Martin Blais
https://bitbucket.org/blais/beancount/issues/171/add-an-option-to-allow-the-user-to On Fri, Jun 30, 2017 at 1:16 AM, Martin Blais wrote: > It would probably be a good idea to allow the user to override the > displayed currency by specifying it as an option. > > > On Thu, Jun 29, 2017 at 1:37 AM,

Re: Showing decimals in fava

2017-06-29 Thread Martin Blais
It would probably be a good idea to allow the user to override the displayed currency by specifying it as an option. On Thu, Jun 29, 2017 at 1:37 AM, Oon-Ee Ng wrote: > A quick script later it appears that yes, altering my beancount file to > add .00 to whole number transactions 'works'. Will p

Re: Showing decimals in fava

2017-06-28 Thread Oon-Ee Ng
A quick script later it appears that yes, altering my beancount file to add .00 to whole number transactions 'works'. Will probably find a way to get a fava hook for that, then. On Thu, Jun 29, 2017 at 12:55 PM, Oon-Ee Ng wrote: > Bringing this up again as it's bugging me yet again. Do I have to

Re: Showing decimals in fava

2017-06-28 Thread Oon-Ee Ng
Bringing this up again as it's bugging me yet again. Do I have to enter all/most of my data with 2 decimal places to get decimal output? Isn't there a way to fix the precision I want for display (both in bean-web and, I presume, in fava)? On Fri, Feb 3, 2017 at 9:56 AM, Oon-Ee Ng wrote: > Sorry,

Re: Showing decimals in fava

2017-02-02 Thread Oon-Ee Ng
Sorry, but the problem doesn't always happen and hence it's tough to come up with a limited example file. I'm okay to share (privately) my current Accounts file with someone who wants to take a look, there's nothing terribly private there besides my salary in a 3rd-world distant nation. bean-repor

Re: Showing decimals in fava

2017-01-31 Thread Dominik Aumayr
Can you come up with a limited example file? And what does beancount itself (when running from the command line) show? > Am 01.02.2017 um 07:31 schrieb Oon-Ee Ng : > > My options are very limited. Basically operating_currency, a custom > option for fava (to use extensions), and the auto_accoun

Re: Showing decimals in fava

2017-01-31 Thread Oon-Ee Ng
My options are very limited. Basically operating_currency, a custom option for fava (to use extensions), and the auto_accounts plugin. I have not modified a tolerance option, and furthermore I believe that's not the case here as sometimes (randomly) I do see 2 decimal places. Setting option "infer

Re: Showing decimals in fava

2017-01-31 Thread Jason Chu
Do you have any transactions that are missing decimal places? I believe beancount infers tolerances based on your input, so if all/most/some of your transactions in that account are missing the cents, it might think that that particular account doesn't need cents. You could also check beancount a

Re: Showing decimals in fava

2017-01-31 Thread Oon-Ee Ng
Anyone? On Tue, Jan 17, 2017 at 5:18 AM, Oon-Ee Ng wrote: > I'm not sure if it's a function of number of accounts or filters (or > lack thereoff) but I can't seem to get fava to show decimals any more. > It just shows rounded amounts, which is fine most-times, but when I > want to reconcile accou

Showing decimals in fava

2017-01-16 Thread Oon-Ee Ng
I'm not sure if it's a function of number of accounts or filters (or lack thereoff) but I can't seem to get fava to show decimals any more. It just shows rounded amounts, which is fine most-times, but when I want to reconcile accounts and make sure I haven't missed anything it gets to be a hassle.