Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

an add'ed amount with more precision than a D directive gets truncated ? #169

Closed
simonmichael opened this issue Mar 26, 2014 · 0 comments
Closed
Labels
A-BUG Something wrong, confusing or sub-standard in the software, docs, or user experience. add

Comments

@simonmichael
Copy link
Owner

Reported by Ralith with hledger 0.22.1:

D $1,000.00
Starting a new transaction.
date ? [2014/03/26]: 
description ? : 

Using this existing transaction for defaults:
2014/03/26
    expenses:bills:internet:wave        $33.13
    liabilities:debts:parker           $-33.13

account 1 ? [expenses:bills:internet:wave]: 
amount  1 ? [$33.13]: 33.125
using default commodity ($)
account 2 ? [liabilities:debts:parker]: 
amount  2 ? [$-33.125]: 
account 3 (or . to complete this transaction) ? : .

Transaction entered:
2014/03/26
    expenses:bills:internet:wave        $33.12
    liabilities:debts:parker          $-33.125

Accept this transaction ? [y]: n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-BUG Something wrong, confusing or sub-standard in the software, docs, or user experience. add
Projects
None yet
Development

No branches or pull requests

1 participant