diff options
author | John Wiegley <johnw@newartisans.com> | 2008-10-05 20:59:35 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-10-05 21:00:54 -0400 |
commit | 31475d816d59c2deef2a61dcb7cf5e01d5e68111 (patch) | |
tree | 6e2bb624ffd48bee30a6eab9ac758804431cbc5b | |
parent | b5386b25345494757bdeb8be6ae00878f7c92c43 (diff) | |
download | fork-ledger-31475d816d59c2deef2a61dcb7cf5e01d5e68111.tar.gz fork-ledger-31475d816d59c2deef2a61dcb7cf5e01d5e68111.tar.bz2 fork-ledger-31475d816d59c2deef2a61dcb7cf5e01d5e68111.zip |
Added a new bug: -V flag producing a discrepancy when includes are used.
-rw-r--r-- | doc/TODO | 17 | ||||
m--------- | doc/data | 0 |
2 files changed, 17 insertions, 0 deletions
@@ -6,6 +6,23 @@ LEDGER -*- mode: org; fill-column: 78 -*- #+TAGS: EMACS(e) FEATURE(f) DOCS(d) WEBSITE(w) BUILD(b) #+CATEGORY: Ledger +* TODO [#A] The -V flag is producing a discrepancy when includes are used + If you comment out AISChecking from main, the bug goes away. + :SCRIPT: +./ledger -V reg AR: + :END: + :PROPERTIES: + :Submitter: Russell Adams <RLAdams@AdamsInfoServ.Com> + :Version: 2.6.1 + :Attachments: PrecisionBug.tar.gz + :ID: A98BFCBA-012D-4E18-9CBB-4D880CDBFE7E + :END: + [2008-10-05 Sun 20:59] +* TODO [#B] Add a --actual option to override --effective if in .ledgerc + :PROPERTIES: + :ID: 84C7C18B-8B06-4248-9C4F-A8E377FACA49 + :END: + [2008-10-03 Fri] * TODO [#B] ledger.el and reconcile don't to work with accounts that span files My ledger uses a static "Main" file which contains links to all the other accounts, some of which cross-reference. diff --git a/doc/data b/doc/data -Subproject c9e893bed5db0b80e3da4764a887c988ff4adb6 +Subproject 9d73ec980f639433780ff12dd270e010d990259 |