What's the best way to represent multiple contributions to the same account in one transaction?

2017-02-02 Thread Oon-Ee Ng
Having just switched from Gnucash to beancount I thought I may as well record my salary properly from the payslips I keep stashed around. My previous method was just to record the final amount I received in my bank account (all deductions already done), and when tax time came to just cross check t

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: What's the best way to represent multiple contributions to the same account in one transaction?

2017-02-02 Thread yegle
If the contribution to EPF/Socso is tax free, you can have 3 transactions for each payslip, two of them being Income:EmployerContribution:(EPF|Socso) to Assets:(EPF|Socso). I don't see a problem of duplicating names here. On Thu, Feb 2, 2017 at 5:53 PM, Oon-Ee Ng wrote: > Having just switched f

Re: What's the best way to represent multiple contributions to the same account in one transaction?

2017-02-02 Thread Oon-Ee Ng
Yep, that's an alternative, but is it necessary? Not sure what potential problems I may (or may not) face either way. On Fri, Feb 3, 2017 at 10:10 AM, yegle wrote: > If the contribution to EPF/Socso is tax free, you can have 3 transactions > for each payslip, two of them being Income:EmployerCon

"Entry point not found"

2017-02-02 Thread Matthew Harris
At some point in the past few weeks, I ceased to be able to run beancount. When I run bean-web, for example, I get $ bean-web finances.beancount Traceback (most recent call last): File "/Users/mharris/homebrew/bin/bean-web", line 11, in load_entry_point('beancount==2.0b13', 'console_scrip

Re: "Entry point not found"

2017-02-02 Thread Martin Blais
I made a change to the installation: https://bitbucket.org/blais/beancount/commits/e1c97f1afadc969a5a128e3efe4cc113aef7c9b1?at=default The scripts apparently weren't appearing under Windows. When I tested under Linux, it failed, so I made the change condition on platform = Windows & not setuptools.

Re: "Entry point not found"

2017-02-02 Thread Matthew Harris
Well, now I get a different error: $ bean-web finances.beancount Traceback (most recent call last): File "/Users/mharris/homebrew/bin/bean-web", line 4, in __import__('pkg_resources').run_script('beancount==2.0b13', 'bean-web') File "/Users/mharris/homebrew/lib/python3.6/site-package

Re: "Entry point not found"

2017-02-02 Thread Martin Blais
Wait, how do you install it? Send me all the details. I have a macOS box here, I just tested this, it works for me. pip3 install . , from the beancount directory. It installs the script under /usr/local/bin On Fri, Feb 3, 2017 at 12:16 AM, Matthew Harris wrote: > Well, now I get a different e