diff options
author | Paolo Capriotti <p.capriotti@gmail.com> | 2011-03-09 10:12:27 -0600 |
---|---|---|
committer | Bradley M. Kuhn <bkuhn@ebb.org> | 2012-09-30 14:46:51 -0400 |
commit | e56a4ffef07d9731fd6e48ab468fc4780d45945b (patch) | |
tree | 9d72ce5eb906b20c6fb8a497179fadfc304f8581 /test/regress/CAE63F5C-a.test | |
parent | dcd64a67823b2f53cc2e28fe74d5ab2cbcf4e60c (diff) | |
download | fork-ledger-e56a4ffef07d9731fd6e48ab468fc4780d45945b.tar.gz fork-ledger-e56a4ffef07d9731fd6e48ab468fc4780d45945b.tar.bz2 fork-ledger-e56a4ffef07d9731fd6e48ab468fc4780d45945b.zip |
Running totals on a report including automated transactions are computed with extra precision,
resulting in balances differing from the sum of their components.
Diffstat (limited to 'test/regress/CAE63F5C-a.test')
-rw-r--r-- | test/regress/CAE63F5C-a.test | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/test/regress/CAE63F5C-a.test b/test/regress/CAE63F5C-a.test new file mode 100644 index 00000000..4465bd2f --- /dev/null +++ b/test/regress/CAE63F5C-a.test @@ -0,0 +1,17 @@ +2011/03/01 test1 + a 4.00 € + b + +2011/03/02 test2 + a 4.00 € + b + +2011/03/03 test2 + a 4.00 € + b + +test reg a +11-Mar-01 test1 a 4.00 € 4.00 € +11-Mar-02 test2 a 4.00 € 8.00 € +11-Mar-03 test2 a 4.00 € 12.00 € +end test |